Searched defs:SEEK_SET (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Drewind.c58 (void) lseek64(FILENO(iop), 0, SEEK_SET); local
/illumos-gate/usr/src/head/
H A Dfcntl.h50 #ifndef SEEK_SET
51 #define SEEK_SET 0 /* Set file pointer to "offset" */ macro
H A Dunistd.h63 #ifndef SEEK_SET
64 #define SEEK_SET 0 /* Set file pointer to "offset" */ macro
/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h40 #define SEEK_SET 0 /* Offset */ macro
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_sv.c115 #ifndef SEEK_SET
116 # define SEEK_SET 0 macro
261 if (fseek(pvt->sv.fp, 0L, SEEK_SET) == 0)
H A Dlcl_nw.c114 #ifndef SEEK_SET
115 # define SEEK_SET 0 macro
207 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
H A Dlcl_pr.c104 #ifndef SEEK_SET
105 # define SEEK_SET 0 macro
185 if (fseek(pvt->fp, 0L, SEEK_SET) == 0)
H A Dlcl_ho.c148 #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 Dlseek.c52 #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 Dbootvfs.h37 #define SEEK_SET 0 /* Offset */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dunistd.h93 #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 Ddb-int.h274 #define SEEK_SET 0 /* POSIX 1003.1 seek values */ 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.
62 #ifndef SEEK_SET
63 #define SEEK_SET 0 macro
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h109 #define SEEK_SET 0 macro
H A Dunistd.h63 #define SEEK_SET 0 /* Set file pointer to "offset" */ macro
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h149 #define SEEK_SET 0 macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h334 #ifndef SEEK_SET
335 #define SEEK_SET 0 /* Seek from beginning of file. */ macro
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h53 #ifndef SEEK_SET
54 #define SEEK_SET 0 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dunistd.h106 #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 Dstdio.h216 #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 Dkt_file.c775 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 Dast_stdio.h129 #ifndef SEEK_SET
130 #define SEEK_SET 0 macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h108 #ifndef SEEK_SET
109 #define SEEK_SET 0 macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h129 #ifndef SEEK_SET
130 #define SEEK_SET 0 macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h108 #ifndef SEEK_SET
109 #define SEEK_SET 0 macro

Completed in 120 milliseconds

12