Searched refs:BAD_LSEEK (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dch.c241 if (lseek(ch_file, (off_t)pos, SEEK_SET) == BAD_LSEEK)
718 if (lseek(ch_file, (off_t)0, SEEK_SET) == BAD_LSEEK)
806 return (lseek(f, (off_t)1, SEEK_SET) != BAD_LSEEK);
H A Dfilename.c481 if (lseek(f, (off_t)0, SEEK_SET) == BAD_LSEEK)
513 if (spos == BAD_LSEEK)
H A Ddecode.c687 if (lseek(f, (off_t)0, SEEK_SET) == BAD_LSEEK)
H A Dless.h198 #define BAD_LSEEK ((off_t)-1) macro
H A Dedit.c784 if (lseek(logfile, (off_t)0, SEEK_END) == BAD_LSEEK)

Completed in 62 milliseconds