Home
last modified time | relevance | path

Searched refs:symset (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/ypldap/
Dparse.y86 int symset(const char *, const char *, int);
155 if (symset($1, $3, 0) == -1)
775 symset(const char *nam, const char *val, int persist) in symset() function
829 ret = symset(sym, val + 1, 1); in cmdline_symset()
/freebsd-12-stable/sbin/pfctl/
Dparse.y117 int symset(const char *, const char *, int);
825 if (symset($1, $3, 0) == -1)
6148 symset(const char *nam, const char *val, int persist) in symset() function
6200 ret = symset(sym, val + 1, 1); in pfctl_cmdline_symset()