Searched refs:getopt (Results 51 - 75 of 990) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c36 #include <getopt.h>
140 while ((op = getopt(argc, argv, "s:p:c:")) != -1) {
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dmakefile.vms10 OBJS=bcopy.obj,bcmp.obj,getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
/freebsd-12-stable/contrib/libevent/test/
H A Dbench_cascade.c51 #include <getopt.h>
154 while ((c = getopt(argc, argv, "n:")) != -1) {
/freebsd-12-stable/tools/regression/tmpfs/
H A Dh_funcs.subr150 args=$(getopt u:v:w: $*)
/freebsd-12-stable/tools/tools/netrate/tcpp/
H A Dtcpp.c37 #include <getopt.h>
116 while ((ch = getopt(argc, argv, "b:c:hl:m:p:r:st:CM:PT")) != -1) {
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py11 import getopt namespace
236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:")
238 except getopt.GetoptError:
/freebsd-12-stable/contrib/netbsd-tests/fs/ffs/
H A Dh_ffs_server.c60 while ((ch = getopt(argc, argv, "bl")) != -1) {
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_protoent.c66 while ((c = getopt(argc, argv, "p:n:")) != -1) {
H A Dh_servent.c66 while ((c = getopt(argc, argv, "p:n:P:")) != -1) {
/freebsd-12-stable/contrib/openbsm/bin/audit/
H A Daudit.c145 while ((ch = getopt(argc, argv, "einst")) != -1) {
/freebsd-12-stable/contrib/opie/
H A Dopieinfo.c69 while ((i = getopt(argc, argv, "hv")) != EOF) {
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dt-memstat.c52 while ((r = getopt(argc, argv, "l:m:r:s:")) != -1)
H A Dt-notify.c87 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
H A Dtest.c72 while ((c = getopt(argc, argv, "vhd:")) != -1)
/freebsd-12-stable/contrib/smbfs/smbutil/
H A Dlookup.c78 while ((opt = getopt(argc, argv, "w:")) != EOF) {
/freebsd-12-stable/contrib/unvis/
H A Dunvis.c60 while ((ch = getopt(argc, argv, "eHhm")) != -1)
/freebsd-12-stable/contrib/libpcap/missing/
H A Dgetopt.c35 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
42 #include "getopt.h"
47 optreset; /* reset getopt */
55 * getopt --
59 getopt(int nargc, char * const *nargv, const char *ostr) function
/freebsd-12-stable/bin/hostname/
H A Dhostname.c64 while ((ch = getopt(argc, argv, "fsd")) != -1)
/freebsd-12-stable/bin/pwd/
H A Dpwd.c67 while ((ch = getopt(argc, argv, "LP")) != -1)
/freebsd-12-stable/bin/rmdir/
H A Drmdir.c63 while ((ch = getopt(argc, argv, "pv")) != -1)
/freebsd-12-stable/bin/uuidgen/
H A Duuidgen.c58 while ((ch = getopt(argc, argv, "1n:o:")) != -1)
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dgetopt.c31 static char sccsid[] = "@(#)getopt.c 8.1 (Berkeley) 6/4/93";
50 int optreset; /* reset getopt */
58 getopt(int nargc, char * const *nargv, const char *ostr) function
/freebsd-12-stable/lib/libc/stdlib/
H A Dgetopt.c1 /* $NetBSD: getopt.c,v 1.29 2014/06/05 22:00:22 christos Exp $ */
35 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
52 optreset; /* reset getopt */
60 * getopt --
64 getopt(int nargc, char * const nargv[], const char *ostr) function
/freebsd-12-stable/lib/libc/tests/gen/
H A Dtest-fnmatch.c91 while ((opt = getopt(argc, argv, "s:")) != -1) {
/freebsd-12-stable/release/picobsd/tinyware/passwd/
H A Dpasswd.c95 while ((ch = getopt(argc, argv, OPTIONS)) != -1) {

Completed in 428 milliseconds

1234567891011>>