Searched refs:_POSIX2_LINE_MAX (Results 1 – 10 of 10) sorted by relevance
159 #define _POSIX2_LINE_MAX 2048 macro
161 #define _POSIX2_LINE_MAX 2048 macro
190 #define _POSIX2_LINE_MAX 2048 macro
61 C(_POSIX2_LINE_MAX) in f()
79 #ifndef _POSIX2_LINE_MAX80 # define _POSIX2_LINE_MAX 2048 macro1676 char buf[min(_POSIX2_LINE_MAX, bufsize_bound)]; in infile()
3407 pub const _POSIX2_LINE_MAX: ::c_int = 2048; constant