/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | exportent.c | 181 (void) fseek(f, pos, L_SET); in remexportent() 184 res = fseek(f, pos, L_SET); in remexportent() 186 res = fseek(f, pos - remlen, L_SET); in remexportent() 188 res = fseek(f, rempos, L_SET); in remexportent() 199 if (fseek(f, 0L, L_XTND) >= 0 && in addexportent() 203 fseek(f, pos, L_SET) >= 0) { in addexportent()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | pictures.c | 232 fseek(fp_pic, 0L, 0); in picopen() 242 fseek(fp, 0L, 0); in picopen() 245 fseek(fp_pic, total, 1); in picopen() 289 fseek(fp_pic, 0L, 2); in inlinepic()
|
H A D | ps_include.c | 122 fseek(fin, 0L, 0); in ps_include() 163 fseek(fin, 0L, 2); in ps_include() 200 fseek(fin, s->start, 0); in copy()
|
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | assemble.c | 951 (void) fseek(fp, 0, SEEK_SET); in output() 955 (void) fseek(fp, info_header->str_sec.place.itm_ptr, SEEK_SET); in output() 963 (void) fseek(fp, info_header->direc_tbl_sec.place.itm_ptr, SEEK_SET); in output() 971 (void) fseek(fp, info_header->cond_tbl_sec.place.itm_ptr, SEEK_SET); in output() 979 (void) fseek(fp, info_header->map_tbl_sec.place.itm_ptr, SEEK_SET); in output() 987 (void) fseek(fp, info_header->op_tbl_sec.place.itm_ptr, SEEK_SET); in output() 995 (void) fseek(fp, info_header->range_tbl_sec.place.itm_ptr, SEEK_SET); in output() 1003 (void) fseek(fp, info_header->escapeseq_tbl_sec.place.itm_ptr, in output() 1013 (void) fseek(fp, info_header->data_sec.place.itm_ptr, SEEK_SET); in output() 1032 (void) fseek(fp, itm_header->info_hdr.itm_ptr, SEEK_SET); in output() [all …]
|
/titanic_41/usr/src/cmd/look/ |
H A D | look.c | 87 fseek(dfile,0L,2); in main() 91 fseek(dfile,mid,0); in main() 114 fseek(dfile,bot,0); in main()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ |
H A D | kt_file.c | 492 if (fseek(KTFILEP(id), *fileoff, 0) == -1) { in krb5_ktfile_get_next() 772 fseek(KTFILEP(keytab), fpos, SEEK_SET); in krb5_ktf_keytab_internalize() 861 if (fseek(KTFILEP(id), 0, 2) == -1) { in krb5_ktfile_add() 1195 if (fseek(KTFILEP(id), delete_point, SEEK_SET)) { in krb5_ktfileint_delete_entry() 1209 if (fseek(KTFILEP(id), delete_point, SEEK_SET)) { in krb5_ktfileint_delete_entry() 1259 if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0) in krb5_ktfileint_internal_read_entry() 1273 if (fseek(KTFILEP(id), -size, SEEK_CUR)) { in krb5_ktfileint_internal_read_entry() 1434 fseek(KTFILEP(id), start_pos + size, SEEK_SET); in krb5_ktfileint_internal_read_entry() 1481 if (fseek(KTFILEP(id), 0L, SEEK_CUR) < 0) in krb5_ktfileint_write_entry() 1580 if (fseek(KTFILEP(id), commit_point, SEEK_SET)) { in krb5_ktfileint_write_entry() [all …]
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | fseek.c | 36 #pragma weak _fseek = fseek 50 fseek(FILE *iop, long offset, int ptrname) in fseek() function
|
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | ids.c | 295 fseek (fp, 0, SEEK_END); in pci_ids_load() 297 fseek (fp, 0, SEEK_SET); in pci_ids_load() 512 fseek (fp, 0, SEEK_END); in usb_ids_load() 514 fseek (fp, 0, SEEK_SET); in usb_ids_load()
|
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | scratchops.c | 217 if (fseek(fp, 0, SEEK_END) == -1) in zonecfg_add_scratch() 252 if (fseek(fp, woffs, SEEK_SET) == -1) in zonecfg_delete_scratch() 257 if (fseek(fp, roffs, SEEK_SET) == -1) in zonecfg_delete_scratch()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | scr_reset.c | 175 if (fseek(filep, (long) (2 * labmax * lablen * in scr_reset() 207 if (fseek(filep, (long) (colors * sizeof (_Color) + in scr_reset() 240 if (fseek(filep, (long) (colors * in scr_reset()
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | ar.cc | 404 if (fseek(arp->fd, arp->first_ar_mem, 0) != 0) { in read_archive_dir() 450 if (fseek(arp->fd, ptr, 1) != 0) { in read_archive_dir() 533 if (fseek(arp->fd, ptr, 1) != 0) { in read_archive_dir() 570 if (fseek(arp->fd, arp->first_ar_mem, 0) != 0) { in process_long_names_member() 640 if (fseek(arp->fd, arp->sym_begin, 0) != 0) { in translate_entry() 660 if ((fseek(arp->fd, in translate_entry() 713 if (fseek(arp->fd, in translate_entry()
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | lex.c | 133 fseek(ibuf, (long)(BUFSIZ+1), 0); /* flush input buffer */ in setfile() 134 fseek(ibuf, 0L, 0); in setfile() 338 fseek(otf, 0L, 2); in commands() 353 fseek(ibuf, mailsize, 0); in commands() 994 fseek(otf, 0L, 2); in inc() 998 fseek(ibuf, mailsize, 0); in inc()
|
/titanic_41/usr/src/cmd/refer/ |
H A D | hunt6.c | 72 fseek(fc, lp, 0); in baddrop() 155 fseek(fd, lp, 0); in auxil()
|
H A D | hunt5.c | 45 fseek(fc, lp, 0); in result()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | rmtab.c | 457 (void) fseek(fp, -i + 1, in rmtab_load() 488 if (rmtabf == NULL || fseek(rmtabf, 0L, 2) == -1) { in rmtab_insert() 520 if (rmtabf != NULL && pos != -1 && fseek(rmtabf, pos, 0) == 0) { in rmtab_delete()
|
/titanic_41/usr/src/lib/pam_modules/authtok_check/ |
H A D | packlib.c | 142 if (fseek(pwp->ifp, 0L, 0)) { in PWClose() 251 if (fseek(pwp->ifp, sizeof (struct pi_header) + in GetPW() 260 if (fseek(pwp->dfp, datum, 0)) { in GetPW()
|
/titanic_41/usr/src/cmd/strings/ |
H A D | strings.c | 168 (void) fseek(stdin, (long)shdr.sh_offset, 0); in look_in_sections() 318 (void) fseek(stdin, (long)ADATAPOS(&ahdr), 0); 335 (void) fseek(stdin, (long)0, 0);
|
/titanic_41/usr/src/tools/lintdump/ |
H A D | lintdump.c | 174 (void) fseek(fp, psizes[pass], SEEK_CUR); in print_lintmod() 479 (void) fseek(fp, sizeof (ATYPE) * nargs, SEEK_CUR); in lsu_build() 488 (void) fseek(fp, sizeof (ATYPE), SEEK_CUR); in lsu_build() 494 (void) fseek(fp, curoff, SEEK_SET); in lsu_build()
|
/titanic_41/usr/src/lib/libast/common/stdio/ |
H A D | fseek.c | 31 fseek(Sfio_t* f, long off, int op) in fseek() function
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_lu.c | 206 (void) fseek(fp, 0L, SEEK_SET); in lufslist() 264 (void) fseek(fp, 0L, SEEK_SET); in lustatus()
|
/titanic_41/usr/src/cmd/acpi/acpixtract/ |
H A D | acpixtract.c | 553 fseek (Handle, 0, SEEK_SET); in AxIsFileAscii() 559 fseek (Handle, 0, SEEK_SET); in AxIsFileAscii()
|
/titanic_41/usr/src/lib/libxcurses/src/tic/ |
H A D | ticparse.c | 140 fseek(stdin, ptr->offset, 0); 668 fseek(stdin, ptr->offset, 0); in compile() 679 fseek(stdin, ptr->offset, 0); in compile() 695 fseek(stdin, ptr->offset, 0); in compile()
|
/titanic_41/usr/src/cmd/tic/ |
H A D | tic_parse.c | 191 fseek(stdin, ptr->offset, 0); in compile() 203 fseek(stdin, ptr->offset, 0); in compile() 225 fseek(stdin, ptr->offset, 0); in compile() 242 fseek(stdin, ptr->offset, 0); in dump_list()
|
/titanic_41/usr/src/cmd/hal/addons/cpufreq/ |
H A D | addon-cpufreq.c | 228 if (fseek (pfile, fset, SEEK_SET) != 0) { in edit_power_conf_file() 246 if (fseek (pfile, next_fset, SEEK_SET) != 0) { in edit_power_conf_file() 256 fseek (pfile, fset, SEEK_SET); in edit_power_conf_file() 260 fseek (pfile, next_fset, SEEK_SET); in edit_power_conf_file() 265 fseek (pfile, fset, SEEK_SET); in edit_power_conf_file() 289 if (fseek (pfile, 0, SEEK_END) != 0) { in edit_power_conf_file()
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | stdio.h | 83 extern int fseek(FILE *, long, int);
|