HomeSort by: relevance | last modified time | path
    Searched defs:tbuf (Results 1 - 25 of 194) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/ddb/
db_print.c 66 char tbuf[24]; local
68 db_format_radix(tbuf, 24, offset, true);
69 db_printf("+%s", tbuf);
db_examine.c 78 char tbuf[24]; local
126 db_format_radix(tbuf, 24, value, false);
127 db_printf("%-*s", width, tbuf);
179 db_format_hex(tbuf, 24, value, false);
180 db_printf("%-*s", width, tbuf);
254 char tbuf[24]; local
256 db_format_radix(tbuf, 24, addr, false);
257 db_printf("%11s", tbuf);
265 char tbuf[24]; local
267 db_format_hex(tbuf, 24, addr, false)
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
logger.h 41 time_t *tbuf; member in struct:log
security.c 72 vchar_t *tbuf = NULL; local
117 tbuf = isakmp_parsewoh(ISAKMP_NPTYPE_T, (struct isakmp_gen *)bp, len);
118 if (tbuf == NULL)
121 ta = (struct isakmp_parse_t *)tbuf->v;
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_move.c 65 struct utimbuf tbuf; local
77 tbuf.actime = tbuf.modtime = time_stamp;
79 if (utime(path, &tbuf) < 0) {
qmgr_active.c 160 struct utimbuf tbuf; local
165 tbuf.actime = tbuf.modtime = event_time() + delay;
167 if (utime(path, &tbuf) < 0 && errno != ENOENT)
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_move.c 65 struct utimbuf tbuf; local
77 tbuf.actime = tbuf.modtime = time_stamp;
79 if (utime(path, &tbuf) < 0) {
qmgr_active.c 160 struct utimbuf tbuf; local
165 tbuf.actime = tbuf.modtime = event_time() + delay;
167 if (utime(path, &tbuf) < 0 && errno != ENOENT)
  /src/libexec/talkd/
print.c 76 char tbuf[80]; local
80 (void)snprintf(tbuf, sizeof tbuf, "type %d", mp->type);
81 tp = tbuf;
92 char tbuf[80], abuf[80]; local
96 (void)snprintf(tbuf, sizeof tbuf, "type %d", rp->type);
97 tp = tbuf;
  /src/external/bsd/ntp/dist/ntpd/
refclock_atom.c 190 char tbuf[80]; local
204 snprintf(tbuf, sizeof(tbuf), "%.9f",
206 record_clock_stats(&peer->srcadr, tbuf);
  /src/external/bsd/file/dist/src/
print.c 59 char tbuf[256]; local
167 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.l, 0));
174 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.l,
181 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.q, 0));
187 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.q,
194 file_fmtdatetime(tbuf, sizeof(tbuf), m->value.q
    [all...]
  /src/sbin/dump/
itime.c 238 char tbuf[BUFSIZ]; local
241 if ( (fgets(tbuf, sizeof (tbuf), df)) != tbuf)
244 if (makedumpdate(ddatep, tbuf) < 0)
256 makedumpdate(struct dumpdates *ddp, const char *tbuf)
260 (void) sscanf(tbuf, DUMPINFMT, ddp->dd_name, &ddp->dd_level, un_buf);
  /src/external/bsd/openldap/dist/servers/slapd/
syslog.c 80 char tbuf[TBUF_LEN]; local
99 p = tbuf;
133 cnt = p - tbuf;
148 if ((error = send(LogFile, tbuf, cnt, 0)) < 0) {
155 if ((error = send(LogFile, tbuf, cnt, 0)) >= 0)
  /src/external/mpl/bind/dist/bin/tools/
named-rrchecker.c 94 isc_buffer_t tbuf; local
298 isc_buffer_init(&tbuf, text, sizeof(text));
299 result = dns_rdataclass_totext(rdclass, &tbuf);
304 isc_buffer_putstr(&tbuf, "\t");
305 result = dns_rdatatype_totext(rdtype, &tbuf);
310 isc_buffer_putstr(&tbuf, "\t");
311 result = dns_rdata_totext(&rdata, NULL, &tbuf);
317 printf("%.*s\n", (int)tbuf.used, (char *)tbuf.base);
322 isc_buffer_init(&tbuf, text, sizeof(text))
    [all...]
  /src/crypto/external/bsd/openssh/dist/
sftp-common.c 226 char buf[1024], lc[8], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; local
250 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime);
252 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime);
255 tbuf[0] = '\0';
262 sbuf, tbuf, name);
266 (unsigned long long)st->st_size, tbuf, name);
  /src/games/rogue/
save.c 179 char tbuf[MAX_OPT_LEN]; local
196 (void)strlcpy(tbuf, login_name, sizeof tbuf);
198 if (strcmp(tbuf, login_name)) {
  /src/lib/libc/gen/
xsyslog.c 151 char tbuf[TBUF_LEN], fmt_cpy[FMT_LEN], fmt_cat[FMT_LEN] = ""; local
178 p = tbuf;
301 cnt = p - tbuf;
339 if (send(data->log_file, tbuf, cnt, 0) != -1)
  /src/sys/arch/sun68k/stand/libsa/
netif_sun.c 72 char *tbuf; member in struct:devdata
134 if (dd->tbuf == NULL) {
136 dd->tbuf = dvma_alloc(dd->tbuf_len);
139 (dd->tbuf == NULL))
144 printf("netif_init: rbuf=0x%x, tbuf=0x%x\n",
145 dd->rbuf, dd->tbuf);
174 if (dd->tbuf) {
175 dvma_free(dd->tbuf, dd->tbuf_len);
176 dd->tbuf = NULL;
315 memcpy(dd->tbuf, pkt, slen)
    [all...]
  /src/sys/compat/common/
vfs_syscalls_12.c 121 char *inp, *tbuf; /* Current-format */ local
162 tbuf = malloc(buflen, M_TEMP, M_WAITOK);
167 aiov.iov_base = tbuf;
184 inp = tbuf;
255 free(tbuf, M_TEMP);
vfs_syscalls_30.c 210 char *inp, *tbuf; /* BSD-format */ local
240 tbuf = malloc(buflen, M_TEMP, M_WAITOK);
244 aiov.iov_base = tbuf;
261 inp = tbuf;
327 free(tbuf, M_TEMP);
  /src/sys/compat/linux/common/
linux_exec_elf32.c 102 char tbuf[sizeof(signature)]; local
128 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf,
132 if (!memcmp(tbuf, signature, sigsz)) {
133 DPRINTF(("linux_atexit_sig=%s\n", tbuf));
167 char tbuf[sizeof(signature) - 1]; local
192 error = exec_read(l, epp->ep_vp, s->sh_offset, tbuf,
200 DPRINTF(("linux_gcc_sig: sig=%s\n", tbuf));
201 if (!memcmp(tbuf, signature, sizeof(signature) - 1)) {
227 char tbuf[sizeof(signature)]; local
253 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf,
285 char tbuf[sizeof(signature)], *tmp = NULL; local
    [all...]
  /src/sys/compat/linux32/common/
linux32_dirent.c 104 char *inp, *tbuf; /* BSD-format */ local
150 tbuf = malloc(buflen, M_TEMP, M_WAITOK);
155 aiov.iov_base = tbuf;
172 inp = tbuf;
257 free(tbuf, M_TEMP);
  /src/sys/fs/cd9660/
cd9660_node.c 301 u_char tbuf[7]; local
304 tbuf[0] = cd9660_chars2ui(pi,4) - 1900;
307 tbuf[1] = cd9660_chars2ui(pi + 4,2);
310 tbuf[2] = cd9660_chars2ui(pi + 6,2);
313 tbuf[3] = cd9660_chars2ui(pi + 8,2);
316 tbuf[4] = cd9660_chars2ui(pi + 10,2);
319 tbuf[5] = cd9660_chars2ui(pi + 12,2);
322 tbuf[6] = pi[16];
324 return cd9660_tstamp_conv7(tbuf,pu);
  /src/usr.bin/finger/
finger.c 97 char tbuf[1024]; variable
  /src/usr.bin/mail/
main.c 105 struct termios tbuf; local
112 if (tcgetattr(1, &tbuf) < 0)
115 ospeed = cfgetospeed(&tbuf);

Completed in 85 milliseconds

1 2 3 4 5 6 7 8