Searched refs:parse_input_line (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarndtest.c29 static int parse_input_line(char *, int *, char ***);
67 * Loop, repeatedly calling parse_input_line() to get the
91 if (parse_input_line(buf, &argc, &argv) == 0) {
104 * parse_input_line, so it can be free'd at the end of the loop.
216 parse_input_line(char *input_line, int *argc, char ***argv) function
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_test.c86 parse_input_line(char *input_line, int *argc, char ***argv) function
179 if (parse_input_line(input_buf, &argc, &argv) == 0) {
186 * parse_input_line, so it can be free'd at the end of the loop.
280 * Loop, repeatedly calling parse_input_line() to get the
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssdtest.c92 static int parse_input_line(char *, int *, char ***);
145 * Loop, repeatedly calling parse_input_line() to get the
177 if (parse_input_line(buf, &argc, &argv) == 0) {
191 * parse_input_line, so it can be free'd at the end of the loop.
2135 parse_input_line(input_line, argc, argv) function

Completed in 49 milliseconds