Home
last modified time | relevance | path

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

/plan9/sys/src/ape/cmd/diff/
H A Dgetopt.h106 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
119 extern int getopt_long ();
H A Dgetopt1.c59 getopt_long (argc, argv, options, long_options, opt_index) in getopt_long() function
115 c = getopt_long (argc, argv, "abc:d:0123456789",
H A Ddiff.c259 while ((c = getopt_long (argc, argv,
H A Dsdiff.c418 while ((opt = getopt_long (argc, argv, "abBdHiI:lo:stvw:W", longopts, 0))
H A Ddiff3.c246 while ((c = getopt_long (argc, argv, "aeimvx3AEL:TX", longopts, 0)) != EOF)
/plan9/sys/src/ape/cmd/patch/
H A Dgetopt.h110 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
123 extern int getopt_long ();
H A Dgetopt1.c68 getopt_long (argc, argv, options, long_options, opt_index) in getopt_long() function
124 c = getopt_long (argc, argv, "abc:d:0123456789",
H A Dconfigure.in98 AC_CHECK_FUNC(getopt_long, , [LIBOBJS="$LIBOBJS getopt1.o getopt.o"])
H A Dconfigure1607 echo $ac_n "checking for getopt_long""... $ac_c" 1>&6
1608 echo "configure:1609: checking for getopt_long" >&5
1616 which can conflict with char getopt_long(); below. */
1621 char getopt_long();
1631 getopt_long();
H A Dpatch.c602 while ((optc = getopt_long (Argc, Argv, shortopts, longopts, (int *) 0)) in get_some_switches()
H A DChangeLog726 (AC_CHECK_FUNC): Check for getopt_long; define LIBOBJS and substitute
744 Redo dependencies. Use library getopt_long if available.
1414 * patch.c (main, get_some_switches): Use getopt_long. Update