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...] |