Searched refs:cat (Results 1 – 15 of 15) sorted by relevance
| /xnu-12377.81.4/bsd/kern/ |
| H A D | makesyscalls.sh | 804 cat $syslegal > $syscalltablefile 805 cat $sysinc $sysent >> $syscalltablefile 809 cat $syslegal $syscallnamestempfile > $syscallnamesfile 813 cat $syslegal $sysarg $sysprotoend > $sysprotofile 817 cat $syslegal $syshdrtempfile > $syshdrfile 821 cat $syslegal $audittempfile > $auditevfile 825 cat $systraceargstempfile > $systraceargsfile 826 cat $systraceargdesctempfile >> $systraceargsfile 827 cat $systracerettempfile >> $systraceargsfile 832 cat $tracecodetempfile [all …]
|
| /xnu-12377.81.4/tools/ |
| H A D | xcrun_cache.sh | 106 SDKTYPE=`cat "$SDKROOT/.sdktype"` 116 REALSDKROOT=`cat "$SDKROOT/.realsdkpath"` 187 REALSDKROOT=`cat "$SDKROOT/.realsdkpath"` 192 SDKTYPE=`cat "$SDKROOT/.sdktype"` 247 SDKTYPE=`cat "$SDKROOT/.sdktype"` 257 RELPATH=`cat ${OBJROOT}/BuildTools/Host/.${TOOLNAME}` 259 RELPATH=`cat ${OBJROOT}/BuildTools/Target/.${TOOLNAME}` 265 RELPATH=`cat ${OBJROOT}/BuildTools/.${SDKTYPE}sdk` 269 RELPATH=`cat ${OBJROOT}/BuildTools/.targetplatform` 273 echo `cat ${OBJROOT}/BuildTools/.targetsdkversion`
|
| H A D | remote_build.sh | 163 cat > "${BUILDSCRIPTDIR}/${BUILDSCRIPTNAME}" <<EOF
|
| /xnu-12377.81.4/tools/tests/personas/ |
| H A D | persona_test_run_src.sh | 160 _ID=$(cat "${file}" | grep "+id: " | head -1 | sed 's/.*+id:[ ]*\([0-9][0-9]*\).*/\1/') 163 local type=$(cat "${file}" | grep "+type: " | head -1 | sed 's/.*+type:[ ]*\([0-9][0-9]*\).*/\1/') 180 _LOGIN=$(cat "${file}" | grep "+login: " | head -1 | sed 's/.*+login:[ ]*"\([^"]*\)".*/\1/') 212 …l=( $(cat "$file" | grep "Child: Persona:" | sed 's/.*Child: Persona: \([0-9][0-9]*\) (err:\([0-9]… 224 …l=( $(cat "$file" | grep "Child: UID:" | sed 's/.*UID:\([0-9][0-9]*\), GID:\([0-9][0-9]*\).*/\1 \2… 302 local o=$(cat "$file" | grep "Created persona" | sed 's/.*Created persona \([0-9][0-9]*\):/\1/') 342 cat "${TMPDIR}/${file}"
|
| /xnu-12377.81.4/config/ |
| H A D | list_supported.sh | 51 …cat "${CONFIG_DIR}/${SUPPORTED_KPI_FILES[i]}.exports" | sed "s/^_//" | sed "s/:.*//" | sort >> ${T… 53 …cat "${CONFIG_DIR}/${SUPPORTED_KPI_FILES[i]}.${ARCH}.exports" | sed "s/^_//" | sed "s/:.*//" | sor…
|
| /xnu-12377.81.4/libkern/os/ |
| H A D | log.c | 434 …_log_subsystem_init(struct os_log_subsystem_s *ols, uint16_t sid, const char *sub, const char *cat) in os_log_subsystem_init() argument 437 ols->ols_cat_size = os_log_subsystem_name_size(cat); in os_log_subsystem_init() 439 strlcpy(&ols->ols_name[ols->ols_sub_size], cat, OS_LOG_SUBSYSTEM_NAME_MAX_LEN); in os_log_subsystem_init() 1365 verify_os_log(struct os_log_s *h, char *sub, char *cat) in verify_os_log() argument 1368 const size_t cat_len = os_log_subsystem_name_size(cat); in verify_os_log() 1376 T_ASSERT_EQ_STR(&s->ols_name[sub_len], cat, "Log category name is %s", cat); in verify_os_log() 1382 create_verified_os_log(char *sub, char *cat) in create_verified_os_log() argument 1384 os_log_t h = os_log_create(sub, cat); in create_verified_os_log() 1385 verify_os_log(h, sub, cat); in create_verified_os_log()
|
| /xnu-12377.81.4/tools/lldbmacros/plugins/ |
| H A D | iosspeedtracer.sh | 8 cat > $TMPFILE
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | make_posix_availability.sh | 39 cat <<EOF
|
| H A D | make_symbol_aliasing.sh | 45 cat <<EOF
|
| /xnu-12377.81.4/SETUP/config/ |
| H A D | doconf | 209 cat $MASTER $MASTER_CPU - \
|
| /xnu-12377.81.4/tests/ |
| H A D | disk_mount_conditioner.m | 470 snprintf(eject_cmd, sizeof(eject_cmd), "diskutil eject force `cat %s`", dev_disk_file); 476 snprintf(cmd, sizeof(cmd), "diskutil eraseVolume APFS dmc.ramdisk `cat %s`", dev_disk_file); 481 snprintf(cmd, sizeof(cmd), "diskutil mountDisk `cat %s`", dev_disk_file); 490 …snprintf(cmd, sizeof(cmd), "diskimagetool list -plist `cat %s` > %s", dev_disk_file, mount_info_pa…
|
| /xnu-12377.81.4/osfmk/console/art/ |
| H A D | progress.m | 2 //cc progress.m -framework AppKit -Wall; ./a.out >/tmp/xx.c; cc /tmp/xx.c -Wall; cat /tmp/xx.c
|
| /xnu-12377.81.4/tests/unit/ |
| H A D | README.md | 162 `cat report_output.txt | cut -d " " -f1 | sort | uniq > func_names.txt` 166 `cat func_names.txt | sed 's/^/allowlist_fun:/' > allow_list.txt`
|
| /xnu-12377.81.4/makedefs/ |
| H A D | MakeInc.top | 759 @cat $(OBJROOT)/cscope.genhdrs/* >> _cscope.files 2> /dev/null || true 782 @-cat cscope.files | etags -l auto -S - 2> /dev/null 789 @cat README.md
|
| H A D | MakeInc.cmd | 329 CAT = /bin/cat
|