Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 18 of 18) sorted by relevance

/xnu-8792.41.9/tools/lldbmacros/core/
H A Dstandard.py5 import getopt
227 opts,args = getopt.gnu_getopt(args,'hvo:s:p:c:'+ cmdoptions,[])
229 except getopt.GetoptError as err:
/xnu-8792.41.9/tests/
H A Ddebug_syscall_rejection_helper.c23 while ((opt = getopt(argc, argv, "ads:i:OF")) != -1) { in main()
H A Dvm_test_code_signing_helper.c30 while ((ch = getopt(argc, argv, "i")) != -1) { in main()
H A Dinet_transfer.c655 while ((ch = getopt(argc, argv, "i:I:p:s:tu")) != EOF) { in main()
/xnu-8792.41.9/tools/tests/personas/
H A Dpersona_spawn.c190 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 Dpersona_mgr.c233 while ((ch = getopt(argc, argv, "vi:t:p:u:g:l:G:m:h")) != -1) { in main()
/xnu-8792.41.9/SETUP/installfile/
H A Dinstallfile.c55 while ((ch = getopt(argc, argv, "cSm:")) != -1) { in main()
/xnu-8792.41.9/tools/tests/affinity/
H A Dtags.c97 while ((c = getopt(argc, argv, "hiv:")) != -1) { in main()
H A Dsets.c353 while ((c = getopt(argc, argv, "ab:chi:p:s:twv:")) != -1) { in main()
H A Dpool.c329 while ((c = getopt(argc, argv, "ab:i:p:s:twv:")) != -1) { in main()
/xnu-8792.41.9/libkdd/
H A Dkdd_main.m25 while ((c = getopt(argc, argv, "p")) != EOF) {
/xnu-8792.41.9/SETUP/setsegname/
H A Dsetsegname.c141 while ((ch = getopt(argc, argv, "s:i:n:o:")) != -1) { in main()
/xnu-8792.41.9/tools/tests/TLBcoherency/
H A DTLBcoherency.c256 while ((arg = getopt(argc, argv, "l:t:h:s:p:z:fry")) != -1) { in main()
/xnu-8792.41.9/osfmk/console/art/
H A Dprogress.m8 #include <getopt.h>
/xnu-8792.41.9/bsd/kern/
H A Dkern_control.c82 ctl_getopt_func getopt; /* get kctl configuration */ member
1369 if (kctl->getopt == NULL) { in ctl_ctloutput()
1393 error = (*kctl->getopt)(kctl->kctlref, kcb->sac.sc_unit, in ctl_ctloutput()
1765 kctl->getopt = userkctl->ctl_getopt; in ctl_register()
2188 xkr->xkr_getopt = (uint64_t)VM_KERNEL_UNSLIDE(kctl->getopt);
/xnu-8792.41.9/tools/tests/jitter/
H A Dtimer_jitter.c243 while ((ch = getopt(argc, argv, "m:n:hs:w")) != -1 && ch != '?') { in main()
/xnu-8792.41.9/tools/lldbmacros/
H A Dxnu.py7 import sys, os, re, time, getopt, shlex, inspect, xnudefines
H A DREADME.md157 …orator to map a 'command_name' to a function. Optionally you can provide getopt compatible option …