HomeSort by relevance Sort by last modified time
    Searched defs:fsetpos (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fsetpos.c 2 Implementation of fsetpos as declared in <stdio.h>.
43 NetBSD: fsetpos.c,v 1.10 2003/08/07 16:43:25 agc Exp
44 fsetpos.c 8.1 (Berkeley) 6/4/93
54 * fsetpos: like fseek.
57 fsetpos(FILE *iop, const fpos_t *pos) function
  /bionic/libc/stdio/
stdio.cpp 590 int fsetpos(FILE* fp, const fpos_t* pos) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 537 #define fsetpos(...) (pthread_testcancel(), fsetpos(__VA_ARGS__)) macro
    [all...]

Completed in 417 milliseconds