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

/illumos-gate/usr/src/cmd/refer/
H A Dinv3.c18 getargs(char *s, char *arps[]) function
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dgetargs.c49 getargs(char *s, char *arps[], int count) function
/illumos-gate/usr/src/cmd/bnu/
H A Dgetargs.c48 getargs(s, arps, count) function
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c156 getargs(void) function
362 if (getargs() == 0)
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c342 static char ** getargs(char *);
871 envp = getargs(inputline);
879 * If getargs() did not return NULL,
960 * quotec - Called by getargs
1018 * getargs - returns an input line. Exits if EOF encountered.
1024 getargs(char *input_line) function
1498 if ((envp = getargs(inputline)) != (char **)NULL) {

Completed in 87 milliseconds