MAX_INPUT_SIZE    271 modules/pc/protocol_config.c   char input[MAX_INPUT_SIZE];
MAX_INPUT_SIZE    278 modules/pc/protocol_config.c   read_result = SK_cd_gets(condat, input, MAX_INPUT_SIZE);
MAX_INPUT_SIZE    287 modules/pc/protocol_config.c   read_result = SK_cd_gets(condat, input, MAX_INPUT_SIZE);
MAX_INPUT_SIZE    322 modules/pc/protocol_config.c   char input[MAX_INPUT_SIZE];
MAX_INPUT_SIZE    364 modules/pc/protocol_config.c       if( SK_cd_gets(&condat, input, MAX_INPUT_SIZE) <= 0 ) {
MAX_INPUT_SIZE    417 modules/pw/protocol_whois.c   char input[MAX_INPUT_SIZE];
MAX_INPUT_SIZE    447 modules/pw/protocol_whois.c     read_result = SK_cd_gets(&(qe->condat), input, MAX_INPUT_SIZE);
MAX_INPUT_SIZE     54 utils/mr/mr.c  char input[MAX_INPUT_SIZE], output[MAX_INPUT_SIZE+1];
MAX_INPUT_SIZE    107 utils/mr/mr.c       SK_cd_gets(&client_conn, input, MAX_INPUT_SIZE);