Lines Matching defs:linep
181 _nsw_getoneconfig_v1(const char *name, char *linep, enum __nsw_parse_err *errp)
182 /* linep Nota Bene: not const char * */
201 /* linep points to a naming service name */
206 if (*linep == '\0' || *linep == '\n') {
228 if (tokenp = skip(&linep, '[')) { /* got criteria */
231 if (!islabel(*linep))
240 /* linep points to a switch_err */
245 if ((tokenp = skip(&linep, '=')) == NULL) {
250 if (!islabel(*linep))
253 /* linep points to the string following '=' */
254 p = labelskip(linep);
259 *p++ = '\0'; /* null terminate linep */
271 if (strcasecmp(linep, __NSW_STR_RETURN) == 0)
273 else if (strcasecmp(linep,
289 } else if (strcasecmp(linep,
292 else if (alldigits(linep)) {
294 ntimes = atoi(linep);
334 linep = spaceskip(p);
335 if (*linep == '\0' || *linep == '\n')
339 linep = p;
344 * linep points to name service, but not null
347 p = labelskip(linep);
350 lkp->service_name = strdup(linep);
358 lkp->service_name = strdup(linep);
361 linep = spaceskip(p);