Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dparse.y118 int atoul(char *, u_long *);
3716 if (atoul($1, &ulval) == -1) {
6979 atoul(char *s, u_long *ulvalp) in atoul() function
7000 if (atoul(n, &ulval) == 0) { in getservice()
7066 if (atoul(w, &ulval) == -1) { in parseicmpspec()