| /xnu-11215/tests/sched/ |
| H A D | zero_to_n_tests.c | 74 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 D | enabled_policy.c | 60 if (strstr(device_name, "DEV") != NULL) { 63 if (strstr(device_name, "SIM") != NULL) {
|
| H A D | all_cores_running.c | 145 if (strstr(kernel_bootargs, "amfi_get_out_of_my_way=1") == NULL) {
|
| H A D | yield_aggressor.c | 296 if (strstr(kernel_bootargs, "amfi_get_out_of_my_way=1") == NULL) {
|
| /xnu-11215/tests/vm/ |
| H A D | zalloc.c | 61 if (strstr(d, "active refs") && strstr(d, "operation type: ")) {
|
| H A D | test_vm_no_pager_helper.c | 293 …ASSERT(strstr(buf, "/dev/disk"), "Didn't get expected device identifier after attaching. Got: `%s`… in create_disk_image()
|
| H A D | test_vm_no_pager.m | 148 if (strstr(str_iter, current_expected_triage_string)) {
|
| H A D | vm_parameter_validation.c | 3456 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 D | vm_allocation.c | 356 char * xnu_string = strstr(version, "xnu-"); in xnu_version_string()
|
| /xnu-11215/tests/ |
| H A D | posix_spawn_filtering.c | 112 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 D | fp_exception.c | 114 if (NULL == strstr(kernel_bootargs, "-fp_exceptions")) {
|
| H A D | big_map_test.c | 43 if (strstr(release_type, required_release_type) == NULL) {
|
| H A D | user_msrs.c | 234 return !!strstr(ver_str, "/RELEASE_ARM64"); in is_release_kernel()
|
| H A D | libmalloc_apple_array.c | 193 if (strstr(str, key)) { in get_apple_array_key()
|
| H A D | cpucount.c | 151 if (NULL == strstr(kernel_bootargs, "enable_skstb=1")) { in cpucount_setup()
|
| /xnu-11215/tests/ipc/ |
| H A D | hardened_exceptions.c | 180 bool entitled = strstr(__progname, "entitled") != NULL; 181 bool debugger = strstr(__progname, "debugger") != NULL;
|
| /xnu-11215/tests/vfs/ |
| H A D | getattrlist_mountextflags.c | 95 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.c | 310 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.h | 109 char * (*strstr)(const char *s, const char *find); member
|
| /xnu-11215/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc_macros.h | 36 char *p=strstr(file, cc_char); in cc_strstr()
|
| /xnu-11215/osfmk/corecrypto/ |
| H A D | cc_macros.h | 62 char *p = strstr(file, cc_char); in cc_strstr()
|
| /xnu-11215/tools/lockstat/ |
| H A D | lockstat.c | 100 gDebug = (NULL != strstr(argv[0], "debug")); in main()
|