Lines Matching refs:tokenp

141 	char *p, *tokenp;  in _nsw_getoneconfig_v1()  local
180 tokenp = skip(&linep, '['); in _nsw_getoneconfig_v1()
181 if (tokenp != NULL) { /* got criteria */ in _nsw_getoneconfig_v1()
186 LIBC_STRDUP(lkp->service_name, tokenp); in _nsw_getoneconfig_v1()
198 if ((tokenp = skip(&linep, '=')) == NULL) { in _nsw_getoneconfig_v1()
230 strcasecmp(tokenp, in _nsw_getoneconfig_v1()
254 strcasecmp(tokenp, in _nsw_getoneconfig_v1()
258 strcasecmp(tokenp, in _nsw_getoneconfig_v1()
262 strcasecmp(tokenp, in _nsw_getoneconfig_v1()
266 strcasecmp(tokenp, in _nsw_getoneconfig_v1()
336 char *p, *tokenp; in _nsw_getoneconfig() local
373 tokenp = skip(&linep, '['); in _nsw_getoneconfig()
374 if (tokenp != NULL) { /* got criteria */ in _nsw_getoneconfig()
379 LIBC_STRDUP(lkp->service_name, tokenp); in _nsw_getoneconfig()
385 if ((tokenp = skip(&linep, '=')) == NULL) { in _nsw_getoneconfig()
427 if (strcasecmp(tokenp, in _nsw_getoneconfig()
430 } else if (strcasecmp(tokenp, in _nsw_getoneconfig()
433 } else if (strcasecmp(tokenp, in _nsw_getoneconfig()
436 } else if (strcasecmp(tokenp, in _nsw_getoneconfig()
552 char *tokenp, *comment; in __nsw_getconfig_v1() local
567 if ((tokenp = skip(&linep, ':')) == NULL) { in __nsw_getconfig_v1()
570 cfp = scrounge_cache_v1(tokenp); in __nsw_getconfig_v1()
574 cfp = _nsw_getoneconfig_v1(tokenp, linep, &line_err); in __nsw_getconfig_v1()
594 strcmp(tokenp, dbase) == 0) { in __nsw_getconfig_v1()
652 char *tokenp, *comment; in __nsw_getconfig() local
667 tokenp = skip(&linep, ':'); in __nsw_getconfig()
668 if (tokenp == NULL) { in __nsw_getconfig()
671 cfp = scrounge_cache(tokenp); in __nsw_getconfig()
675 cfp = _nsw_getoneconfig(tokenp, linep, &line_err); in __nsw_getconfig()
695 strcmp(tokenp, dbase) == 0) { in __nsw_getconfig()