| /xnu-11215/tests/ |
| H A D | prioritize_process_launch_helper.c | 183 char *binary = "prioritize_process_launch_helper"; in main() local 184 char *new_argv[] = {binary, "EXIT", NULL}; in main() 185 ret = execve(binary, new_argv, NULL); in main() 205 char *binary = "prioritize_process_launch_helper"; in main() local 206 char *new_argv[] = {binary, "EXIT", NULL}; in main() 208 ret = posix_spawn(&child_pid, binary, NULL, &attr, new_argv, NULL); in main() 248 char *binary = "prioritize_process_launch_helper"; in main() local 249 char *new_argv[] = {binary, "EXIT", NULL}; in main() 251 ret = posix_spawn(&child_pid, binary, NULL, &attr, new_argv, NULL); in main()
|
| H A D | prioritize_process_launch.c | 277 char *binary, in posix_spawn_child_with_watch_ports() argument 283 char *new_argv[] = { binary, arg, NULL}; in posix_spawn_child_with_watch_ports() 293 ret = posix_spawn(&child_pid, binary, NULL, &attr, new_argv, NULL); in posix_spawn_child_with_watch_ports()
|
| H A D | Makefile | 406 imm_pinned_control_port_crasher_3P_hardened: CODE_SIGN_ENTITLEMENTS = entitlements/hardened-binary-… 434 reply_port_defense_client_3P_hardened: CODE_SIGN_ENTITLEMENTS=entitlements/hardened-binary-entitlem… 1498 print_apple_array_HR1: CODE_SIGN_ENTITLEMENTS=entitlements/hardened-binary-entitlements-1.plist 1504 print_apple_array_HR2: CODE_SIGN_ENTITLEMENTS=entitlements/hardened-binary-entitlements-2.plist
|
| H A D | stackshot_tests.m | 1559 …ERT_EQ(expected_offset, info->imageLoadAddress, "found matching UUID with matching binary offset"); 1565 …d_offset, ((uint64_t) info->imageLoadAddress), "found matching UUID with matching binary offset"); 1587 // Get path of stackshot_translated_child helper binary 1646 T_DECL(proc_uuid_info, "tests that the main binary UUID for a proc is always populated", T_META_TAG… 1657 /* Find the UUID of our main binary */ 1673 /* Find our binary in the dyld image info array */ 1681 T_ASSERT_TRUE(found_image_in_image_infos, "found binary image in dyld image info list");
|
| /xnu-11215/libkern/c++/ |
| H A D | OSSerialize.cpp | 76 if (binary) { in clearText() 93 if (binary) { in previouslySerialized() 122 if (binary) { in addXMLStartTag() 172 if (binary) { in addChar()
|
| H A D | OSBoolean.cpp | 140 if (s->binary) { in serialize()
|
| H A D | OSSerializeBinary.cpp | 64 me->binary = true; in binaryWithCapacity()
|
| /xnu-11215/bsd/crypto/doc/ |
| H A D | KernelCrypto.txt | 25 * Redistribution and use in source and binary forms, with or without 30 * 2. Redistributions in binary form must reproduce the above copyright 69 The free distribution and use of this software in both source and binary 75 2. distributions in binary form include the above copyright 99 The free distribution and use of this software in both source and binary 105 2. distributions in binary form include the above copyright 137 2. binary distributions include the above copyright notice, this list
|
| /xnu-11215/osfmk/conf/ |
| H A D | copyright.osf | 6 # This software, both binary and source (hereafter, Software) is 12 # without a fee. Licensee may distribute the binary and source code (if 31 # (2) distribution of the binary code or source code to third parties
|
| /xnu-11215/security/conf/ |
| H A D | copyright.nai | 10 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.san | 34 # $(2) - Name of the kext variant binary (Kasan_kasan, Kcov, ...) 52 # $(2) - Name of the kext variant binary (Kasan_kasan, Kcov, ...)
|
| /xnu-11215/osfmk/mach/ |
| H A D | audit_triggers.defs | 6 * Redistribution and use in source and binary forms, with or without 12 * 2. Redistributions in binary form must reproduce the above copyright
|
| H A D | thread_act.defs | 391 * For userland binary translation to cause specific exceptions
|
| /xnu-11215/bsd/vfs/ |
| H A D | vnode_if.src | 6 # Redistribution and use in source and binary forms, with or without 11 # 2. Redistributions in binary form must reproduce the above copyright
|
| /xnu-11215/tools/lldbmacros/plugins/ |
| H A D | iosspeedtracer.sh | 14 …curl -u $USER:$PW -X POST -H "Content-Type: text/plain" -H "Accept: text/plain" --data-binary @${T…
|
| /xnu-11215/iokit/Kernel/ |
| H A D | printPlist | 70 IOLog("(binary data)\n");
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSSerialize.h | 116 bool binary; variable
|
| /xnu-11215/tests/sched/sched_test_harness/ |
| H A D | Makefile | 38 …EFINES) $(SCHED_HARNESS_DEBUG_FLAGS) $(SCHED_HARNESS_COMPILER_SEARCH_ORDER) -Wno-gnu-binary-literal
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 29 ### Dealing with binary data 32 Some LLDB APIs no longer accept a string in place of binary data in Python 3. 34 ### Accessing large amounts of binary data (or accessing small amounts frequently) 95 All strings are now `unicode` and must be converted between binary data and strings explicitly.
|
| H A D | macro_testing.md | 72 all referenced members do exist in the final binary. Broken reference will
|
| /xnu-11215/tools/kt-dump/ |
| H A D | kt-dump.cpp | 570 std::ifstream file(path, std::ifstream::binary); in read_file()
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 60 behavior for binary compatibility purposes. There are two possible rewrites: 419 rewrites and/or telemetry for binary compatibility.
|
| /xnu-11215/ |
| H A D | README.md | 55 This will also create a bootable image, kernel.[config], and a kernel binary
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 399 …* `ArgumentStringToInt()` is recommended for argument parsing, as it supports binary/octal/decimal…
|