Searched refs:tbuff (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/usr.sbin/ppp/ |
| HD | ipv6cp.c | 468 char tbuff[40]; 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()
|
| HD | 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 …]
|
| /NextBSD/contrib/tcsh/ |
| HD | 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() 155 sl->tbuff = sl->nbuff = 0; in tw_str_free()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | 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()
|