Searched refs:ng_get_string_token (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/netgraph/
H A Dng_parse.h528 extern char *ng_get_string_token(const char *s, int *startp,
H A Dng_parse.c727 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL)
791 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL)
894 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL)
1102 if ((str = ng_get_string_token(s, off, &toklen, &slen)) != NULL) {
1708 if ((t = ng_get_string_token(s, startp, lenp, NULL)) == NULL)
1727 ng_get_string_token(const char *s, int *startp, int *lenp, int *slenp) function
H A Dng_ksocket.c246 if ((path = ng_get_string_token(s, off, &toklen, NULL)) == NULL)

Completed in 61 milliseconds