Searched refs:SEEK_CUR (Results 76 - 100 of 146) sorted by relevance

123456

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsyslog.c349 if ((s = sfstrseek(sp, 0, SEEK_CUR)) && *(s - 1) != '\n')
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio.h130 #define SEEK_CUR 1 macro
424 : (m) == SEEK_CUR ? \
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h130 #define SEEK_CUR 1 macro
424 : (m) == SEEK_CUR ? \
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h130 #define SEEK_CUR 1 macro
424 : (m) == SEEK_CUR ? \
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h130 #define SEEK_CUR 1 macro
424 : (m) == SEEK_CUR ? \
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ng.c154 if (pvt->fp != NULL && fseek(pvt->fp, SEEK_CUR, 0L) == -1) {
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c342 if (S_ISREG(statp->st_mode) && (lseek(fi_desc, (off_t)0, SEEK_CUR)
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c332 case SEEK_CUR:
/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/cmd/fs.d/nfs/mountd/
H A Drmtab.c458 SEEK_CUR);
/illumos-gate/usr/src/boot/lib/libz/
H A Dzconf.h476 # define SEEK_CUR 1 /* Seek from current position. */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c666 SEEK_CUR);
668 (void) fseek(fp, -(long)sizeof (struct futmpx), SEEK_CUR);
1214 offset = lseek(fd, 0L, SEEK_CUR);
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c753 assert(!is_elf || (pad(lseek(fd, 0, SEEK_CUR), PADSZ) == 0));
1220 assert(arsize == lseek(ar_outfile.fd, 0, SEEK_CUR));
1246 (fptr->ar_offset == lseek(ar_outfile.fd, 0, SEEK_CUR)));
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c1597 (cfp, CFG_DEFAULT_SSIZE - rc, SEEK_CUR) < 0) {
1599 (void) fprintf(stderr, "cfg: seek (SEEK_CUR) failed\n");
1620 (cfp, CFG_DEFAULT_SSIZE - rc, SEEK_CUR) < 0) {
1622 (void) fprintf(stderr, "cfg: seek (SEEK_CUR) failed\n");
2114 (cfp, sizeof (cfgheader_t), SEEK_CUR) < 0)
2154 (cfp, (2 * CFG_DEFAULT_SSIZE) - rc, SEEK_CUR) < 0)
2174 CFG_DEFAULT_SSIZE, SEEK_CUR) < 0)
2188 SEEK_CUR) < 0)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c273 fseek (f, offset, SEEK_CUR);
/illumos-gate/usr/src/common/fs/
H A Dpcfs.c365 case SEEK_CUR:
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dbf.c456 case SEEK_CUR:
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxscan.c485 m = sfseek(sp, 0L, SEEK_CUR);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h131 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhexpand.c498 sfseek(tmp, -1, SEEK_CUR);
/illumos-gate/usr/src/cmd/filesync/
H A Daction.c1171 (void) lseek(ofd, (off_t) count, SEEK_CUR);
1201 (void) lseek(ofd, (off_t)-1, SEEK_CUR);
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c396 err = lseek(fd, (off_t)(resid - 1), SEEK_CUR);
621 if (lseek(fd, size, SEEK_CUR) < 0) {
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c570 offset_t pos = llseek(tdirp->dd_fd, (offset_t)0, SEEK_CUR);
783 (void) fseeko(f, (off_t)size, SEEK_CUR);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1658 size = lseek(ofd, 0, SEEK_CUR);
1801 if (lseek(fd, (off_t)block, SEEK_CUR) < 0)
1817 if (zlastseek && (lseek(fd, (off_t)-1, SEEK_CUR) < 0 ||

Completed in 131 milliseconds

123456