Searched refs:ng_get_string_token (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_parse.h | 526 extern char *ng_get_string_token(const char *s, int *startp,
|
H A D | ng_parse.c | 725 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_string_parse() 789 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_fixedstring_parse() 892 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_sizedstring_parse() 1102 if ((str = ng_get_string_token(s, off, &toklen, &slen)) != NULL) { in ng_bytearray_parse() 1710 if ((t = ng_get_string_token(s, startp, lenp, NULL)) == NULL) in ng_parse_get_token() 1729 ng_get_string_token(const char *s, int *startp, int *lenp, int *slenp) in ng_get_string_token() function
|
H A D | ng_ksocket.c | 267 if ((path = ng_get_string_token(s, off, &toklen, NULL)) == NULL) in ng_ksocket_sockaddr_parse()
|