Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDparse.y118 int atoul(char *, u_long *);
3716 if (atoul($1, &ulval) == -1) {
6963 atoul(char *s, u_long *ulvalp) in atoul() function
6984 if (atoul(n, &ulval) == 0) { in getservice()
7050 if (atoul(w, &ulval) == -1) { in parseicmpspec()