Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/altq/libaltq/
H A Dparser.c78 #define MAX_LINE 1024 macro
128 char cmd_line[MAX_LINE], cmd[MAX_WORD], *cp; in do_command()
137 if (fgets(cp, &cmd_line[MAX_LINE] - cp, fp) == NULL) in do_command()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c38 #define MAX_LINE 10240 macro
552 char line[MAX_LINE]; in read_entry()
566 line[MAX_LINE-1] = 0; in read_entry()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtoplev.c118 #define MAX_LINE 75 macro
764 && pos + len > MAX_LINE) in print_single_switch()
H A DFSFChangeLog.1113125 (MAX_LINE): New macro.
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic54x.c78 #define MAX_LINE 256 /* Lines longer than this are truncated by TI's asm. */ macro
84 char mnemonic[MAX_LINE]; /* Opcode name/mnemonic. */
85 char parmnemonic[MAX_LINE]; /* 2nd mnemonic of parallel insn. */
90 char buf[MAX_LINE];
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c78 #define MAX_LINE 256 /* Lines longer than this are truncated by TI's asm. */ macro
84 char mnemonic[MAX_LINE]; /* Opcode name/mnemonic. */
85 char parmnemonic[MAX_LINE]; /* 2nd mnemonic of parallel insn. */
90 char buf[MAX_LINE];
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.1113125 (MAX_LINE): New macro.
H A DChangeLog-20202163 * toplev.c (MAX_LINE): Remove.