Searched refs:L_INCR (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/missing/
H A Dfile.h11 # define L_INCR 1 /* ditto. */ macro
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Dtstout.c104 (void)fseek(fp, (long)-sizeof(struct utmp), L_INCR);
106 (void)fseek(fp, (long)0, L_INCR);
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Ddsm_p.h111 #ifndef L_INCR
112 #define L_INCR 1 /* relative to current offset */ macro
/macosx-10.10.1/man-16/man/gencat/
H A Dgencat.c59 #ifndef L_INCR
60 #define L_INCR SEEK_CUR macro
H A Dgenlib.c81 #ifndef L_INCR
82 #define L_INCR SEEK_CUR macro
655 mcHead.firstSet = lseek(fd, 0, L_INCR);
666 pos = lseek(fd, 0, L_INCR);
670 mcSet.data.off = lseek(fd, 0, L_INCR);
673 msg->offset = lseek(fd, 0, L_INCR) - mcSet.data.off;
677 mcSet.u.firstMsg = lseek(fd, 0, L_INCR);
695 mcSet.nextSet = lseek(fd, 0, L_INCR);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.os.h375 #ifndef L_INCR
377 # define L_INCR SEEK_CUR macro
379 # define L_INCR 1 macro
381 #endif /* L_INCR */
H A Dsh.lex.c1592 lseek(fildes, -(off_t)partial, L_INCR);
1829 if ((x = lseek(SHIN, (off_t) 0, L_INCR)) == -1)
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dunistd.h127 #define L_INCR SEEK_CUR macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexnext.c400 if (lseek(infd, fdatasize, L_INCR) < 0) {
404 size = st.st_size - lseek(infd, 0, L_INCR);
H A Dunexapollo.c265 if (lseek (target_file, -sizeof (section_base), L_INCR) == -1)
/macosx-10.10.1/adv_cmds-158/gencat/
H A Dgenlib.c600 mcHead.firstSet = htonll(lseek(fd, (off_t)0L, L_INCR));
611 pos = lseek(fd, (off_t)0L, L_INCR);
615 mcSet.data.off = htonll(lseek(fd, (off_t)0L, L_INCR));
618 msg->offset = lseek(fd, (off_t)0L, L_INCR) - ntohll(mcSet.data.off);
622 mcSet.u.firstMsg = htonll(lseek(fd, (off_t)0L, L_INCR));
641 mcSet.nextSet = htonll(lseek(fd, (off_t)0L, L_INCR));
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dntport.h175 #define L_INCR SEEK_CUR macro
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c4726 if (uap->whence == L_INCR && uap->offset == 0)
4743 case L_INCR:

Completed in 357 milliseconds