Home
last modified time | relevance | path

Searched refs:L_SET (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_io.h21 #if !defined(SEEK_SET) && defined(L_SET)
22 # define SEEK_SET L_SET
/freebsd/usr.bin/ctags/
H A Dprint.c53 (void)fseek(inf, lineftell, L_SET); in get_line()
83 (void)fseek(inf, saveftell, L_SET); in get_line()
/freebsd/contrib/tcsh/
H A Dtc.os.h379 #ifndef L_SET
381 # define L_SET SEEK_SET macro
383 # define L_SET 0 macro
H A Dsh.dol.c1146 (void) lseek(0, (off_t) 0, L_SET); in heredoc()
H A Dsh.lex.c1633 (void) lseek(SHIN, fseekp, L_SET); in bgetc()
/freebsd/contrib/ntp/util/
H A Dtickadj.c207 #ifndef L_SET /* Was: defined(SYS_PTX) || defined(SYS_IX86OSF1) */
208 # define L_SET SEEK_SET macro
859 if (lseek(ofd, off, L_SET) == -1) in writevar()
887 if (lseek(ifd, off, L_SET) == -1) in readvar()
/freebsd/sys/sys/
H A Dunistd.h117 #define L_SET SEEK_SET macro
/freebsd/usr.sbin/edquota/
H A Dedquota.c467 lseek(outfd, 0, L_SET); in writeprivs()
681 lseek(outfd, 0, L_SET); in writetimes()
/freebsd/lib/libc/db/mpool/
H A Dmpool.libtp580 if ( lseek ( fd, bhp->id.obj_id << BUFSHIFT, L_SET ) < 0 ) {
648 if ( lseek ( fd, obj->obj_id << BUFSHIFT, L_SET ) < -1 ) {
/freebsd/libexec/ftpd/
H A Dftpd.c1707 } else if (lseek(fileno(fin), restart_point, L_SET) < 0) { in retrieve()
1796 } else if (lseek(fileno(fout), restart_point, L_SET) < 0) { in store()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1510 lseek(f, ((long)u)-((long)utmp), L_SET); in rmut()
/freebsd/sys/kern/
H A Duipc_shm.c439 case L_SET: in shm_seek()
H A Dvfs_vnops.c2704 case L_SET: in vn_seek()
/freebsd/contrib/libpcap/
H A DCHANGES1218 - Change L_SET to SEEK_SET for HP-UX. Thanks to Roland Roberts