HomeSort by: relevance | last modified time | path
    Searched refs:getopt_long (Results 1 - 24 of 24) sorted by relevancy

  /src/include/
getopt.h 39 * Gnu like getopt_long() and BSD4.4 getsubopt()/optreset extensions
60 int getopt_long(int, char * const *, const char *,
  /src/tools/compat/
compat_getopt.h 10 #define getopt_long __nbcompat_getopt_long macro
Makefile 9 getcap.c getline.c getmode.c getopt_long.c gettemp.c \
configure.ac 245 getopt getopt_long group_from_gid gid_from_group \
  /src/tests/lib/libc/stdlib/
t_getopt.sh 80 atf_test_case getopt_long
83 atf_set "descr" "Checks getopt_long(3)"
135 atf_add_test_case getopt_long
  /src/bin/pax/
getoldopt.c 65 return getopt_long(argc, argv, optstring,
options.c 291 while ((c = getopt_long(argc, argv,
  /src/lib/libc/stdlib/
Makefile.inc 10 getenv.c getopt.c getopt_long.c getsubopt.c \
51 getenv.3 getopt.3 getopt_long.3 getsubopt.3 grantpt.3 \
getopt_long.c 1 /* $NetBSD: getopt_long.c,v 1.28 2024/01/19 18:41:38 christos Exp $ */
37 __RCSID("$NetBSD: getopt_long.c,v 1.28 2024/01/19 18:41:38 christos Exp $");
70 __weak_alias(getopt_long,_getopt_long)
180 * XXX re-initialize optind to 0 and have getopt_long(3)
337 * getopt_long --
341 getopt_long(int nargc, char * const *nargv, const char *options, function in typeref:typename:int
  /src/usr.bin/gettext/
gettext.c 151 while ((ch = getopt_long(argc, argv, "d:eEhnsV", longopts, NULL)) != -1)
  /src/bin/chmod/
chmod.c 87 while ((ch = getopt_long(argc, argv, "HLPRXdfghorstuwx",
  /src/usr.bin/tip/
cu.c 85 while((c = getopt_long(argc, argv,
  /src/usr.bin/flock/
flock.c 168 while ((c = getopt_long(argc, argv, "+dnosuvw:x", flock_longopts, NULL))
  /src/usr.bin/timeout/
timeout.c 224 getopt_long(argc, argv, "+fk:ps:h", longopts, NULL)) != -1) {
  /src/sbin/chown/
chown.c 98 while ((ch = getopt_long(argc, argv, "HLPRdfhv",
  /src/usr.bin/m4/
main.c 249 while ((c = getopt_long(argc, argv, "D:d:EF:GgI:iL:o:PR:Qst:U:v",
  /src/usr.bin/mkdep/
mkdep.c 244 ch = getopt_long(argc, argv, "aDdf:ioP:pqRs:v", longopt, NULL);
  /src/usr.bin/grep/
grep.c 402 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
  /src/usr.bin/touch/
touch.c 105 while ((ch = getopt_long(argc, argv, "acDd:fhmR:r:t:", touch_longopts,
  /src/usr.bin/sdiff/
sdiff.c 181 while ((ch = getopt_long(argc, argv, "aBbdEHI:ilo:stWw:",
  /src/usr.bin/patch/
patch.c 509 while ((ch = getopt_long(Argc, Argv, options, longopts, NULL)) != -1) {
  /src/sbin/efi/
main.c 317 while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
  /src/usr.bin/gzip/
gzip.c 289 #define getopt_long(a,b,c,d,e) getopt(a,b,c) macro
355 while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) {
  /src/lib/libc/include/
namespace.h 400 #define getopt_long _getopt_long macro

Completed in 25 milliseconds