Home
last modified time | relevance | path

Searched refs:MAX_LINE (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/pf/ftp-proxy/
HDftp-proxy.c52 #define MAX_LINE 500 macro
86 char cbuf[MAX_LINE];
88 char sbuf[MAX_LINE];
121 char linebuf[MAX_LINE + 1];
350 if (*valid > MAX_LINE) in getline()
366 if (i < MAX_LINE) in getline()
/trueos/contrib/ncurses/include/
HDterm_entry.h98 #define MAX_LINE 132 macro
/trueos/contrib/gcc/
HDtoplev.c130 #define MAX_LINE 75 macro
1341 print_switch_values (asm_out_file, 0, MAX_LINE, in init_asm_output()
1723 print_switch_values (stderr, 0, MAX_LINE, "", " ", "\n"); in process_options()
HDFSFChangeLog.1113125 (MAX_LINE): New macro.
/trueos/contrib/ncurses/ncurses/tinfo/
HDparse_entry.c635 char buf[MAX_LINE * 2 + 2]; in postprocess_termcap()