Home
last modified time | relevance | path

Searched refs:MAX_TEMPSTR (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/cron/lib/
H A Dmisc.c314 char line[MAX_TEMPSTR]; in in_file()
317 while (fgets(line, MAX_TEMPSTR, file)) { in in_file()
393 + MAX_TEMPSTR); in log_it()
477 static char retbuf[2][MAX_TEMPSTR + 1]; /* sure wish C had GC */ in first_word()
492 while (*s && (NULL == strchr(t, *s)) && (rp < &rb[MAX_TEMPSTR])) { in first_word()
H A Dentry.c670 char temp[MAX_TEMPSTR], *pc; in get_number()
679 if (++len >= MAX_TEMPSTR) in get_number()
/freebsd/usr.sbin/cron/cron/
H A Dmacros.h49 #define MAX_TEMPSTR 100 /* obvious */ macro
H A Dcron.c76 char buf[MAX_TEMPSTR]; in open_pidfile()
H A Ddo_command.c756 char buf[MAX_TEMPSTR]; in child_process()
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c306 char n[MAX_FNAME], q[MAX_TEMPSTR], *editor;
398 if (strlen(editor) + strlen(Filename) + 2 >= MAX_TEMPSTR)