Home
last modified time | relevance | path

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

1234567

/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.inc22 getopt_long.c \
93 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
111 MLINKS+=getopt_long.3 getopt_long_only.3
H A DSymbol.map24 getopt_long;
/freebsd/contrib/xz/
H A DCOPYING12 getopt_long, GNU getopt_long is compiled and linked in from the
13 'lib' directory. The getopt_long code is under GNU LGPLv2.1+.
H A DAUTHORS53 - GNU getopt_long() in the 'lib' directory is included for
54 platforms that don't have a usable getopt_long().
/freebsd/contrib/file/src/
H A Dmygetopt.h58 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/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/crypto/krb5/src/util/support/
H A Ddeps111 getopt_long.so getopt_long.po $(OUTPRE)getopt_long.$(OBJEXT): \
113 $(top_srcdir)/include/k5-thread.h getopt_long.c
/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.c67 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/runat/
H A Drunat.c45 while (!done_args && (ch = getopt_long(argc, argv, "h-", longopts, in main()

1234567