Home
last modified time | relevance | path

Searched refs:LINEBUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/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]; in init_remote_fs()
428 char buf[LINEBUF_SIZE]; in init_remote_fs()
1441 char capacity_buf[LINEBUF_SIZE]; in k_output()
1698 char temp_buf[LINEBUF_SIZE]; in V_output()
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c106 #define LINEBUF_SIZE 16 macro
141 if (!(lb->buf = malloc(lb->size = LINEBUF_SIZE))) { in Linebuf_alloc()
/titanic_41/usr/src/cmd/find/
H A Dfind.c72 #define LINEBUF_SIZE LINE_MAX /* input or output lines */ macro
1871 char line_buf[LINEBUF_SIZE]; in init_remote_fs()
1883 char buf[LINEBUF_SIZE]; in init_remote_fs()