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

  /bionic/libc/stdio/
local.h 76 // Note that `_seek` is ignored if `_seek64` (in __sfileext) is set.
82 fpos_t (*_seek)(void*, fpos_t, int); member in struct:__sFILE
137 // Equivalent to `_seek` but for _FILE_OFFSET_BITS=64.
138 // Callers should use this but fall back to `__sFILE::_seek`.
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 232 fpos_t (*_seek) (void *, fpos_t, int); member in struct:__sFILE
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 5120 const char *_seek[P2P_MAX_QUERY_HASH + 1], **seek = NULL; local
    [all...]

Completed in 221 milliseconds