Searched refs:SEEK_END (Results 1 - 25 of 209) sorted by relevance

123456789

/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_seek_set.h33 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dbucomm.h120 #ifndef SEEK_END macro
121 #define SEEK_END 2
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfseek.c93 if((type &= (SEEK_SET|SEEK_CUR|SEEK_END)) != SEEK_SET &&
94 type != SEEK_CUR && type != SEEK_END )
120 else if(type == SEEK_END)
146 if(!hardseek && type < SEEK_END && !(f->flags&SF_APPENDWR) )
161 if(type == SEEK_END || (f->mode&SF_WRITE) )
162 { if((hardseek&SF_PUBLIC) || type == SEEK_END)
H A Dsfsk.c61 if((type &= (SEEK_SET|SEEK_CUR|SEEK_END)) > SEEK_END)
H A Dsfsize.c61 if((e = SFSK(f,0,SEEK_END,disc)) >= 0)
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dfopen.c106 (void)_sseek(fp, (fpos_t)0, SEEK_END);
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dopen.c106 else if ((op & O_APPEND) && lseek(fd, 0L, SEEK_END) == -1L)
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcomm.c130 sfseek(in1,(Sfoff_t)0,SEEK_END);
197 sfseek(sfstdin,(Sfoff_t)0,SEEK_END);
H A Drevlib.c54 if((offset = sfseek(in,(off_t)0,SEEK_END)) <= start)
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixPort.h171 #ifndef SEEK_END
172 # define SEEK_END 2 macro
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixPort.h168 #ifndef SEEK_END
169 # define SEEK_END 2 macro
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DUnicodeReader.cpp46 fseek(f, 0, SEEK_END);
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dreadline.c104 length = lseek(fd, 0, SEEK_END);
107 sec_error("lseek %s, SEEK_END: %s", name, strerror(errno));
/macosx-10.10/llvmCore-3425.0.34/runtime/libprofile/
H A DCommonProfiling.c103 lseek(OutFile, 0, SEEK_END); /* O_APPEND prevents seeking */
/macosx-10.10/security_systemkeychain-55202/src/
H A Dreadline.c104 length = lseek(fd, 0, SEEK_END);
107 sec_error("lseek %s, SEEK_END: %s", name, strerror(errno));
/macosx-10.10/shell_cmds-179/nohup/
H A Dnohup.c137 (void)lseek(fd, 0L, SEEK_END);
/macosx-10.10/uucp-11/uucp/
H A Duucp.h282 #ifdef SEEK_END
283 #define ffileseekend(e) (fseek ((e), (long) 0, SEEK_END) == 0)
322 #ifdef SEEK_END
323 #define ffileseekend(e) (lseek ((e), (off_t) 0, SEEK_END) >= 0)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_atari.c79 if (whence == SEEK_END || off <= 0)
91 new_off = Fseek(0, (int) fd, SEEK_END); /* go to eof */
124 eof = Fseek(0, (int) fd, SEEK_END);
H A Dtif_stream.cxx104 case SEEK_END:
131 case SEEK_END:
172 case SEEK_END:
/macosx-10.10/text_cmds-88/tail/
H A Dforward.c144 fseeko(fp, -off, SEEK_END) == -1) {
161 if (fseeko(fp, (off_t)0, SEEK_END) == -1) {
508 if (lseek(ev->ident, (off_t)0, SEEK_END) == -1) {
/macosx-10.10/Heimdal-398.1.2/appl/popper/
H A Dpop_dropcopy.c127 offset = lseek(dfd,0, SEEK_END);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dunistd_.h33 #if !(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET)
184 /* Set the offset of FD relative to SEEK_SET, SEEK_CUR, or SEEK_END.
/macosx-10.10/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcdos.c309 case SEEK_END:
311 return(sfsk(iop,offset,SEEK_END,disc));
340 if(whence==SEEK_END && offset<0)
349 if(whence==SEEK_END)
/macosx-10.10/postfix-255/postfix/src/bounce/
H A Dbounce_append_service.c112 if ((orig_length = vstream_fseek(log, 0L, SEEK_END)) < 0)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dunistd.h128 #define L_XTND SEEK_END

Completed in 388 milliseconds

123456789