Home
last modified time | relevance | path

Searched refs:FSEEK (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_aix.xs109 #ifndef FSEEK
110 # define FSEEK(ldptr,o,p) fseek(IOPTR(ldptr),(p==BEGINNING)?(OFFSET(ldptr) +o):o,p) macro
545 if (FSEEK(ldp, sh.s_scnptr, BEGINNING) != OKFSEEK) {
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dintrin.def163 DEFNAME ("FSEEK", "fseek", "FSeek", genNONE, specFSEEK) /* UNIX */
1664 DEFSPEC (FSEEK,
1665 "FSEEK",
3275 DEFIMP (FSEEK, "FSEEK", FSEEK,,, "--:-:Unit=I*,Offset=I*,Whence=I*,ErrLab=?g*")
H A Dintdoc.in2349 DEFDOC (FSEEK, "Position file (low-level).", "\
H A Dnews.texi2380 Add intrinsic support for new @code{FTELL} and @code{FSEEK}
H A DChangeLog.02411 * intrin.def: Add FTELL and FSEEK intrinsics, plus new