Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/pf/ftp-proxy/
Dftp-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()
/freebsd-9-stable/contrib/ncurses/include/
Dterm_entry.h98 #define MAX_LINE 132 macro
/freebsd-9-stable/contrib/gcc/
Dtoplev.c130 #define MAX_LINE 75 macro
1341 print_switch_values (asm_out_file, 0, MAX_LINE, in init_asm_output()
1712 print_switch_values (stderr, 0, MAX_LINE, "", " ", "\n"); in process_options()
DFSFChangeLog.1113125 (MAX_LINE): New macro.
/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dparse_entry.c635 char buf[MAX_LINE * 2 + 2]; in postprocess_termcap()