Searched refs:getopt_clip (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | getopt.h | 31 * Solaris-specific getopt_clip(). 45 * optional_argument is not supported by getopt_clip() 74 extern int getopt_clip(int, char * const *, const char *,
|
/illumos-gate/usr/src/cmd/hotplug/ |
H A D | hotplug.c | 254 while ((opt = getopt_clip(argc, argv, "lv", list_opts, NULL)) != -1) { 795 while ((opt = getopt_clip(argc, argv, "fqs:", changestate_opts, 869 while ((opt = getopt_clip(argc, argv, "?V", common_opts, NULL)) != -1) { 902 while ((opt = getopt_clip(argc, argv, "fq", flag_opts, NULL)) != -1) { 930 while ((opt = getopt_clip(argc, argv, "o:", private_opts,
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getopt_long.c | 68 #pragma weak _getopt_clip = getopt_clip 219 * and currently getopt_clip() is the only getopt variant that 453 * getopt_clip() variants. 757 * getopt_clip() -- 781 getopt_clip(int nargc, char *const *nargv, function 797 } /* getopt_clip() */
|
/illumos-gate/usr/src/cmd/hotplugd/ |
H A D | hotplugd.c | 111 while ((opt = getopt_clip(argc, argv, "dV?", lopts, NULL)) != -1) {
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 514 int getopt_clip(int argc, char *const *argv, const char *optstring,
|
Completed in 110 milliseconds