| /xnu-11215.81.4/tests/nvram_tests/ |
| H A D | nvram_nonentitled.c | 155 if (getopt(argc, argv, "r") == 'r') { 177 if (getopt(argc, argv, "r") == 'r') { 225 if (getopt(argc, argv, "r") == 'r') { 246 if (getopt(argc, argv, "r") == 'r') { 298 if (getopt(argc, argv, "r") == 'r') { 326 if (getopt(argc, argv, "r") == 'r') {
|
| H A D | nvram_ve_mod.c | 27 if (getopt(argc, argv, "r") == 'r') { 56 if (getopt(argc, argv, "r") == 'r') {
|
| H A D | nvram_system.c | 101 if (getopt(argc, argv, "r") == 'r') { 124 if (getopt(argc, argv, "r") == 'r') { 154 if (getopt(argc, argv, "r") == 'r') {
|
| H A D | nvram_ve_reset.c | 26 if (getopt(argc, argv, "r") == 'r') {
|
| /xnu-11215.81.4/tests/ |
| H A D | debug_syscall_rejection_helper.c | 23 while ((opt = getopt(argc, argv, "ads:i:OF")) != -1) { in main()
|
| H A D | vm_test_code_signing_helper.c | 30 while ((ch = getopt(argc, argv, "i")) != -1) { in main()
|
| H A D | inet_transfer.c | 686 while ((ch = getopt(argc, argv, "i:I:p:s:tu")) != EOF) { in main()
|
| /xnu-11215.81.4/tools/lldbmacros/core/ |
| H A D | standard.py | 1 import getopt 432 opts,args = getopt.gnu_getopt(args,'hvo:s:p:c:'+ cmdoptions,[]) 434 except getopt.GetoptError as err:
|
| /xnu-11215.81.4/tools/tests/personas/ |
| H A D | persona_spawn.c | 190 while ((ch = getopt(argc, argv, "vhER")) != -1) { in child_main_loop() 339 while ((ch = getopt(argc, argv, "Vg:G:I:u:vwh")) != -1) { in main()
|
| H A D | persona_mgr.c | 233 while ((ch = getopt(argc, argv, "vi:t:p:u:g:l:G:m:h")) != -1) { in main()
|
| /xnu-11215.81.4/SETUP/installfile/ |
| H A D | installfile.c | 55 while ((ch = getopt(argc, argv, "cSm:")) != -1) { in main()
|
| /xnu-11215.81.4/tools/tests/affinity/ |
| H A D | tags.c | 97 while ((c = getopt(argc, argv, "hiv:")) != -1) { in main()
|
| H A D | pool.c | 329 while ((c = getopt(argc, argv, "ab:i:p:s:twv:")) != -1) { in main()
|
| H A D | sets.c | 353 while ((c = getopt(argc, argv, "ab:chi:p:s:twv:")) != -1) { in main()
|
| /xnu-11215.81.4/libkdd/ |
| H A D | kdd_main.m | 25 while ((c = getopt(argc, argv, "p")) != EOF) {
|
| /xnu-11215.81.4/SETUP/setsegname/ |
| H A D | setsegname.c | 141 while ((ch = getopt(argc, argv, "s:i:n:o:")) != -1) { in main()
|
| /xnu-11215.81.4/tools/tests/TLBcoherency/ |
| H A D | TLBcoherency.c | 256 while ((arg = getopt(argc, argv, "l:t:h:s:p:z:fry")) != -1) { in main()
|
| /xnu-11215.81.4/osfmk/console/art/ |
| H A D | progress.m | 8 #include <getopt.h>
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_control.c | 86 ctl_getopt_func getopt; /* get kctl configuration */ member 1384 if (kctl->getopt == NULL) { in ctl_ctloutput() 1413 error = (*kctl->getopt)(kctl->kctlref, kcb->sac.sc_unit, in ctl_ctloutput() 1785 kctl->getopt = userkctl->ctl_getopt; in ctl_register() 2209 xkr->xkr_getopt = (uint64_t)VM_KERNEL_UNSLIDE(kctl->getopt);
|
| /xnu-11215.81.4/tools/tests/jitter/ |
| H A D | timer_jitter.c | 243 while ((ch = getopt(argc, argv, "m:n:hs:w")) != -1 && ch != '?') { in main()
|
| /xnu-11215.81.4/tests/vm/ |
| H A D | test_vm_no_pager.m | 269 while ((c = getopt(argc, argv, "v")) != -1) {
|
| /xnu-11215.81.4/tools/lldbmacros/ |
| H A D | xnu.py | 1 import sys, os, re, time, getopt, shlex, inspect, xnudefines
|
| H A D | README.md | 162 …orator to map a 'command_name' to a function. Optionally you can provide getopt compatible option …
|