| /freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | t_getopt.sh | 68 atf_test_case getopt_long 122 atf_add_test_case getopt_long
|
| /freebsd/lib/libc/stdlib/ |
| H A D | Makefile.inc | 22 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 D | Symbol.map | 24 getopt_long;
|
| /freebsd/contrib/xz/ |
| H A D | COPYING | 12 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 D | AUTHORS | 53 - 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 D | mygetopt.h | 58 int getopt_long(int, char * const *, const char *,
|
| H A D | getopt_long.c | 73 __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 D | getopt_long.h | 58 int getopt_long(int, char * const *, const char *,
|
| /freebsd/contrib/ntp/sntp/libevent/WIN32-Code/ |
| H A D | getopt.h | 27 int getopt_long(int, char**, const char*, const struct option*, int*);
|
| /freebsd/contrib/libevent/WIN32-Code/ |
| H A D | getopt.h | 27 int getopt_long(int, char**, const char*, const struct option*, int*);
|
| /freebsd/contrib/libfido2/openbsd-compat/ |
| H A D | getopt.h | 57 int getopt_long(int, char * const *, const char *,
|
| /freebsd/include/ |
| H A D | getopt.h | 62 int getopt_long(int, char * const *, const char *,
|
| /freebsd/tools/build/cross-build/include/common/ |
| H A D | getopt.h | 39 #define getopt_long __freebsd_getopt_long macro
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | getopt.h | 66 int getopt_long(int, char * const *, const char *,
|
| /freebsd/contrib/tcpdump/ |
| H A D | Makefile.in | 372 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 D | GetOptInc.h | 54 int getopt_long(int argc, char *const *argv, const char *optstring,
|
| /freebsd/usr.sbin/pnfsdskill/ |
| H A D | pnfsdskill.c | 66 while ((ch = getopt_long(argc, argv, "f", longopts, NULL)) != -1) { in main()
|
| /freebsd/usr.sbin/pmc/ |
| H A D | cmd_pmc_list.c | 93 while ((option = getopt_long(argc, argv, "Uuf", longopts, NULL)) != -1) { in cmd_pmc_list_events()
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | deps | 111 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 D | ar.c | 127 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 D | ar.c | 119 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 D | zgenhostid.c | 67 while ((opt = getopt_long(argc, argv, "fo:h?", 0, 0)) != -1) { in main()
|
| /freebsd/bin/nproc/ |
| H A D | nproc.c | 85 while ((ch = getopt_long(argc, argv, "", long_opts, NULL)) != -1) { in main()
|
| /freebsd/contrib/ofed/libibverbs/examples/ |
| H A D | asyncwatch.c | 108 c = getopt_long(argc, argv, "d:h", long_options, NULL); in main()
|
| /freebsd/usr.bin/runat/ |
| H A D | runat.c | 45 while (!done_args && (ch = getopt_long(argc, argv, "h-", longopts, in main()
|