/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 | 7 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 D | Symbol.map | 24 getopt_long;
|
/freebsd/contrib/file/src/ |
H A D | mygetopt.h | 65 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/contrib/diff/lib/ |
H A D | getopt.h | 158 extern int getopt_long (int ___argc, char *const *___argv,
|
/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/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 | 66 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/bintrans/ |
H A D | bintrans.c | 142 while ((ch = getopt_long(argc, argv, "diw:", opts, NULL)) != -1) in base64_encode_or_decode()
|
/freebsd/usr.bin/mktemp/ |
H A D | mktemp.c | 73 while ((c = getopt_long(argc, argv, "dp:qt:u", long_opts, NULL)) != -1) in main()
|
/freebsd/contrib/elftoolchain/cxxfilt/ |
H A D | cxxfilt.c | 140 while ((opt = getopt_long(argc, argv, "_nps:V", longopts, NULL)) != in main()
|