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

  /src/external/cddl/osnet/include/
fcntl.h 37 #define open64(...) open(__VA_ARGS__) macro
  /src/external/gpl3/binutils/dist/gprofng/src/
util.h 147 #define open64 open macro
  /src/external/gpl3/binutils.old/dist/gprofng/src/
util.h 147 #define open64 open macro
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
corefile-shmem-zero-id-lib.c 383 /* Like above, but for open64. */
386 open64 (const char *pathname, int flags, ...) function
388 /* Pointer to the real open64 function. */
410 /* Make sure we have a pointer to the real open64() function. */
413 /* Get the address of the real open64() function. */
414 real_open64 = (open_func_type) dlsym (RTLD_NEXT, "open64");
416 error ("[LD_PRELOAD] dlsym() error for 'open64': %s\n", dlerror ());
419 /* Call the original open64() function with the provided arguments. */

Completed in 53 milliseconds