Searched refs:ng_parse_get_token (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.h | 515 extern enum ng_parse_token ng_parse_get_token(const char *s,
|
| H A D | ng_parse.c | 1216 if (ng_parse_get_token(s, off, &len) in ng_parse_composite() 1228 tok = ng_parse_get_token(s, off, &len); in ng_parse_composite() 1256 if (ng_parse_get_token(s, &off2, &len2) != T_EQUALS) { in ng_parse_composite() 1294 if (ng_parse_get_token(s, off, &len) != T_EQUALS) { in ng_parse_composite() 1648 switch (ng_parse_get_token(s, &off, &len)) { in ng_parse_skip_value() 1680 ng_parse_get_token(const char *s, int *startp, int *lenp) in ng_parse_get_token() function
|
| H A D | ng_ksocket.c | 212 if ((tok = ng_parse_get_token(s, off, &len)) == T_LBRACE) { in ng_ksocket_sockaddr_parse()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_parse.h | 516 extern enum ng_parse_token ng_parse_get_token(const char *s,
|