OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__real_mkstemps
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c
100
static int (*
__real_mkstemps
)(char *template, int slen) = NULL;
variable
663
__real_mkstemps
= (int (*)(char*, int))dlsym (dlflag, "mkstemps");
664
if (
__real_mkstemps
== NULL)
iotrace.c
100
static int (*
__real_mkstemps
)(char *template, int slen) = NULL;
variable
663
__real_mkstemps
= (int (*)(char*, int))dlsym (dlflag, "mkstemps");
664
if (
__real_mkstemps
== NULL)
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c
100
static int (*
__real_mkstemps
)(char *template, int slen) = NULL;
variable
663
__real_mkstemps
= (int (*)(char*, int))dlsym (dlflag, "mkstemps");
664
if (
__real_mkstemps
== NULL)
iotrace.c
100
static int (*
__real_mkstemps
)(char *template, int slen) = NULL;
variable
663
__real_mkstemps
= (int (*)(char*, int))dlsym (dlflag, "mkstemps");
664
if (
__real_mkstemps
== NULL)
Completed in 53 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026