Searched refs:getopt_shortopts (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c97 static const char *getopt_shortopts; variable
700 getopt_shortopts = "I:de:ns:t:ST:wx:?";
702 getopt_shortopts = "dt:?";
704 while ((c = getopt_long(argc, argv, getopt_shortopts, longopts,
/freebsd-13-stable/usr.sbin/nfsd/
H A Dnfsd.c102 static const char *getopt_shortopts; variable
187 getopt_shortopts = "ah:n:rdtuep:m:V:";
195 while ((ch = getopt_long(argc, argv, getopt_shortopts, longopts,

Completed in 38 milliseconds