Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 – 25 of 146) sorted by relevance

123456

/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getopt.sh68 atf_test_case getopt_long
122 atf_add_test_case getopt_long
/freebsd/lib/libc/stdlib/
H A DMakefile.inc7 div.c exit.c getenv.c getopt.c getopt_long.c \
36 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
54 MLINKS+=getopt_long.3 getopt_long_only.3
H A DSymbol.map24 getopt_long;
/freebsd/contrib/file/src/
H A Dmygetopt.h65 int getopt_long(int, char * const *, const char *,
H A Dgetopt_long.c73 __weak_alias(getopt_long,_getopt_long)
356 getopt_long(nargc, nargv, options, long_options, idx) in getopt_long() function
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.h58 int getopt_long(int, char * const *, const char *,
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.h27 int getopt_long(int, char**, const char*, const struct option*, int*);
/freebsd/contrib/libevent/WIN32-Code/
H A Dgetopt.h27 int getopt_long(int, char**, const char*, const struct option*, int*);
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt.h57 int getopt_long(int, char * const *, const char *,
/freebsd/include/
H A Dgetopt.h62 int getopt_long(int, char * const *, const char *,
/freebsd/tools/build/cross-build/include/common/
H A Dgetopt.h39 #define getopt_long __freebsd_getopt_long macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt.h66 int getopt_long(int, char * const *, const char *,
/freebsd/contrib/tcpdump/
H A DMakefile.in372 missing/getopt_long.c \
373 missing/getopt_long.h \
410 getopt_long.o: $(srcdir)/missing/getopt_long.c
411 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getopt_long.c
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h54 int getopt_long(int argc, char *const *argv, const char *optstring,
/freebsd/usr.sbin/pnfsdskill/
H A Dpnfsdskill.c66 while ((ch = getopt_long(argc, argv, "f", longopts, NULL)) != -1) { in main()
/freebsd/contrib/diff/lib/
H A Dgetopt.h158 extern int getopt_long (int ___argc, char *const *___argv,
/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_list.c93 while ((option = getopt_long(argc, argv, "Uuf", longopts, NULL)) != -1) { in cmd_pmc_list_events()
/freebsd/contrib/elftoolchain/ar/
H A Dar.c127 while ((opt = getopt_long(argc, argv, "tDUV", longopts, in main()
176 while ((opt = getopt_long(argc, argv, "abCcdDfF:ijlMmopqrSsTtUuVvxz", in main()
/freebsd/usr.bin/ar/
H A Dar.c119 while ((opt = getopt_long(argc, argv, "tDUV", longopts, in main()
171 while ((opt = getopt_long(argc, argv, "abCcdDfijlMmopqrSsTtUuVvxz", in main()
/freebsd/sys/contrib/openzfs/cmd/
H A Dzgenhostid.c66 while ((opt = getopt_long(argc, argv, "fo:h?", 0, 0)) != -1) { in main()
/freebsd/bin/nproc/
H A Dnproc.c85 while ((ch = getopt_long(argc, argv, "", long_opts, NULL)) != -1) { in main()
/freebsd/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c108 c = getopt_long(argc, argv, "d:h", long_options, NULL); in main()
/freebsd/usr.bin/bintrans/
H A Dbintrans.c142 while ((ch = getopt_long(argc, argv, "diw:", opts, NULL)) != -1) in base64_encode_or_decode()
/freebsd/usr.bin/mktemp/
H A Dmktemp.c73 while ((c = getopt_long(argc, argv, "dp:qt:u", long_opts, NULL)) != -1) in main()
/freebsd/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c140 while ((opt = getopt_long(argc, argv, "_nps:V", longopts, NULL)) != in main()

123456