OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:self_fd
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libexecinfo/
backtrace.c
58
static int
self_fd
= -1;
variable in typeref:typename:int
82
if (
self_fd
== -1)
83
self_fd
= open_self(O_RDONLY);
84
return
self_fd
>= 0 ? 0 : -1;
90
assert(
self_fd
>= 0);
92
close(
self_fd
);
93
self_fd
= -1;
204
int fd =
self_fd
;
238
if (fd != -1 && fd !=
self_fd
)
backtrace.c
58
static int
self_fd
= -1;
variable in typeref:typename:int
82
if (
self_fd
== -1)
83
self_fd
= open_self(O_RDONLY);
84
return
self_fd
>= 0 ? 0 : -1;
90
assert(
self_fd
>= 0);
92
close(
self_fd
);
93
self_fd
= -1;
204
int fd =
self_fd
;
238
if (fd != -1 && fd !=
self_fd
)
backtrace.c
58
static int
self_fd
= -1;
variable in typeref:typename:int
82
if (
self_fd
== -1)
83
self_fd
= open_self(O_RDONLY);
84
return
self_fd
>= 0 ? 0 : -1;
90
assert(
self_fd
>= 0);
92
close(
self_fd
);
93
self_fd
= -1;
204
int fd =
self_fd
;
238
if (fd != -1 && fd !=
self_fd
)
Completed in 30 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025