Lines Matching defs:gettoken
61 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(char *cp, int skip)