Searched refs:getopt (Results 76 - 100 of 990) sorted by relevance

1234567891011>>

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Dmain.c73 while ((ch = getopt(argc, argv, "CfFnpyM")) != -1) {
/freebsd-12-stable/sbin/kldunload/
H A Dkldunload.c64 while ((c = getopt(argc, argv, "finv")) != -1) {
/freebsd-12-stable/usr.bin/asa/
H A Dasa.c58 while ((ch = getopt(argc, argv, "")) != -1) {
/freebsd-12-stable/usr.bin/biff/
H A Dbiff.c64 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-12-stable/usr.bin/c89/
H A Dc89.c80 while ((i = getopt(argc, argv, "cD:EgI:l:L:o:OsU:")) != -1) {
/freebsd-12-stable/usr.bin/c99/
H A Dc99.c63 while ((ch = getopt(argc, argv, "cD:EgI:L:o:O:sU:l:")) != -1) {
/freebsd-12-stable/usr.bin/cksum/
H A Dcksum.c85 while ((ch = getopt(argc, argv, "o:")) != -1)
/freebsd-12-stable/usr.bin/colrm/
H A Dcolrm.c72 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-12-stable/usr.bin/file2c/
H A Dfile2c.c35 while ((c = getopt(argc, argv, "n:sx")) != -1) {
/freebsd-12-stable/usr.bin/find/
H A Dmain.c89 while ((ch = getopt(argc, argv, "EHLPXdf:sx")) != -1)
/freebsd-12-stable/usr.bin/hesinfo/
H A Dhesinfo.c39 while ((c = getopt(argc, argv, "lb")) != -1) {
/freebsd-12-stable/usr.bin/hexdump/
H A Dhexsyntax.c66 while ((ch = getopt(argc, argv, "bcCde:f:n:os:vx")) != -1)
/freebsd-12-stable/usr.bin/mesg/
H A Dmesg.c69 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-12-stable/usr.bin/mkfifo/
H A Dmkfifo.c71 while ((ch = getopt(argc, argv, "m:")) != -1)
/freebsd-12-stable/usr.bin/mktemp/
H A Dmktemp.c66 while ((c = getopt(argc, argv, "dqt:u")) != -1)
/freebsd-12-stable/usr.bin/nice/
H A Dnice.c77 while ((ch = getopt(argc, argv, "n:")) != -1) {
/freebsd-12-stable/usr.bin/protect/
H A Dprotect.c83 while ((ch = getopt(argc, argv, "cdig:p:")) != -1)
/freebsd-12-stable/usr.bin/rev/
H A Drev.c71 while ((ch = getopt(argc, argv, "")) != -1)
/freebsd-12-stable/usr.bin/stdbuf/
H A Dstdbuf.c58 while ((i = getopt(argc, argv, "e:i:o:")) != -1) {
/freebsd-12-stable/usr.bin/what/
H A Dwhat.c65 while ((c = getopt(argc, argv, "qs")) != -1) {
/freebsd-12-stable/usr.sbin/acpi/acpidump/
H A Dacpidump.c70 while ((c = getopt(argc, argv, "dhtvf:o:")) != -1) {
/freebsd-12-stable/usr.sbin/eeprom/
H A Deeprom.c70 while ((opt = getopt(argc, argv, "-a")) != -1) {
/freebsd-12-stable/usr.sbin/fifolog/fifolog_create/
H A Dfifolog_create.c63 while((ch = getopt(argc, argv, "l:r:s:")) != -1) {
/freebsd-12-stable/usr.sbin/fifolog/fifolog_writer/
H A Dfifolog_writer.c65 while ((c = getopt(argc, argv, "w:s:z:")) != -1) {
/freebsd-12-stable/usr.sbin/getfmac/
H A Dgetfmac.c70 while ((ch = getopt(argc, argv, "hl:")) != -1) {

Completed in 423 milliseconds

1234567891011>>