Searched refs:getopt_long (Results 1 – 11 of 11) sorted by relevance
| /plan9/sys/src/ape/cmd/diff/ |
| H A D | getopt.h | 106 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 119 extern int getopt_long ();
|
| H A D | getopt1.c | 59 getopt_long (argc, argv, options, long_options, opt_index) in getopt_long() function 115 c = getopt_long (argc, argv, "abc:d:0123456789",
|
| H A D | diff.c | 259 while ((c = getopt_long (argc, argv,
|
| H A D | sdiff.c | 418 while ((opt = getopt_long (argc, argv, "abBdHiI:lo:stvw:W", longopts, 0))
|
| H A D | diff3.c | 246 while ((c = getopt_long (argc, argv, "aeimvx3AEL:TX", longopts, 0)) != EOF)
|
| /plan9/sys/src/ape/cmd/patch/ |
| H A D | getopt.h | 110 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 123 extern int getopt_long ();
|
| H A D | getopt1.c | 68 getopt_long (argc, argv, options, long_options, opt_index) in getopt_long() function 124 c = getopt_long (argc, argv, "abc:d:0123456789",
|
| H A D | configure.in | 98 AC_CHECK_FUNC(getopt_long, , [LIBOBJS="$LIBOBJS getopt1.o getopt.o"])
|
| H A D | configure | 1607 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 D | patch.c | 602 while ((optc = getopt_long (Argc, Argv, shortopts, longopts, (int *) 0)) in get_some_switches()
|
| H A D | ChangeLog | 726 (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
|