Searched refs:MAX_TEMPSTR (Results 1 – 6 of 6) sorted by relevance
314 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()
670 char temp[MAX_TEMPSTR], *pc; in get_number()679 if (++len >= MAX_TEMPSTR) in get_number()
49 #define MAX_TEMPSTR 100 /* obvious */ macro
76 char buf[MAX_TEMPSTR]; in open_pidfile()
756 char buf[MAX_TEMPSTR]; in child_process()
306 char n[MAX_FNAME], q[MAX_TEMPSTR], *editor;398 if (strlen(editor) + strlen(Filename) + 2 >= MAX_TEMPSTR)