Searched refs:tbuff (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | ipv6cp.c | 470 char tbuff[NCP_ASCIIBUFFERSIZE]; in ipv6cp_LayerUp() local 476 snprintf(tbuff, sizeof tbuff, "%s", ncpaddr_ntoa(&ipv6cp->myaddr)); in ipv6cp_LayerUp() 478 tbuff, ncpaddr_ntoa(&ipv6cp->hisaddr)); in ipv6cp_LayerUp() 501 if (system_Select(fp->bundle, tbuff, LINKUPFILE, NULL, NULL) < 0) { in ipv6cp_LayerUp() 690 char tbuff[100]; in ipv6cp_DecodeConfig() local 700 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), in ipv6cp_DecodeConfig() 706 log_Printf(LogIPV6CP, "%s 0x%02x%02x%02x%02x%02x%02x%02x%02x\n", tbuff, in ipv6cp_DecodeConfig() 742 "--> 0x%02x%02x%02x%02x%02x%02x%02x%02x\n", tbuff, in ipv6cp_DecodeConfig()
|
| H A D | ipcp.c | 936 char tbuff[16]; in IpcpLayerUp() local 939 snprintf(tbuff, sizeof tbuff, "%s", inet_ntoa(ipcp->my_ip)); in IpcpLayerUp() 941 tbuff, inet_ntoa(ipcp->peer_ip)); in IpcpLayerUp() 964 if (system_Select(fp->bundle, tbuff, LINKUPFILE, NULL, NULL) < 0) { in IpcpLayerUp() 1066 char tbuff[100], tbuff2[100]; in IpcpDecodeConfig() local 1075 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), in IpcpDecodeConfig() 1081 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig() 1115 log_Printf(LogIPCP, "%s %s\n", tbuff, vj2asc(compproto)); in IpcpDecodeConfig() 1183 tbuff, ipcp->my_compproto, compproto); in IpcpDecodeConfig() 1213 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig() [all …]
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | tw.init.c | 46 tbuff; /* Total space in name buf */ member 115 if (sl->tbuff <= sl->nbuff + len) { in tw_str_add() 120 sl->tbuff += TW_INCR + len; in tw_str_add() 121 sl->buff = xrealloc(sl->buff, sl->tbuff * sizeof(Char)); in tw_str_add() 150 sl->tbuff = sl->nbuff = 0; in tw_str_free()
|