Searched refs:symset (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/usr.sbin/ypldap/ |
| HD | parse.y | 85 int symset(const char *, const char *, int); 154 if (symset($1, $3, 0) == -1) 774 symset(const char *nam, const char *val, int persist) in symset() function 828 ret = symset(sym, val + 1, 1); in cmdline_symset()
|
| /freebsd-14-stable/sbin/pfctl/ |
| HD | parse.y | 115 int symset(const char *, const char *, int); 890 if (symset($1, $3, 0) == -1) 6784 symset(const char *nam, const char *val, int persist) in symset() function 6836 ret = symset(sym, val + 1, 1); in pfctl_cmdline_symset()
|