Searched defs:SEEK_CUR (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/head/
H A Dfcntl.h54 #ifndef SEEK_CUR
55 #define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ macro
H A Dunistd.h67 #ifndef SEEK_CUR
68 #define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ macro
/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h41 #define SEEK_CUR 1 /* Current + Offset */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dlseek.c53 #define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ macro
101 case SEEK_CUR:
290 case SEEK_CUR:
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h38 #define SEEK_CUR 1 /* Current + Offset */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dunistd.h95 #define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h275 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h56 * ANSI C requires definitions of SEEK_CUR, SEEK_END, and SEEK_SET here.
64 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h110 #define SEEK_CUR 1 macro
H A Dunistd.h64 #define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ macro
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h150 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c665 (void) lseek64(GET_FD(iop), -iop->_cnt, SEEK_CUR); local
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h336 #define SEEK_CUR 1 /* Seek from current position. */ macro
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h56 #ifndef SEEK_CUR
57 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dunistd.h108 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
119 #define L_INCR SEEK_CUR
/illumos-gate/usr/src/boot/include/
H A Dstdio.h219 #ifndef SEEK_CUR
220 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c1065 #define SEEK_CUR 1
1262 if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0)
1276 if (fseek(KTFILEP(id), -size, SEEK_CUR)) {
1484 if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0)
1672 if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0)
1693 if (fseek(KTFILEP(id), size, SEEK_CUR)) {
1705 if (fseek(KTFILEP(id), size, SEEK_CUR)) {
1712 if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0)
1730 if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0)
1742 if (fseek(KTFILEP(id), 0L, SEEK_CUR) <
1062 #define SEEK_CUR macro
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h131 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h110 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h131 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h110 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h131 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h110 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h131 #define SEEK_CUR 1 macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h110 #define SEEK_CUR 1 macro

Completed in 124 milliseconds

12