Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
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()
/mirbsd/src/lib/libpng/
Dpngrtran.c484 int num_red = (1 << PNG_DITHER_RED_BITS); in png_set_dither() local
503 for (ir = 0; ir < num_red; ir++) in png_set_dither()