HomeSort by: relevance | last modified time | path
    Searched defs:offset_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/sys/sys/
opentypes.h 74 typedef off_t offset_t; typedef
80 typedef longlong_t offset_t; typedef
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 56 typedef long long offset_t; typedef
118 static offset_t (*__real_llseek)(int fildes, offset_t offset, int whence) = NULL;
785 __real_llseek = (offset_t (*)(int, offset_t, int))dlsym (dlflag, "llseek");
2472 offset_t
2473 llseek (int fildes, offset_t offset, int whence)
2476 offset_t ret;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 56 typedef long long offset_t; typedef
118 static offset_t (*__real_llseek)(int fildes, offset_t offset, int whence) = NULL;
785 __real_llseek = (offset_t (*)(int, offset_t, int))dlsym (dlflag, "llseek");
2472 offset_t
2473 llseek (int fildes, offset_t offset, int whence)
2476 offset_t ret;

Completed in 27 milliseconds