Searched refs:getopt_clip (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Dgetopt.h31 * 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 Dhotplug.c254 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 Dgetopt_long.c68 #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 Dhotplugd.c111 while ((opt = getopt_clip(argc, argv, "dV?", lopts, NULL)) != -1) {
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc514 int getopt_clip(int argc, char *const *argv, const char *optstring,

Completed in 110 milliseconds