/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sfseek.c | 93 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 D | sfsk.c | 61 if((type &= (SEEK_SET|SEEK_CUR|SEEK_END)) > SEEK_END)
|
/titanic_41/usr/src/head/ |
H A D | fcntl.h | 58 #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 D | sfdcdos.c | 309 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 D | sfdcsubstr.c | 134 case SEEK_END: 139 if((here = sfsk(f,(Sfoff_t)0,SEEK_END,disc)) < 0)
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | comm.c | 130 sfseek(in1,(Sfoff_t)0,SEEK_END); in comm() 194 sfseek(sfstdin,(Sfoff_t)0,SEEK_END); in b_comm()
|
H A D | revlib.c | 54 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 D | db-int.h | 273 #ifndef SEEK_END 276 #define SEEK_END 2 macro
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lseek.c | 54 #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 D | fdopen.c | 81 (void) lseek64(fd, (off64_t)0, SEEK_END); in fdopen()
|
H A D | _endopen.c | 137 if (lseek64(fd, (off64_t)0, SEEK_END) < (off64_t)0) { in _endopen()
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | stdio.c | 105 (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 D | unistd.h | 66 #define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | unistd.h | 96 #define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
|
/titanic_41/usr/src/cmd/print/conv_fix/ |
H A D | conv_fix.c | 132 lseek(fd, 0, SEEK_END); in main()
|
/titanic_41/usr/src/stand/sys/ |
H A D | bootvfs.h | 42 #define SEEK_END 2 /* EOF + Offset */ macro
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | open.c | 106 else if ((op & O_APPEND) && lseek(fd, 0L, SEEK_END) == -1L)
|
/titanic_41/usr/src/uts/common/klm/ |
H A D | nlm_impl.h | 59 #ifndef SEEK_END 60 #define SEEK_END 2 macro
|
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | ids.c | 295 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 D | bootvfs.h | 39 #define SEEK_END 2 /* EOF + Offset */ macro
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_memio.c | 72 case SEEK_END: in memio_seek()
|
/titanic_41/usr/src/ucblib/libucb/port/stdio/ |
H A D | fopen.c | 97 if ((lseek64(fd, 0L, SEEK_END)) < 0) { in _endopen()
|
/titanic_41/usr/src/cmd/hal/tools/ |
H A D | hal-storage-cleanup-all-mountpoints.c | 63 if (fseek (hal_mtab_orig, 0L, SEEK_END) != 0) { in do_cleanup()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 269 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 D | send_file.c | 60 if (fseek(FilePtr, 0L, SEEK_END) == 0) { in ADM_Send_file()
|