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

/osnet-11/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);
/osnet-11/usr/src/lib/libnsl/netselect/
H A Dnetselect.c61 static char *gettoken(char *, int);
342 if ((entnetid = gettoken(linep, FALSE)) == NULL) {
359 if (((tok1 = gettoken(NULL, FALSE)) == NULL) ||
362 ((tok2 = gettoken(NULL, FALSE)) == NULL) ||
364 ((netconfigp->nc_protofmly = gettoken(NULL, FALSE)) == NULL) ||
365 ((netconfigp->nc_proto = gettoken(NULL, FALSE)) == NULL) ||
366 ((netconfigp->nc_device = gettoken(NULL, FALSE)) == NULL) ||
367 ((tok3 = gettoken(NULL, TRUE)) == NULL) ||
741 * gettoken() behaves much like strtok(), except that
747 gettoken(cha function
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c107 static int gettoken(void);
156 ltoken = gettoken();
411 gettoken() function
442 return gettoken();

Completed in 50 milliseconds