Searched refs:nfrom (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsave.c1099 int nfrom, nto, fdfrom, fdto;
1106 nfrom = read(fdfrom, buf, BUFSIZ);
1107 nto = write(fdto, buf, nfrom);
1108 if (nto != nfrom)
1110 } while (nfrom == BUFSIZ);
H A Dfiles.c2431 int nfrom, nto; local
2434 nfrom = read(ifd, buf, BUFSIZ);
2435 nto = write(ofd, buf, nfrom);
2436 if (nto != nfrom) return FALSE;
2437 } while (nfrom == BUFSIZ);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsave.c1099 int nfrom, nto, fdfrom, fdto;
1106 nfrom = read(fdfrom, buf, BUFSIZ);
1107 nto = write(fdto, buf, nfrom);
1108 if (nto != nfrom)
1110 } while (nfrom == BUFSIZ);
H A Dfiles.c2431 int nfrom, nto; local
2434 nfrom = read(ifd, buf, BUFSIZ);
2435 nto = write(ofd, buf, nfrom);
2436 if (nto != nfrom) return FALSE;
2437 } while (nfrom == BUFSIZ);

Completed in 49 milliseconds