Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c3335 int num_red = 0; in check_command_valid_p() local
3367 while ((num_red = getline (&linebuf, &linebuf_len, fp)) >= 0) in check_command_valid_p()
3376 if (num_red > 0 && linebuf[num_red - 1] == '\n') in check_command_valid_p()
3377 linebuf[num_red - 1] = '\0'; in check_command_valid_p()
3382 if (num_red < 0 && !feof (fp)) in check_command_valid_p()
3428 while ((num_red = getline (&linebuf, &linebuf_len, fp)) >= 0) in check_command_valid_p()
3431 if (num_red > 0 && linebuf[num_red - 1] == '\n') in check_command_valid_p()
3432 linebuf[num_red - 1] = '\0'; in check_command_valid_p()
3440 if (num_red < 0 && !feof (fp)) in check_command_valid_p()