HomeSort by relevance Sort by last modified time
    Searched refs:_cookie (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /bionic/libc/stdio/
freopen.c 85 (void) (*fp->_close)(fp->_cookie);
95 (void) (*fp->_close)(fp->_cookie);
108 (void) (*fp->_close)(fp->_cookie);
146 fp->_cookie = fp;
fseek.c 86 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
155 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
209 if ((*seekfn)(fp->_cookie, curoff, SEEK_SET) == POS_ERR)
232 (*seekfn)(fp->_cookie, (fpos_t)offset, whence) == POS_ERR) {
ftell.c 61 pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR);
fvwrite.c 86 w = (*fp->_write)(fp->_cookie, p, len);
88 w = (*fp->_write)(fp->_cookie, p, MIN(len, BUFSIZ2));
145 w = (*fp->_write)(fp->_cookie, p, w);
184 w = (*fp->_write)(fp->_cookie, p, w);
fflush.c 79 t = (*fp->_write)(fp->_cookie, (char *)p, n);
refill.c 116 fp->_r = (*fp->_read)(fp->_cookie, (char *)fp->_p, fp->_bf._size);
fread.c 136 int len = (*fp->_read)(fp->_cookie, p, resid );
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fclose.c 59 if (fp->_close != NULL && (*fp->_close)(fp->_cookie) < 0)
funopen.c 70 fp->_cookie = (void *)cookie;
fdopen.c 96 fp->_cookie = fp;
fopen.c 81 fp->_cookie = fp;
  /development/ndk/platforms/android-3/include/
stdio.h 108 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /development/ndk/platforms/android-8/include/
stdio.h 108 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 138 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 117 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 138 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 117 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 138 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 117 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 138 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 117 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 138 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 117 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 138 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 117 void *_cookie; /* cookie passed to io functions */ member in struct:__sFILE

Completed in 1554 milliseconds

1 2 3 4