Searched refs:tbuff (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | ipv6cp.c | 468 char tbuff[NCP_ASCIIBUFFERSIZE]; in ipv6cp_LayerUp() local 474 snprintf(tbuff, sizeof tbuff, "%s", ncpaddr_ntoa(&ipv6cp->myaddr)); in ipv6cp_LayerUp() 476 tbuff, ncpaddr_ntoa(&ipv6cp->hisaddr)); in ipv6cp_LayerUp() 499 if (system_Select(fp->bundle, tbuff, LINKUPFILE, NULL, NULL) < 0) { in ipv6cp_LayerUp() 688 char tbuff[100]; in ipv6cp_DecodeConfig() local 698 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), in ipv6cp_DecodeConfig() 704 log_Printf(LogIPV6CP, "%s 0x%02x%02x%02x%02x%02x%02x%02x%02x\n", tbuff, in ipv6cp_DecodeConfig() 740 "--> 0x%02x%02x%02x%02x%02x%02x%02x%02x\n", tbuff, in ipv6cp_DecodeConfig()
|
H A D | ipcp.c | 934 char tbuff[16]; in IpcpLayerUp() local 937 snprintf(tbuff, sizeof tbuff, "%s", inet_ntoa(ipcp->my_ip)); in IpcpLayerUp() 939 tbuff, inet_ntoa(ipcp->peer_ip)); in IpcpLayerUp() 962 if (system_Select(fp->bundle, tbuff, LINKUPFILE, NULL, NULL) < 0) { in IpcpLayerUp() 1064 char tbuff[100], tbuff2[100]; in IpcpDecodeConfig() local 1073 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), in IpcpDecodeConfig() 1079 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr)); in IpcpDecodeConfig() 1090 snprintf(tbuff2, sizeof tbuff2, "%s changing address: %s ", tbuff, in IpcpDecodeConfig() 1113 log_Printf(LogIPCP, "%s %s\n", tbuff, vj2asc(compproto)); in IpcpDecodeConfig() 1181 tbuff, ipcp->my_compproto, compproto); in IpcpDecodeConfig() [all …]
|
/freebsd/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()
|