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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 99 static int (*__real_mkstemp)(char *template) = NULL; variable
656 __real_mkstemp = (int (*)(char*))dlsym (dlflag, "mkstemp");
657 if (__real_mkstemp == NULL)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 99 static int (*__real_mkstemp)(char *template) = NULL; variable
656 __real_mkstemp = (int (*)(char*))dlsym (dlflag, "mkstemp");
657 if (__real_mkstemp == NULL)

Completed in 144 milliseconds