Home
last modified time | relevance | path

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

/freebsd/usr.bin/quota/
H A Dquota.c91 static int alldigits(char *s);
160 if (alldigits(*argv)) in main()
169 if (alldigits(*argv)) in main()
677 alldigits(char *s) in alldigits() function
/freebsd/usr.sbin/edquota/
H A Dedquota.c84 int alldigits(const char *s);
329 if (alldigits(name)) in getentry()
936 alldigits(const char *s) in alldigits() function