Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/expand/
H A Dunexpand.c52 #define INPUT_SIZ LINE_MAX /* POSIX.2 */ macro
70 wchar_t input_buf[INPUT_SIZ+1];
108 while (fgetws(input_buf, INPUT_SIZ, stdin) != NULL) {
109 input_buf[INPUT_SIZ] = 0;