Searched refs:tbuff (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/ppp/
H A Dipv6cp.c468 char tbuff[40]; local
474 snprintf(tbuff, sizeof tbuff, "%s", ncpaddr_ntoa(&ipv6cp->myaddr));
476 tbuff, ncpaddr_ntoa(&ipv6cp->hisaddr));
499 if (system_Select(fp->bundle, tbuff, LINKUPFILE, NULL, NULL) < 0) {
688 char tbuff[100]; local
698 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id),
704 log_Printf(LogIPV6CP, "%s 0x%02x%02x%02x%02x%02x%02x%02x%02x\n", tbuff,
740 "--> 0x%02x%02x%02x%02x%02x%02x%02x%02x\n", tbuff,
[all...]
H A Dipcp.c934 char tbuff[16]; local
937 snprintf(tbuff, sizeof tbuff, "%s", inet_ntoa(ipcp->my_ip));
939 tbuff, inet_ntoa(ipcp->peer_ip));
962 if (system_Select(fp->bundle, tbuff, LINKUPFILE, NULL, NULL) < 0) {
1064 char tbuff[100], tbuff2[100]; local
1073 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id),
1079 log_Printf(LogIPCP, "%s %s\n", tbuff, inet_ntoa(ipaddr));
1090 snprintf(tbuff2, sizeof tbuff2, "%s changing address: %s ", tbuff,
[all...]
/freebsd-10.1-release/contrib/tcsh/
H A Dtw.init.c50 tbuff; /* Total space in name buf */ member in struct:__anon4564
119 if (sl->tbuff <= sl->nbuff + len) {
124 sl->tbuff += TW_INCR + len;
125 sl->buff = xrealloc(sl->buff, sl->tbuff * sizeof(Char));
155 sl->tbuff = sl->nbuff = 0;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote-mips.c1391 char tbuff[7];
1400 sprintf (tbuff, "\r/E/E\r");
1401 serial_write (mips_desc, tbuff, 6);
1388 char tbuff[7]; local

Completed in 138 milliseconds