OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:confirmed
(Results
1 - 5
of
5
) sorted by relevancy
/src/libexec/rlogind/
rlogind.c
235
static int
confirmed
;
variable
381
if (
confirmed
== 0) {
383
confirmed
= 1; /* we sent the null! */
605
if (!
confirmed
)
/src/crypto/external/bsd/openssh/dist/
sshconnect.c
1002
int len, cancelled_forwarding = 0,
confirmed
;
local
1250
confirmed
= confirm(msg1, fp);
1255
if (!
confirmed
)
1257
hostkey_trusted = 1; /* user explicitly
confirmed
*/
/src/external/gpl3/gdb.old/dist/gdb/
stack.c
2780
int
confirmed
;
2783
confirmed
= query (_("%sMake selected stack frame return now? "),
2789
confirmed
= query (_("%sMake %s return now? "),
2793
if (!
confirmed
)
2794
error (_("Not
confirmed
"));
2777
int
confirmed
;
local
/src/external/gpl3/gdb/dist/gdb/
stack.c
2779
int
confirmed
;
2785
confirmed
= query (_("%sMake signal trampoline return now? "),
2789
confirmed
= query (_("%sMake selected stack frame return now? "),
2795
confirmed
= query (_("%sMake %s return now? "),
2799
if (!
confirmed
)
2800
error (_("Not
confirmed
"));
2776
int
confirmed
;
local
/src/external/bsd/dhcpcd/dist/src/
dhcp6.c
3184
bool timedout = (op == NULL),
confirmed
;
local
3313
confirmed
= false;
3338
confirmed
= true;
3352
if ((state->renew || (state->rebind &&
confirmed
)) &&
3358
if ((state->rebind || (state->expire &&
confirmed
)) &&
3390
if (!
confirmed
&& !timedout) {
Completed in 72 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026