Searched refs:gettoken (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/promif/ |
H A D | promif_node.c | 35 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/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 76 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...] |
/illumos-gate/usr/src/cmd/format/ |
H A D | io.h | 103 char *gettoken(char *inbuf);
|
H A D | io.c | 126 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)
|
H A D | menu_command.c | 149 (void) gettoken(token);
|
/illumos-gate/usr/src/lib/libnsl/netselect/ |
H A D | netselect.c | 64 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/lib/libxcurses/src/libc/stdio/ |
H A D | vfscanf.c | 107 static int gettoken(void); 156 ltoken = gettoken(); 411 gettoken() function 442 return gettoken();
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 328 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);
|
Completed in 89 milliseconds