HomeSort by: relevance | last modified time | path
    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 in typeref:typename:char[]
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 in typeref:typename:char[]
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 22 milliseconds