Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 22 of 22) sorted by relevance

/xnu-11215/tests/sched/
H A Dzero_to_n_tests.c74 if (strstr(data, "TEST PASSED")) { in run_zn()
77 if (strstr(data, "TEST FAILED")) { in run_zn()
80 if (strstr(data, "TEST SKIPPED")) { in run_zn()
H A Denabled_policy.c60 if (strstr(device_name, "DEV") != NULL) {
63 if (strstr(device_name, "SIM") != NULL) {
H A Dall_cores_running.c145 if (strstr(kernel_bootargs, "amfi_get_out_of_my_way=1") == NULL) {
H A Dyield_aggressor.c296 if (strstr(kernel_bootargs, "amfi_get_out_of_my_way=1") == NULL) {
/xnu-11215/tests/vm/
H A Dzalloc.c61 if (strstr(d, "active refs") && strstr(d, "operation type: ")) {
H A Dtest_vm_no_pager_helper.c293 …ASSERT(strstr(buf, "/dev/disk"), "Didn't get expected device identifier after attaching. Got: `%s`… in create_disk_image()
H A Dtest_vm_no_pager.m148 if (strstr(str_iter, current_expected_triage_string)) {
H A Dvm_parameter_validation.c3456 char *out_param_bad_match = strstr(kern_buffer, out_param_bad_str); in out_bad_param_in_kern_golden_results()
3497 } else if (in_test && strstr(line, KERN_TESTRESULT_DELIMITER)) { in populate_kernel_results()
H A Dvm_allocation.c356 char * xnu_string = strstr(version, "xnu-"); in xnu_version_string()
/xnu-11215/tests/
H A Dposix_spawn_filtering.c112 T_ASSERT_NOTNULL(strstr(env_file_content, "HELLO=WORLD\n"), "original env var present");
113 T_ASSERT_NOTNULL(strstr(env_file_content, "ADDED_VAR=VIA_RULES\n"), "added env var present");
H A Dfp_exception.c114 if (NULL == strstr(kernel_bootargs, "-fp_exceptions")) {
H A Dbig_map_test.c43 if (strstr(release_type, required_release_type) == NULL) {
H A Duser_msrs.c234 return !!strstr(ver_str, "/RELEASE_ARM64"); in is_release_kernel()
H A Dlibmalloc_apple_array.c193 if (strstr(str, key)) { in get_apple_array_key()
H A Dcpucount.c151 if (NULL == strstr(kernel_bootargs, "enable_skstb=1")) { in cpucount_setup()
/xnu-11215/tests/ipc/
H A Dhardened_exceptions.c180 bool entitled = strstr(__progname, "entitled") != NULL;
181 bool debugger = strstr(__progname, "debugger") != NULL;
/xnu-11215/tests/vfs/
H A Dgetattrlist_mountextflags.c95 if (strstr(mntbuf[i].f_mntfromname, diskurl) == NULL) { in get_mount_path()
236 …T_ASSERT_POSIX_NOTNULL((diskp = strstr(output_buffer, "disk")), "Extracting device identifier: %s"…
/xnu-11215/libsyscall/wrappers/
H A D_libc_funcptr.c310 strstr(const char *s, const char *find) in strstr() function
312 return _libkernel_string_functions->strstr(s, find); in strstr()
H A D_libkernel_init.h109 char * (*strstr)(const char *s, const char *find); member
/xnu-11215/EXTERNAL_HEADERS/corecrypto/
H A Dcc_macros.h36 char *p=strstr(file, cc_char); in cc_strstr()
/xnu-11215/osfmk/corecrypto/
H A Dcc_macros.h62 char *p = strstr(file, cc_char); in cc_strstr()
/xnu-11215/tools/lockstat/
H A Dlockstat.c100 gDebug = (NULL != strstr(argv[0], "debug")); in main()