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

/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c66 static short is_eof = 0; variable
504 if (origsize == 0 || is_eof) {
518 if (is_eof) {
530 if (is_eof) {
545 if (word == 0 && is_eof && origsize > 0) {
580 is_eof = 1;
597 if (is_eof)
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c172 short is_eof; member in struct:screen_stat
402 old_ss.is_eof = 0;
434 new_ss.is_eof = 0;
436 new_ss.is_eof = 1;
471 new_ss.is_eof = 0;
478 if (new_ss.is_eof) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c3413 bool_t is_eof; local
3619 is_eof = res.array[1].nfs_resop4_u.opread.eof;
3622 } while (count && !is_eof);

Completed in 124 milliseconds