Searched refs:FSEEK (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/ |
H A D | dl_aix.xs | 109 #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 D | intrin.def | 163 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 D | intdoc.in | 2349 DEFDOC (FSEEK, "Position file (low-level).", "\
|
H A D | news.texi | 2380 Add intrinsic support for new @code{FTELL} and @code{FSEEK}
|
H A D | ChangeLog.0 | 2411 * intrin.def: Add FTELL and FSEEK intrinsics, plus new
|