Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getopt.sh68 atf_test_case getopt_long
122 atf_add_test_case getopt_long
/freebsd-13.1/lib/libc/stdlib/
H A DMakefile.inc10 div.c exit.c getenv.c getopt.c getopt_long.c \
35 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
48 MLINKS+=getopt_long.3 getopt_long_only.3
H A DSymbol.map28 getopt_long;
/freebsd-13.1/contrib/tcpdump/
H A DMakefile.in267 getopt_long.h \
346 missing/getopt_long.c \
386 getopt_long.o: $(srcdir)/missing/getopt_long.c
387 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getopt_long.c
H A Dgetopt_long.h58 int getopt_long(int, char * const *, const char *,
/freebsd-13.1/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-13.1/crypto/openssh/openbsd-compat/
H A Dgetopt.h57 int getopt_long(int, char * const *, const char *,
/freebsd-13.1/contrib/libfido2/openbsd-compat/
H A Dgetopt.h57 int getopt_long(int, char * const *, const char *,
/freebsd-13.1/include/
H A Dgetopt.h63 int getopt_long(int, char * const *, const char *,
/freebsd-13.1/tools/build/cross-build/include/common/
H A Dgetopt.h41 #define getopt_long __freebsd_getopt_long macro
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h54 int getopt_long(int argc, char *const *argv, const char *optstring,
/freebsd-13.1/usr.sbin/pnfsdskill/
H A Dpnfsdskill.c68 while ((ch = getopt_long(argc, argv, "f", longopts, NULL)) != -1) { in main()
/freebsd-13.1/contrib/diff/lib/
H A Dgetopt.h158 extern int getopt_long (int ___argc, char *const *___argv,
/freebsd-13.1/usr.sbin/pmc/
H A Dcmd_pmc_list.c96 while ((option = getopt_long(argc, argv, "Uuf", longopts, NULL)) != -1) { in cmd_pmc_list_events()
/freebsd-13.1/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-13.1/contrib/xz/
H A DCOPYING12 domain unless GNU getopt_long had to be compiled and linked
13 in from the lib directory. The getopt_long code is under
/freebsd-13.1/sys/contrib/openzfs/cmd/zgenhostid/
H A Dzgenhostid.c67 while ((opt = getopt_long(argc, argv, "fo:h?", 0, 0)) != -1) { in main()
/freebsd-13.1/usr.bin/ar/
H A Dar.c121 while ((opt = getopt_long(argc, argv, "tDUV", longopts, in main()
173 while ((opt = getopt_long(argc, argv, "abCcdDfijlMmopqrSsTtUuVvxz", in main()
/freebsd-13.1/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c108 c = getopt_long(argc, argv, "d:h", long_options, NULL); in main()
/freebsd-13.1/usr.bin/dc/
H A Ddc.c89 while ((ch = getopt_long(argc, argv, "e:f:hVx", long_options, NULL)) != -1) { in main()
/freebsd-13.1/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c140 while ((opt = getopt_long(argc, argv, "_nps:V", longopts, NULL)) != in main()
/freebsd-13.1/contrib/libfido2/examples/
H A DCMakeLists.txt7 ../openbsd-compat/getopt_long.c
/freebsd-13.1/usr.bin/head/
H A Dhead.c96 while ((ch = getopt_long(argc, argv, "+n:c:", long_opts, NULL)) != -1) { in main()
/freebsd-13.1/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c72 while ((c = getopt_long(argc, argv, "", long_opts, NULL)) != -1) { in parse_args()

123456