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

/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_node.c35 static char *gettoken(char *tp, char *token);
156 gettoken(char *tp, char *token) function
230 tp = gettoken(tp, name);
237 tp = gettoken(tp, addr);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c328 gettoken(const char **pstr, unsigned int *num, int which) function
476 while ((op = gettoken(&pstr, &num, GET_TOKEN)) != T_NULL) {
696 nop = gettoken(&pstr, &num, PEEK_TOKEN);
701 (void) gettoken(&pstr, &num, GET_TOKEN);
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c107 static int gettoken(void);
156 ltoken = gettoken();
411 gettoken() function
442 return gettoken();
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c64 static char *gettoken(char *, int);
345 if ((entnetid = gettoken(linep, FALSE)) == NULL) {
362 if (((tok1 = gettoken(NULL, FALSE)) == NULL) ||
365 ((tok2 = gettoken(NULL, FALSE)) == NULL) ||
367 ((netconfigp->nc_protofmly = gettoken(NULL, FALSE)) == NULL) ||
368 ((netconfigp->nc_proto = gettoken(NULL, FALSE)) == NULL) ||
369 ((netconfigp->nc_device = gettoken(NULL, FALSE)) == NULL) ||
370 ((tok3 = gettoken(NULL, TRUE)) == NULL) ||
742 * gettoken() behaves much like strtok(), except that
748 gettoken(cha function
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dio.c126 gettoken(inbuf) function
233 * may have already been swallowed by the last gettoken.
633 if (gettoken(token) == NULL)
667 } while (token_present && (arg = gettoken(token)) != NULL);
685 if (gettoken(token2) == NULL)
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c76 static char *gettoken(char *, int);
145 * gettoken() behaves much like strtok(), except that
152 gettoken(cp, skip) function
225 if ((secname = gettoken(line, FALSE)) == NULL) {
235 if (((tok1 = gettoken(NULL, FALSE)) == NULL) ||
236 ((gss_mech = gettoken(NULL, FALSE)) == NULL) ||
237 ((gss_qop = gettoken(NULL, FALSE)) == NULL) ||
238 ((tok2 = gettoken(NULL, FALSE)) == NULL) ||
271 if ((secname = gettoken(line, FALSE)) == NULL) {
277 if ((tok1 = gettoken(NUL
[all...]

Completed in 54 milliseconds