Home
last modified time | relevance | path

Searched refs:gettoken (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c76 static char *gettoken(char *, int);
152 gettoken(cp, skip) in gettoken() function
225 if ((secname = gettoken(line, FALSE)) == NULL) { in matchname()
235 if (((tok1 = gettoken(NULL, FALSE)) == NULL) || in matchname()
236 ((gss_mech = gettoken(NULL, FALSE)) == NULL) || in matchname()
237 ((gss_qop = gettoken(NULL, FALSE)) == NULL) || in matchname()
238 ((tok2 = gettoken(NULL, FALSE)) == NULL) || in matchname()
271 if ((secname = gettoken(line, FALSE)) == NULL) { in matchnum()
277 if ((tok1 = gettoken(NULL, FALSE)) == NULL) { in matchnum()
286 if (((gss_mech = gettoken(NULL, FALSE)) == NULL) || in matchnum()
[all …]
/titanic_41/usr/src/uts/sun4v/promif/
H A Dpromif_node.c35 static char *gettoken(char *tp, char *token);
156 gettoken(char *tp, char *token) in gettoken() function
230 tp = gettoken(tp, name); in finddevice()
237 tp = gettoken(tp, addr); in finddevice()
/titanic_41/usr/src/lib/libnsl/netselect/
H A Dnetselect.c64 static char *gettoken(char *, int);
345 if ((entnetid = gettoken(linep, FALSE)) == NULL) { in fgetnetconfig()
362 if (((tok1 = gettoken(NULL, FALSE)) == NULL) || in fgetnetconfig()
365 ((tok2 = gettoken(NULL, FALSE)) == NULL) || in fgetnetconfig()
367 ((netconfigp->nc_protofmly = gettoken(NULL, FALSE)) == NULL) || in fgetnetconfig()
368 ((netconfigp->nc_proto = gettoken(NULL, FALSE)) == NULL) || in fgetnetconfig()
369 ((netconfigp->nc_device = gettoken(NULL, FALSE)) == NULL) || in fgetnetconfig()
370 ((tok3 = gettoken(NULL, TRUE)) == NULL) || in fgetnetconfig()
748 gettoken(char *cp, int skip) in gettoken() function
/titanic_41/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c107 static int gettoken(void);
156 ltoken = gettoken(); in mks_vfscanf()
411 gettoken() in gettoken() function
442 return gettoken(); in gettoken()
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c328 gettoken(const char **pstr, unsigned int *num, int which) in gettoken() function
476 while ((op = gettoken(&pstr, &num, GET_TOKEN)) != T_NULL) { in plural_expr()
696 nop = gettoken(&pstr, &num, PEEK_TOKEN); in plural_expr()
701 (void) gettoken(&pstr, &num, GET_TOKEN); in plural_expr()
/titanic_41/usr/src/cmd/format/
H A Dio.h103 char *gettoken(char *inbuf);
H A Dio.c126 gettoken(inbuf) in gettoken() function
633 if (gettoken(token) == NULL)
667 } while (token_present && (arg = gettoken(token)) != NULL);
685 if (gettoken(token2) == NULL)
H A Dmenu_command.c148 (void) gettoken(token); in c_disk()