Searched defs:LINEBUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/find/
H A Dfind.c72 #define LINEBUF_SIZE LINE_MAX /* input or output lines */ macro
1871 char line_buf[LINEBUF_SIZE];
1883 char buf[LINEBUF_SIZE];
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c87 #define LINEBUF_SIZE 256 /* either input or output lines */ macro
418 char line_buf[LINEBUF_SIZE];
428 char buf[LINEBUF_SIZE];
1441 char capacity_buf[LINEBUF_SIZE];
1698 char temp_buf[LINEBUF_SIZE];

Completed in 351 milliseconds