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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c225 static char input_buffer[INPUTBUFFER]; variable
526 if (gets(input_buffer) == NULL) {
530 if (*input_buffer != 'y' && *input_buffer != 'Y') {
550 if (gets(input_buffer) == NULL) {
554 if (*input_buffer != 'y' && *input_buffer != 'Y') {
599 if (gets(input_buffer) == NULL) {
603 if (*input_buffer != 'y' && *input_buffer !
[all...]

Completed in 70 milliseconds