Searched refs:tbuff (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.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-12.1/contrib/tcsh/ |
| H A D | tw.init.c | 50 tbuff; /* Total space in name buf */ member 119 if (sl->tbuff <= sl->nbuff + len) { in tw_str_add() 124 sl->tbuff += TW_INCR + len; in tw_str_add() 125 sl->buff = xrealloc(sl->buff, sl->tbuff * sizeof(Char)); in tw_str_add() 154 sl->tbuff = sl->nbuff = 0; in tw_str_free()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | remote-mips.c | 1388 char tbuff[7]; in mips_initialize() local 1397 sprintf (tbuff, "\r/E/E\r"); in mips_initialize() 1398 serial_write (mips_desc, tbuff, 6); in mips_initialize()
|