Searched refs:fseek (Results 1 - 25 of 170) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfseek.c31 fseek(Sfio_t* f, long off, int op) function
33 STDIO_INT(f, "fseek", int, (Sfio_t*, long, int), (f, off, op))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c181 (void) fseek(f, pos, L_SET);
184 res = fseek(f, pos, L_SET);
186 res = fseek(f, pos - remlen, L_SET);
188 res = fseek(f, rempos, L_SET);
199 if (fseek(f, 0L, L_XTND) >= 0 &&
203 fseek(f, pos, L_SET) >= 0) {
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfseek.c36 #pragma weak _fseek = fseek
50 fseek(FILE *iop, long offset, int ptrname) function
H A Dfseeko.c95 return (fseek(iop, offset, ptrname));
/illumos-gate/usr/src/cmd/look/
H A Dlook.c87 fseek(dfile,0L,2);
91 fseek(dfile,mid,0);
114 fseek(dfile,bot,0);
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h83 extern int fseek(FILE *, long, int);
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c232 fseek(fp_pic, 0L, 0);
242 fseek(fp, 0L, 0);
245 fseek(fp_pic, total, 1);
289 fseek(fp_pic, 0L, 2);
H A Dps_include.c122 fseek(fin, 0L, 0);
163 fseek(fin, 0L, 2);
200 fseek(fin, s->start, 0);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dscr_reset.c175 if (fseek(filep, (long) (2 * labmax * lablen *
207 if (fseek(filep, (long) (colors * sizeof (_Color) +
240 if (fseek(filep, (long) (colors *
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c951 (void) fseek(fp, 0, SEEK_SET);
955 (void) fseek(fp, info_header->str_sec.place.itm_ptr, SEEK_SET);
963 (void) fseek(fp, info_header->direc_tbl_sec.place.itm_ptr, SEEK_SET);
971 (void) fseek(fp, info_header->cond_tbl_sec.place.itm_ptr, SEEK_SET);
979 (void) fseek(fp, info_header->map_tbl_sec.place.itm_ptr, SEEK_SET);
987 (void) fseek(fp, info_header->op_tbl_sec.place.itm_ptr, SEEK_SET);
995 (void) fseek(fp, info_header->range_tbl_sec.place.itm_ptr, SEEK_SET);
1003 (void) fseek(fp, info_header->escapeseq_tbl_sec.place.itm_ptr,
1013 (void) fseek(fp, info_header->data_sec.place.itm_ptr, SEEK_SET);
1032 (void) fseek(f
[all...]
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfseek.c42 fseek(iop, offset, ptrname) function
/illumos-gate/usr/src/cmd/refer/
H A Dhunt5.c45 fseek(fc, lp, 0);
H A Dinv5.c58 fseek(fb, lp, 0);
H A Dhunt6.c72 fseek(fc, lp, 0);
155 fseek(fd, lp, 0);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dids.c295 fseek (fp, 0, SEEK_END);
297 fseek (fp, 0, SEEK_SET);
512 fseek (fp, 0, SEEK_END);
514 fseek (fp, 0, SEEK_SET);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c492 if (fseek(KTFILEP(id), *fileoff, 0) == -1) {
775 fseek(KTFILEP(keytab), fpos, SEEK_SET);
864 if (fseek(KTFILEP(id), 0, 2) == -1) {
1198 if (fseek(KTFILEP(id), delete_point, SEEK_SET)) {
1212 if (fseek(KTFILEP(id), delete_point, SEEK_SET)) {
1260 /* fseek to synchronise buffered I/O on the key table. */
1262 if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0)
1276 if (fseek(KTFILEP(id), -size, SEEK_CUR)) {
1437 fseek(KTFILEP(id), start_pos + size, SEEK_SET);
1482 /* fseek t
[all...]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dmakesoftcore.c107 fseek(f, 0, SEEK_END);
109 fseek(f, 0, SEEK_SET);
/illumos-gate/usr/src/cmd/mail/
H A Dmkdead.c94 aret = fseek(tmpf,0L,0);
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c217 if (fseek(fp, 0, SEEK_END) == -1)
252 if (fseek(fp, woffs, SEEK_SET) == -1)
257 if (fseek(fp, roffs, SEEK_SET) == -1)
/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc404 if (fseek(arp->fd, arp->first_ar_mem, 0) != 0) {
450 if (fseek(arp->fd, ptr, 1) != 0) {
533 if (fseek(arp->fd, ptr, 1) != 0) {
570 if (fseek(arp->fd, arp->first_ar_mem, 0) != 0) {
640 if (fseek(arp->fd, arp->sym_begin, 0) != 0) {
660 if ((fseek(arp->fd,
713 if (fseek(arp->fd,
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c133 fseek(ibuf, (long)(BUFSIZ+1), 0); /* flush input buffer */
134 fseek(ibuf, 0L, 0);
338 fseek(otf, 0L, 2);
353 fseek(ibuf, mailsize, 0);
994 fseek(otf, 0L, 2);
998 fseek(ibuf, mailsize, 0);
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c142 if (fseek(pwp->ifp, 0L, 0)) {
251 if (fseek(pwp->ifp, sizeof (struct pi_header) +
260 if (fseek(pwp->dfp, datum, 0)) {
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c168 (void) fseek(stdin, (long)shdr.sh_offset, 0);
318 (void) fseek(stdin, (long)ADATAPOS(&ahdr), 0);
335 (void) fseek(stdin, (long)0, 0);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Drmtab.c457 (void) fseek(fp, -i + 1,
488 if (rmtabf == NULL || fseek(rmtabf, 0L, 2) == -1) {
520 if (rmtabf != NULL && pos != -1 && fseek(rmtabf, pos, 0) == 0) {
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c140 fseek(stdin, ptr->offset, 0);
668 fseek(stdin, ptr->offset, 0);
679 fseek(stdin, ptr->offset, 0);
695 fseek(stdin, ptr->offset, 0);

Completed in 279 milliseconds

1234567