Searched refs:readval (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/file_cmds-242/chmod/
H A Dchmod.c295 ssize_t readval = 0; local
304 readtotal += readval;
305 readval = read(STDIN_FILENO, mode + readtotal,
307 } while ((readval > 0) && (readtotal <= MAX_ACL_TEXT_SIZE));
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dupdate-game-score.c364 int readval, scorecount, cursize; local
374 while ((readval = read_score (f, &ret[scorecount])) == 0)
377 if (readval < 0)

Completed in 177 milliseconds