Searched refs:getopt (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsys_domain.h88 ctl_getopt_func getopt; /* get kctl configuration */ member in struct:kctl
/darwin-on-arm/xnu/
H A Dlldbmacros.py3 import getopt
69 opts,args = getopt.getopt(args,'o:s:',[])
70 except getopt.GetoptError,err:
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dtattle.c95 while ((c = getopt(argc, argv, "vcfrsVTR")) != -1) {
H A Dlibmicro.c277 while ((opt = getopt(argc, argv, optstr)) != -1) {
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dtags.c99 while ((c = getopt (argc, argv, "hiv:")) != -1) {
H A Dpool.c337 while ((c = getopt (argc, argv, "ab:i:p:s:twv:")) != -1) {
H A Dsets.c355 while ((c = getopt (argc, argv, "ab:chi:p:s:twv:")) != -1) {
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c82 while ((c = getopt(argc, argv, "v")) != -1) {
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c40 #include <getopt.h>
459 while ((opt = getopt(argc, argv, "t:vqh")) != -1) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_control.c616 if (kctl->getopt == NULL)
628 error = (*kctl->getopt)(kcb->kctl, kcb->unit, kcb->userdata, sopt->sopt_name,
808 kctl->getopt = userkctl->ctl_getopt;
/darwin-on-arm/xnu/tools/tests/jitter/
H A Dtimer_jitter.c241 while ((ch = getopt(argc, argv, "m:n:hs:w")) != -1 && ch != '?') {
266 fprintf(stderr, "Got unexpected result from getopt().\n");

Completed in 104 milliseconds