Searched refs:atonum (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sbin/devfs/
H A Dextern.h48 int atonum(const char *, uint16_t *);
H A Ddevfs.c97 atonum(const char *s, uint16_t *num) function
125 * As atonum(), but the result of failure is death.
132 if (!atonum(s, &num))
H A Drule.c137 if (!atonum(av[1], &rnum)) {
328 if (!atonum(av[0], &rnum))

Completed in 60 milliseconds