Searched refs:tbuf (Results 101 - 125 of 175) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_misc.c208 char *inp, *tbuf; /* BSD-format */ local
237 tbuf = malloc(buflen, M_TEMP, M_WAITOK);
241 aiov.iov_base = tbuf;
258 inp = tbuf;
320 free(tbuf, M_TEMP);
332 char *inp, *tbuf; /* BSD-format */ local
361 tbuf = malloc(buflen, M_TEMP, M_WAITOK);
365 aiov.iov_base = tbuf;
382 inp = tbuf;
445 free(tbuf, M_TEM
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Duaudio.c576 uaudio_find_iface(const char *tbuf, int size, int *offsp, int subtype) argument
581 d = (const void *)(tbuf + *offsp);
663 static char tbuf[32]; local
665 snprintf(tbuf, sizeof(tbuf), "i%d", id);
666 return tbuf;
879 static char tbuf[100]; local
946 snprintf(tbuf, sizeof(tbuf), "unknown type (0x%.4x)", terminal_type);
947 return tbuf;
1554 uaudio_process_as(struct uaudio_softc *sc, const char *tbuf, int *offsp, int size, const usb_interface_descriptor_t *id) argument
1775 const char *tbuf; local
1881 const char *tbuf, *ibuf, *ibufend; local
2750 void *tbuf; local
[all...]
H A Dugen.c373 void *tbuf; local
480 tbuf = usbd_alloc_buffer
482 if (tbuf == 0) {
486 sce->isoreqs[i].dmabuf = tbuf;
1143 char const *tbuf = (char const *)req->dmabuf + isize * i; local
1148 memcpy(sce->fill, tbuf, n);
1150 tbuf += n;
1179 char const *tbuf; local
1200 tbuf = (char const *)usbd_get_buffer(sce->ra_wb_xfer);
1202 memcpy(sce->fill, tbuf,
1246 char *tbuf; local
[all...]
H A Dumct.c600 u_char *tbuf = sc->sc_intr_buf; local
617 device_xname(sc->sc_dev), tbuf[0],tbuf[1]));
620 mstatus = tbuf[0];
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dar_io.c1644 char tbuf[MAXPATHLEN/4]; /* XXX silly size! */ local
1671 timefmt(tbuf, sizeof(tbuf), rdcnt, secs, "bytes"));
1692 timefmt(tbuf, sizeof(tbuf), flcnt, secs, "files"));
1699 timefmt(tbuf, sizeof(tbuf), rdcnt + wrcnt, secs, "bytes"));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.c120 long tbuf; local
121 tbuf = ((buf[0] >> 16) & 0xffff) | ((buf[0] & 0xffff) << 16);
122 (*vax_f_format.decode) (fmt, r, &tbuf);
138 long tbuf[2]; local
139 tbuf[0] = ((buf[0] >> 16) & 0xffff) | ((buf[0] & 0xffff) << 16);
140 tbuf[1] = ((buf[1] >> 16) & 0xffff) | ((buf[1] & 0xffff) << 16);
141 (*vax_d_format.decode) (fmt, r, tbuf);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pdp11/
H A Dpdp11.c114 long tbuf; local
115 tbuf = ((buf[0] >> 16) & 0xffff) | ((buf[0] & 0xffff) << 16);
116 (*vax_f_format.decode) (fmt, r, &tbuf);
132 long tbuf[2]; local
133 tbuf[0] = ((buf[0] >> 16) & 0xffff) | ((buf[0] & 0xffff) << 16);
134 tbuf[1] = ((buf[1] >> 16) & 0xffff) | ((buf[1] & 0xffff) << 16);
135 (*vax_d_format.decode) (fmt, r, tbuf);
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dfailover.c3422 char tbuf [256]; local
3432 if (vsnprintf (tbuf, sizeof tbuf, fmt, va) >= sizeof tbuf)
3438 strlen (tbuf), tbuf);
3455 char tbuf [256]; local
3546 if (snprintf (tbuf, sizeof tbuf, " (%s<%d>", info -> name,
3547 option.count) >= sizeof tbuf)
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dexpr.c231 char tbuf[2]; local
247 tbuf[0] = *es->tokp;
248 tbuf[1] = '\0';
249 s = tbuf;
/netbsd-6-1-5-RELEASE/dist/nvi/ipc/
H A Dip.h41 CHAR_T tbuf[256]; /* Input keys. */ member in struct:_ip_private
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_util.c359 char tbuf[80]; local
564 snprintf(tbuf, sizeof(tbuf),
567 report_event(EVNT_TAI, NULL, tbuf);
/netbsd-6-1-5-RELEASE/lib/libtelnet/
H A Dencrypt.c966 char tbuf[16], *cp; local
974 snprintf(tbuf, sizeof(tbuf), " %d", *data);
975 for (cp = tbuf; *cp && buflen > 0; --buflen)
/netbsd-6-1-5-RELEASE/sbin/mount/
H A Dmount.c516 char tbuf[1024], *ptr; local
520 ptr = tbuf;
521 buflen = sizeof(tbuf) - 1;
538 (void)fprintf(stdout, "%s", tbuf);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c484 struct utimbuf tbuf; local
511 tbuf.actime = tbuf.modtime = time((time_t *) 0);
512 if (utime(STR(new_path_buf), &tbuf) < 0)
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dutilities.c636 char tbuf[64];
637 sprintf(tbuf, "%s%s%s%s%s",
643 fprintf(NetTrace, "%s", tbuf[1] ? &tbuf[1] : "0");
635 char tbuf[64]; local
/netbsd-6-1-5-RELEASE/usr.bin/finger/
H A Dfinger.c97 char tbuf[1024]; variable
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dscreen.c892 static char tbuf[40]; local
913 char *sp = tbuf;
953 tbuf[0] = '\177';
954 tbuf[1] = '\0';
955 s = tbuf;
1041 tbuf[0] = '\177';
1042 tbuf[1] = '\0';
1043 s = tbuf;
1048 tbuf[0] = CONTROL('K');
1049 tbuf[
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Dwd.c270 char tbuf[41], pbuf[9], c, *p, *q; local
297 for (blank = 0, p = wd->sc_params.atap_model, q = tbuf, i = 0;
313 aprint_normal_dev(self, "<%s>\n", tbuf);
315 wdq = wd_lookup_quirks(tbuf);
1404 void *tbuf; local
1407 tbuf = malloc(DEV_BSIZE, M_TEMP, M_WAITOK);
1408 wi->wi_iov.iov_base = tbuf;
1412 tbuf = NULL;
1426 if (tbuf != NULL && error1 == 0) {
1427 error1 = copyout(tbuf, atare
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmlx.c506 static char tbuf[80]; local
520 snprintf(tbuf, sizeof(tbuf), " model 0x%x", ci->ci_hardware_id);
521 model = tbuf;
2059 static char tbuf[80]; local
2066 snprintf(tbuf, sizeof(tbuf), "%s (0x%x)",
2068 return (tbuf);
2071 snprintf(tbuf, sizeof(tbuf), "unknow
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsdisplay.c1368 void *tbuf; local
1419 tbuf = malloc(fontsz, M_DEVBUF, M_WAITOK);
1420 error = copyin(d->data, tbuf, fontsz);
1422 free(tbuf, M_DEVBUF);
1425 d->data = tbuf;
1428 free(tbuf, M_DEVBUF);
1536 u_char *tbuf; local
1571 tbuf = tp->t_outq.c_cf;
1576 tbuf, n, 0);
1581 tbuf
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dwwinit.c350 char tbuf[512]; local
351 char *tp = tbuf;
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dlex.c1388 char tbuf[BUFSIZE + 1]; local
1394 char tbuf[BUFSIZE + 1];
1408 c = read(SHIN, tbuf, BUFSIZE);
1413 fbuf[0][i] = (unsigned char) tbuf[i];
1459 c = read(SHIN, tbuf, roomleft);
1465 ptr[i] = (unsigned char) tbuf[i];
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_prop.c566 char *tbuf = NULL; local
703 tbuf = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP);
705 ZAP_MAXVALUELEN, tbuf, NULL) == 0)
706 valstr = tbuf;
716 if (tbuf != NULL)
717 kmem_free(tbuf, ZAP_MAXVALUELEN);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dscan.c934 struct timeval tbuf[2]; local
954 tbuf[0].tv_sec = time(NULL);
955 tbuf[0].tv_usec = 0;
956 tbuf[1].tv_sec = scantime;
957 tbuf[1].tv_usec = 0;
958 (void) utimes(fname, tbuf);
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dprint.c195 char tbuf [32]; local
201 strftime (tbuf, sizeof tbuf, "%Y/%m/%d %H:%M:%S", t);
202 log_debug (" start %s", tbuf);
205 strftime (tbuf, sizeof tbuf, "%Y/%m/%d %H:%M:%S", t);
206 log_debug (" end %s", tbuf);

Completed in 615 milliseconds

1234567