OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:have_state
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/nat/
linux-procfs.c
130
int
have_state
;
local
142
have_state
= 0;
146
have_state
= 1;
150
return
have_state
;
158
int
have_state
;
local
161
have_state
= linux_proc_pid_get_state (pid, 0, &state);
162
if (
have_state
< 0)
168
else if (
have_state
== 0)
183
int
have_state
;
local
186
have_state
= linux_proc_pid_get_state (pid, warn, &cur_state)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/nat/
linux-procfs.c
130
int
have_state
;
local
142
have_state
= 0;
146
have_state
= 1;
150
return
have_state
;
158
int
have_state
;
local
161
have_state
= linux_proc_pid_get_state (pid, 0, &state);
162
if (
have_state
< 0)
168
else if (
have_state
== 0)
183
int
have_state
;
local
186
have_state
= linux_proc_pid_get_state (pid, warn, &cur_state)
[
all
...]
/src/external/bsd/unbound/dist/validator/
validator.c
687
int num_verifies = 0, verified,
have_state
= 0;
local
695
have_state
= 1;
700
if(
have_state
&& i <= vq->msg_signatures_index)
765
if(
have_state
&& i <= vq->msg_signatures_index)
805
if(
have_state
&& i <= vq->msg_signatures_index)
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026