SEEK_END           35 lib-src/ebrowse.c #ifndef SEEK_END
SEEK_END         3860 lib-src/ebrowse.c 	  rc = fseek (fp, 0, SEEK_END);
SEEK_END           65 lib/unistd.in.h #if (!(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET) \
SEEK_END         4138 src/fileio.c   		      if (lseek (fd, - (1024 * 3), SEEK_END) < 0)
SEEK_END         8524 src/image.c        case SEEK_END:		/* Go from end of source.  */
SEEK_END          402 src/lread.c          fseek (infile->stream, 0, SEEK_END);
SEEK_END         11183 src/w32fns.c   		lseek (errfile_fd, 0L, SEEK_END);