Lines Matching defs:tokenp
139 char *p, *tokenp;
178 if (tokenp = skip(&linep, '[')) { /* got criteria */
183 LIBC_STRDUP(lkp->service_name, tokenp);
195 if ((tokenp = skip(&linep, '=')) == NULL) {
227 strcasecmp(tokenp,
252 strcasecmp(tokenp,
256 strcasecmp(tokenp,
260 strcasecmp(tokenp,
264 strcasecmp(tokenp,
279 * convert string tokenp to integer
333 char *p, *tokenp;
370 if (tokenp = skip(&linep, '[')) { /* got criteria */
375 LIBC_STRDUP(lkp->service_name, tokenp);
381 if ((tokenp = skip(&linep, '=')) == NULL) {
423 if (strcasecmp(tokenp,
426 } else if (strcasecmp(tokenp,
429 } else if (strcasecmp(tokenp,
432 } else if (strcasecmp(tokenp,
438 * convert string tokenp to integer
547 char *tokenp, *comment;
562 if ((tokenp = skip(&linep, ':')) == NULL) {
565 if (cfp = scrounge_cache_v1(tokenp)) {
568 if (cfp = _nsw_getoneconfig_v1(tokenp, linep, &line_err)) {
587 strcmp(tokenp, dbase) == 0) {
644 char *tokenp, *comment;
659 if ((tokenp = skip(&linep, ':')) == NULL) {
662 if (cfp = scrounge_cache(tokenp)) {
665 if (cfp = _nsw_getoneconfig(tokenp, linep, &line_err)) {
684 strcmp(tokenp, dbase) == 0) {