OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:net_defroute
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/
net.c
85
static char
net_defroute
[STRSIZE];
variable
658
strlcpy(
net_defroute
, textbuf,
659
sizeof
net_defroute
);
661
if ((nline = strchr(
net_defroute
, '\n')))
751
msg_prompt_add(MSG_net_defroute,
net_defroute
,
net_defroute
,
752
sizeof
net_defroute
);
781
*
net_defroute
== '\0' ? "<none>" :
net_defroute
);
791
*
net_defroute
== '\0' ? "<none>" : net_defroute)
[
all
...]
net.c
85
static char
net_defroute
[STRSIZE];
variable
658
strlcpy(
net_defroute
, textbuf,
659
sizeof
net_defroute
);
661
if ((nline = strchr(
net_defroute
, '\n')))
751
msg_prompt_add(MSG_net_defroute,
net_defroute
,
net_defroute
,
752
sizeof
net_defroute
);
781
*
net_defroute
== '\0' ? "<none>" :
net_defroute
);
791
*
net_defroute
== '\0' ? "<none>" : net_defroute)
[
all
...]
Completed in 35 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026