Searched refs:getopt (Results 251 - 275 of 876) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/tools/tools/ath/athdebug/
H A Dathdebug.c44 #include <getopt.h>
/freebsd-10.0-release/tools/tools/mwl/mwldebug/
H A Dmwldebug.c46 #include <getopt.h>
/freebsd-10.0-release/usr.bin/apply/
H A Dapply.c73 while ((ch = getopt(argc, argv, "a:d0123456789")) != -1)
/freebsd-10.0-release/usr.bin/banner/
H A Dbanner.c1034 while ((ch = getopt(argc, argv, "w:td")) != -1)
/freebsd-10.0-release/usr.bin/cap_mkdb/
H A Dcap_mkdb.c87 while ((c = getopt(argc, argv, "bf:lv")) != -1) {
/freebsd-10.0-release/usr.bin/chkey/
H A Dchkey.c101 while ((ch = getopt(argc, argv, "f")) != -1)
/freebsd-10.0-release/usr.bin/colcrt/
H A Dcolcrt.c89 while ((ch = getopt(argc, argv, "-2")) != -1)
/freebsd-10.0-release/usr.bin/comm/
H A Dcomm.c85 while ((ch = getopt(argc, argv, "123i")) != -1)
/freebsd-10.0-release/usr.bin/elf2aout/
H A Delf2aout.c89 while ((c = getopt(ac, av, "o:")) != -1)
/freebsd-10.0-release/usr.bin/iconv/
H A Diconv.c34 #include <getopt.h>
/freebsd-10.0-release/usr.bin/ktrace/
H A Dktrace.c81 while ((ch = getopt(argc,argv,"aCcdf:g:ip:t:")) != -1)
/freebsd-10.0-release/usr.bin/ktrdump/
H A Dktrdump.c106 while ((c = getopt(ac, av, "cfqrtHe:i:m:o:")) != -1)
/freebsd-10.0-release/usr.bin/lastcomm/
H A Dlastcomm.c92 while ((ch = getopt(argc, argv, "f:usecSE")) != -1)
/freebsd-10.0-release/usr.bin/locate/code/
H A Dlocate.code.c134 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-10.0-release/usr.bin/lockf/
H A Dlockf.c65 while ((ch = getopt(argc, argv, "sknt:")) != -1) {
/freebsd-10.0-release/usr.bin/mail/
H A Dmain.c90 while ((i = getopt(argc, argv, "FEHINT:b:c:edfins:u:v")) != -1) {
153 * getopt() can't handle optional arguments, so here
/freebsd-10.0-release/usr.bin/procstat/
H A Dprocstat.c128 while ((ch = getopt(argc, argv, "CN:M:abcefijklhstvw:x")) != -1) {
/freebsd-10.0-release/usr.bin/setchannel/
H A Dsetchannel.c112 while ((c = getopt(argc, argv, "a:cd:rg:m:st")) != -1)
/freebsd-10.0-release/usr.bin/svn/lib/libapr/
H A DMakefile12 filepath_util.c filestat.c flock.c fullrw.c getopt.c \
/freebsd-10.0-release/usr.bin/tail/
H A Dtail.c114 while ((ch = getopt(argc, argv, "Fb:c:fn:qr")) != -1)
242 * Convert the obsolete argument form into something that getopt can handle.
322 /* Illegal option, return and let getopt handle it. */
/freebsd-10.0-release/usr.bin/tset/
H A Dtset.c99 while ((ch = getopt(argc, argv, "-a:d:e:Ii:k:m:np:QSrs")) != -1) {
264 * Convert the obsolete argument form into something that getopt can handle.
/freebsd-10.0-release/usr.bin/unexpand/
H A Dunexpand.c76 while ((ch = getopt(argc, argv, "at:")) != -1) {
/freebsd-10.0-release/usr.bin/uuencode/
H A Duuencode.c85 while ((ch = getopt(argc, argv, "mo:")) != -1) {
/freebsd-10.0-release/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c202 while ((c = getopt(argc, argv, "hi:k:s:")) != -1) {
/freebsd-10.0-release/usr.sbin/bluetooth/ath3kfw/
H A Dath3kfw.c84 while ((n = getopt(argc, argv, "d:f:hp:v:")) != -1) {

Completed in 164 milliseconds

<<11121314151617181920>>