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

/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c95 static const char *getopt_shortopts; variable
698 getopt_shortopts = "I:de:ns:t:ST:wx:?";
700 getopt_shortopts = "dt:?";
702 while ((c = getopt_long(argc, argv, getopt_shortopts, longopts,
/freebsd-current/usr.sbin/nfsd/
H A Dnfsd.c88 static const char *getopt_shortopts; variable
173 getopt_shortopts = "ah:n:rdtuep:m:V:";
181 while ((ch = getopt_long(argc, argv, getopt_shortopts, longopts,

Completed in 129 milliseconds