/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | rewind.c | 58 (void) lseek64(FILENO(iop), 0, SEEK_SET); local
|
/illumos-gate/usr/src/head/ |
H A D | fcntl.h | 50 #ifndef SEEK_SET 51 #define SEEK_SET 0 /* Set file pointer to "offset" */ macro
|
H A D | unistd.h | 63 #ifndef SEEK_SET 64 #define SEEK_SET 0 /* Set file pointer to "offset" */ macro
|
/illumos-gate/usr/src/stand/sys/ |
H A D | bootvfs.h | 40 #define SEEK_SET 0 /* Offset */ macro
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_sv.c | 115 #ifndef SEEK_SET 116 # define SEEK_SET 0 macro 261 if (fseek(pvt->sv.fp, 0L, SEEK_SET) == 0)
|
H A D | lcl_nw.c | 114 #ifndef SEEK_SET 115 # define SEEK_SET 0 macro 207 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
|
H A D | lcl_pr.c | 104 #ifndef SEEK_SET 105 # define SEEK_SET 0 macro 185 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
|
H A D | lcl_ho.c | 148 #ifndef SEEK_SET 149 # define SEEK_SET 0 macro 432 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lseek.c | 52 #define SEEK_SET 0 /* Set file pointer to "offset" */ macro 93 case SEEK_SET: 222 * When VREG is not set we do the check for stype != SEEK_SET 227 if (fp->f_vnode->v_type == VREG || stype != SEEK_SET) 230 else if (stype == SEEK_SET) 301 case SEEK_SET:
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootvfs.h | 37 #define SEEK_SET 0 /* Offset */ macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | unistd.h | 93 #ifndef SEEK_SET 94 #define SEEK_SET 0 /* Set file pointer to "offset" */ macro
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 274 #define SEEK_SET 0 /* POSIX 1003.1 seek values */ 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. 62 #ifndef SEEK_SET 63 #define SEEK_SET 0 macro
|
/illumos-gate/usr/src/ucbhead/ |
H A D | stdio.h | 109 #define SEEK_SET 0 macro
|
H A D | unistd.h | 63 #define SEEK_SET 0 /* Set file pointer to "offset" */ macro
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdio_iso.h | 149 #define SEEK_SET 0 macro
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 334 #ifndef SEEK_SET 335 #define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_impl.h | 53 #ifndef SEEK_SET 54 #define SEEK_SET 0 macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | unistd.h | 106 #ifndef SEEK_SET 107 #define SEEK_SET 0 /* set file offset to offset */ macro 118 #define L_SET SEEK_SET
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdio.h | 216 #ifndef SEEK_SET 217 #define SEEK_SET 0 /* set file offset to offset */ macro
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ |
H A D | kt_file.c | 775 fseek(KTFILEP(keytab), fpos, SEEK_SET); 1063 #ifndef SEEK_SET 1064 #define SEEK_SET 0 1198 if (fseek(KTFILEP(id), delete_point, SEEK_SET)) { 1212 if (fseek(KTFILEP(id), delete_point, SEEK_SET)) { 1437 fseek(KTFILEP(id), start_pos + size, SEEK_SET); 1583 if (fseek(KTFILEP(id), commit_point, SEEK_SET)) { 1655 if (fseek(KTFILEP(id), 0, SEEK_SET)) { 1748 if (fseek(KTFILEP(id), zero_point, SEEK_SET)) { 772 fseek(KTFILEP(keytab), fpos, SEEK_SET); local 1061 #define SEEK_SET macro 1434 fseek(KTFILEP(id), start_pos + size, SEEK_SET); local
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 129 #ifndef SEEK_SET 130 #define SEEK_SET 0 macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 108 #ifndef SEEK_SET 109 #define SEEK_SET 0 macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 129 #ifndef SEEK_SET 130 #define SEEK_SET 0 macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 108 #ifndef SEEK_SET 109 #define SEEK_SET 0 macro
|