Searched refs:nto (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;
1107 nto = write(fdto, buf, nfrom);
1108 if (nto != nfrom)
H A Dfiles.c2431 int nfrom, nto; local
2435 nto = write(ofd, buf, nfrom);
2436 if (nto != nfrom) return FALSE;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsave.c1099 int nfrom, nto, fdfrom, fdto;
1107 nto = write(fdto, buf, nfrom);
1108 if (nto != nfrom)
H A Dfiles.c2431 int nfrom, nto; local
2435 nto = write(ofd, buf, nfrom);
2436 if (nto != nfrom) return FALSE;

Completed in 44 milliseconds