/illumos-gate/usr/src/head/ |
H A D | fcntl.h | 54 #ifndef SEEK_CUR 55 #define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ macro
|
H A D | unistd.h | 67 #ifndef SEEK_CUR 68 #define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ macro
|
/illumos-gate/usr/src/stand/sys/ |
H A D | bootvfs.h | 41 #define SEEK_CUR 1 /* Current + Offset */ macro
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lseek.c | 53 #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 D | bootvfs.h | 38 #define SEEK_CUR 1 /* Current + Offset */ macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | unistd.h | 95 #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 D | db-int.h | 275 #define SEEK_CUR 1 macro
|
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 56 * 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 D | stdio.h | 110 #define SEEK_CUR 1 macro
|
H A D | unistd.h | 64 #define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ macro
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdio_iso.h | 150 #define SEEK_CUR 1 macro
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | flush.c | 665 (void) lseek64(GET_FD(iop), -iop->_cnt, SEEK_CUR); local
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 336 #define SEEK_CUR 1 /* Seek from current position. */ macro
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_impl.h | 56 #ifndef SEEK_CUR 57 #define SEEK_CUR 1 macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | unistd.h | 108 #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 D | stdio.h | 219 #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 D | kt_file.c | 1065 #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 D | ast_stdio.h | 131 #define SEEK_CUR 1 macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 110 #define SEEK_CUR 1 macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 131 #define SEEK_CUR 1 macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 110 #define SEEK_CUR 1 macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 131 #define SEEK_CUR 1 macro
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 110 #define SEEK_CUR 1 macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 131 #define SEEK_CUR 1 macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 110 #define SEEK_CUR 1 macro
|