Searched defs:optarg (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dconf.c3000 extern char *optarg;
3005 char *optarg = NULL; /* argument associated with option */ local
3047 optarg = NULL;
3051 if (*place) optarg = place; /* no white space */
3056 else optarg = nargv[optind]; /* white space */

Completed in 3222 milliseconds