Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcrontab.c531 if ((cferr = next_field(0, 59, line, &cursor, NULL)) != CFOK || in copycron()
532 (cferr = next_field(0, 23, line, &cursor, NULL)) != CFOK || in copycron()
533 (cferr = next_field(1, 31, line, &cursor, NULL)) != CFOK || in copycron()
534 (cferr = next_field(1, 12, line, &cursor, NULL)) != CFOK || in copycron()
535 (cferr = next_field(0, 6, line, &cursor, NULL)) != CFOK) { in copycron()
H A Dparse.c78 cferror_t err = CFOK; in next_field()
252 case CFOK: in main()
H A Dcron.h83 CFOK = 0, enumerator
H A Dcron.c1232 &e->of.ct.minute) != CFOK || in readcron()
1233 next_field(0, 23, line, &cursor, &e->of.ct.hour) != CFOK || in readcron()
1235 &e->of.ct.daymon) != CFOK || in readcron()
1236 next_field(1, 12, line, &cursor, &e->of.ct.month) != CFOK || in readcron()
1238 &e->of.ct.dayweek) != CFOK) { in readcron()