Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/nvram_tests/
H A Dnvram_nonentitled.c155 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 Dnvram_ve_mod.c27 if (getopt(argc, argv, "r") == 'r') {
56 if (getopt(argc, argv, "r") == 'r') {
H A Dnvram_system.c101 if (getopt(argc, argv, "r") == 'r') {
124 if (getopt(argc, argv, "r") == 'r') {
154 if (getopt(argc, argv, "r") == 'r') {
H A Dnvram_ve_reset.c26 if (getopt(argc, argv, "r") == 'r') {
/xnu-11215.81.4/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.c686 while ((ch = getopt(argc, argv, "i:I:p:s:tu")) != EOF) { in main()
/xnu-11215.81.4/tools/lldbmacros/core/
H A Dstandard.py1 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 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-11215.81.4/SETUP/installfile/
H A Dinstallfile.c55 while ((ch = getopt(argc, argv, "cSm:")) != -1) { in main()
/xnu-11215.81.4/tools/tests/affinity/
H A Dtags.c97 while ((c = getopt(argc, argv, "hiv:")) != -1) { in main()
H A Dpool.c329 while ((c = getopt(argc, argv, "ab:i:p:s:twv:")) != -1) { in main()
H A Dsets.c353 while ((c = getopt(argc, argv, "ab:chi:p:s:twv:")) != -1) { in main()
/xnu-11215.81.4/libkdd/
H A Dkdd_main.m25 while ((c = getopt(argc, argv, "p")) != EOF) {
/xnu-11215.81.4/SETUP/setsegname/
H A Dsetsegname.c141 while ((ch = getopt(argc, argv, "s:i:n:o:")) != -1) { in main()
/xnu-11215.81.4/tools/tests/TLBcoherency/
H A DTLBcoherency.c256 while ((arg = getopt(argc, argv, "l:t:h:s:p:z:fry")) != -1) { in main()
/xnu-11215.81.4/osfmk/console/art/
H A Dprogress.m8 #include <getopt.h>
/xnu-11215.81.4/bsd/kern/
H A Dkern_control.c86 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 Dtimer_jitter.c243 while ((ch = getopt(argc, argv, "m:n:hs:w")) != -1 && ch != '?') { in main()
/xnu-11215.81.4/tests/vm/
H A Dtest_vm_no_pager.m269 while ((c = getopt(argc, argv, "v")) != -1) {
/xnu-11215.81.4/tools/lldbmacros/
H A Dxnu.py1 import sys, os, re, time, getopt, shlex, inspect, xnudefines
H A DREADME.md162 …orator to map a 'command_name' to a function. Optionally you can provide getopt compatible option …