Searched refs:ng_get_string_token (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.h | 527 extern char *ng_get_string_token(const char *s, int *startp,
|
| H A D | ng_parse.c | 726 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_string_parse() 790 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_fixedstring_parse() 893 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_sizedstring_parse() 1101 if ((str = ng_get_string_token(s, off, &toklen, &slen)) != NULL) { in ng_bytearray_parse() 1707 if ((t = ng_get_string_token(s, startp, lenp, NULL)) == NULL) in ng_parse_get_token() 1726 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 | 245 if ((path = ng_get_string_token(s, off, &toklen, NULL)) == NULL) in ng_ksocket_sockaddr_parse()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_parse.h | 528 extern char *ng_get_string_token(const char *s, int *startp,
|