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

/freebsd-10-stable/usr.bin/calendar/
H A Dparsedata.c41 static int isonlydigits(char *s, int nostar);
176 if (isonlydigits(date, 1)) {
215 if (isonlydigits(p2, 1)) {
241 if ((strcmp(p1, "*") == 0 && isonlydigits(p2, 1))
242 || (strcmp(p2, "*") == 0 && isonlydigits(p1, 1) && (p2 = p1))) {
254 if (isonlydigits(p1, 1)
276 if (isonlydigits(p1, 1) && isonlydigits(p2, 0)) {
969 isonlydigits(char *s, int nostar) function

Completed in 48 milliseconds