Searched refs:ffilerewind (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/uucp-11/uucp/unix/
H A Dtrunc.c64 if (! ffilerewind (e))
/macosx-10.10.1/uucp-11/uucp/
H A Duucp.h277 #define ffilerewind(e) (fseek ((e), (long) 0, SEEK_SET) == 0) macro
280 #define ffilerewind(e) (fseek ((e), (long) 0, 0) == 0) macro
317 #define ffilerewind(e) (lseek ((e), (off_t) 0, SEEK_SET) >= 0) macro
320 #define ffilerewind(e) (lseek ((e), (off_t) 0, 0) >= 0) macro
H A Dprotf.c709 if (! ffilerewind (qtrans->e))

Completed in 220 milliseconds