Home
last modified time | relevance | path

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

/dragonfly/usr.bin/quota/
H A Dquota.c81 static int alldigits(char *);
148 if (alldigits(*argv)) in main()
157 if (alldigits(*argv)) in main()
676 alldigits(char *s) in alldigits() function
/dragonfly/usr.bin/top/
H A Dutils.c53 alldigits(char *s) in alldigits() function
83 else if (alldigits(str)) in atoiwi()
/dragonfly/usr.sbin/pw/
H A Dpw_group.c47 alldigits(const char *str) in alldigits() function
104 if (mode != M_ADD && grp == NULL && alldigits(a_name->val)) { in pw_group()
/dragonfly/usr.sbin/edquota/
H A Dedquota.c72 int alldigits(const char *s);
294 if (alldigits(name)) in getentry()
766 alldigits(const char *s) in alldigits() function