Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 25 of 125) sorted by relevance

12345

/titanic_41/usr/src/lib/libast/common/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)
/titanic_41/usr/src/head/
H A Dfcntl.h58 #ifndef SEEK_END
59 #define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/titanic_41/usr/src/lib/libast/common/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)
H A Dsfdcsubstr.c134 case SEEK_END:
139 if((here = sfsk(f,(Sfoff_t)0,SEEK_END,disc)) < 0)
/titanic_41/usr/src/lib/libcmd/common/
H A Dcomm.c130 sfseek(in1,(Sfoff_t)0,SEEK_END); in comm()
194 sfseek(sfstdin,(Sfoff_t)0,SEEK_END); in b_comm()
H A Drevlib.c54 if((offset = sfseek(in,(off_t)0,SEEK_END)) <= start) in rev_line()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h273 #ifndef SEEK_END
276 #define SEEK_END 2 macro
/titanic_41/usr/src/uts/common/syscall/
H A Dlseek.c54 #define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
113 case SEEK_END: in lseek32_common()
294 case SEEK_END: in lseek64()
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dfdopen.c81 (void) lseek64(fd, (off64_t)0, SEEK_END); in fdopen()
H A D_endopen.c137 if (lseek64(fd, (off64_t)0, SEEK_END) < (off64_t)0) { in _endopen()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dstdio.c105 (void) (*fp->f_seek)((void *)fp, (off_t)0, SEEK_END);
451 (void) (*fp->f_seek)(fp, (off_t)0, SEEK_END);
/titanic_41/usr/src/ucbhead/
H A Dunistd.h66 #define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dunistd.h96 #define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/titanic_41/usr/src/cmd/print/conv_fix/
H A Dconv_fix.c132 lseek(fd, 0, SEEK_END); in main()
/titanic_41/usr/src/stand/sys/
H A Dbootvfs.h42 #define SEEK_END 2 /* EOF + Offset */ macro
/titanic_41/usr/src/lib/libast/common/comp/
H A Dopen.c106 else if ((op & O_APPEND) && lseek(fd, 0L, SEEK_END) == -1L)
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_impl.h59 #ifndef SEEK_END
60 #define SEEK_END 2 macro
/titanic_41/usr/src/cmd/hal/hald/
H A Dids.c295 fseek (fp, 0, SEEK_END); in pci_ids_load()
512 fseek (fp, 0, SEEK_END); in usb_ids_load()
/titanic_41/usr/src/uts/intel/sys/
H A Dbootvfs.h39 #define SEEK_END 2 /* EOF + Offset */ macro
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_memio.c72 case SEEK_END: in memio_seek()
/titanic_41/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c97 if ((lseek64(fd, 0L, SEEK_END)) < 0) { in _endopen()
/titanic_41/usr/src/cmd/hal/tools/
H A Dhal-storage-cleanup-all-mountpoints.c63 if (fseek (hal_mtab_orig, 0L, SEEK_END) != 0) { in do_cleanup()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dhistory.c269 hsize=lseek(fd,(off_t)0,SEEK_END); in sh_histinit()
777 if((cur = lseek(sffileno(iop),(off_t)0,SEEK_END)) <0) in hist_write()
817 lseek(acctfd, (off_t)0, SEEK_END); in hist_write()
1054 sfseek(hp->histfp,(off_t)0,SEEK_END); in hist_copy()
1173 if(lseek(oldfd,(off_t)0,SEEK_END) < hp->histcnt) in hist_exceptf()
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_file.c60 if (fseek(FilePtr, 0L, SEEK_END) == 0) { in ADM_Send_file()

12345