Symbol: tmpbuf
crypto/dist/ipsec-tools/src/racoon/isakmp.c
221
vchar_t *buf = NULL, *tmpbuf = NULL;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
301
if ((tmpbuf = vmalloc(ntohl(isakmp.len) + extralen)) == NULL) {
crypto/dist/ipsec-tools/src/racoon/isakmp.c
315
while ((len = recvfromto(so_isakmp, (char *)tmpbuf->v, tmpbuf->l,
crypto/dist/ipsec-tools/src/racoon/isakmp.c
333
memcpy (buf->v, tmpbuf->v + extralen, buf->l);
crypto/dist/ipsec-tools/src/racoon/isakmp.c
380
if (tmpbuf != NULL)
crypto/dist/ipsec-tools/src/racoon/isakmp.c
381
vfree(tmpbuf);
distrib/utils/edlabel/edlabel.c
121
strlcpy(tmpbuf, (char*)cp, sizeof(tmpbuf));
distrib/utils/edlabel/edlabel.c
122
printf("%s", tmpbuf);
distrib/utils/edlabel/edlabel.c
133
tmpbuf[0] = '\0';
distrib/utils/edlabel/edlabel.c
134
if (fgets(tmpbuf, sizeof(tmpbuf), stdin) == NULL)
distrib/utils/edlabel/edlabel.c
136
if ((tmpbuf[0] == '\0') || (tmpbuf[0] == '\n')) {
distrib/utils/edlabel/edlabel.c
143
if (sscanf(tmpbuf, "%d", &tmp) != 1)
distrib/utils/edlabel/edlabel.c
158
tmp = strlen(tmpbuf);
distrib/utils/edlabel/edlabel.c
161
if (tmpbuf[tmp-1] == '\n')
distrib/utils/edlabel/edlabel.c
162
tmpbuf[tmp-1] = '\0';
distrib/utils/edlabel/edlabel.c
163
strncpy((char*)cp, tmpbuf, f->f_type);
distrib/utils/edlabel/edlabel.c
187
if (fgets(tmpbuf, sizeof(tmpbuf), stdin) == NULL)
distrib/utils/edlabel/edlabel.c
189
if (sscanf(tmpbuf, "%d", &nsect) != 1)
distrib/utils/edlabel/edlabel.c
193
if (fgets(tmpbuf, sizeof(tmpbuf), stdin) == NULL)
distrib/utils/edlabel/edlabel.c
195
if (sscanf(tmpbuf, "%d", &ntrack) != 1)
distrib/utils/edlabel/edlabel.c
302
if (fgets(tmpbuf, sizeof(tmpbuf), stdin) == NULL)
distrib/utils/edlabel/edlabel.c
304
get_val_cts(d, tmpbuf, &p->p_offset);
distrib/utils/edlabel/edlabel.c
309
if (fgets(tmpbuf, sizeof(tmpbuf), stdin) == NULL)
distrib/utils/edlabel/edlabel.c
311
get_val_cts(d, tmpbuf, &p->p_size);
distrib/utils/edlabel/edlabel.c
315
if (fgets(tmpbuf, sizeof(tmpbuf), stdin) == NULL)
distrib/utils/edlabel/edlabel.c
317
get_fstype(tmpbuf, &p->p_fstype);
distrib/utils/edlabel/edlabel.c
439
if (fgets(tmpbuf, sizeof(tmpbuf), stdin) == NULL)
distrib/utils/edlabel/edlabel.c
441
c = tmpbuf[0];
distrib/utils/edlabel/edlabel.c
522
if (fgets(tmpbuf, sizeof(tmpbuf), stdin) == NULL)
distrib/utils/edlabel/edlabel.c
525
if (cmd->cmd_name[0] == tmpbuf[0])
distrib/utils/edlabel/edlabel.c
91
char tmpbuf[64];
games/warp/intrp.c
551
strcpy(buf,tmpbuf);
games/warp/score.c
113
getcmd(tmpbuf);
games/warp/score.c
115
if (*tmpbuf == INTRCH)
games/warp/score.c
117
if (*tmpbuf == '1') {
games/warp/score.c
71
char tmpbuf[80];
games/warp/score.c
74
if (fgets(tmpbuf,80,savfil) != NULL) {
games/warp/score.c
77
tmpbuf[strlen(tmpbuf)-1] = '\0';
games/warp/score.c
78
printf("You seem to have left a game %s.\r\n",tmpbuf+9);
games/warp/score.c
79
s = strchr(tmpbuf+9, ',');
games/warp/score.c
93
getcmd(tmpbuf);
games/warp/score.c
94
if (*tmpbuf == INTRCH)
games/warp/score.c
99
if (strcmp(term+8,tmpbuf+23)) {
games/warp/term.c
306
char tmpbuf[1024];
games/warp/term.c
311
mac_line(tcbuf,tmpbuf,(sizeof tmpbuf));
games/warp/term.c
318
mac_line(char *line, char *tmpbuf, size_t tbsize)
games/warp/term.c
333
m = dointerp(tmpbuf,tbsize,line," \t");
games/warp/term.c
337
for (s=tmpbuf,curmap=topmap; *s; s++) {
games/warp/term.c
783
char tmpbuf[PUSHSIZE];
games/warp/term.c
784
char *s = tmpbuf;
lib/libc/inet/nsap_addr.c
100
char *tmpbuf = inet_nsap_ntoa_tmpbuf;
lib/libc/inet/nsap_addr.c
108
ascii = tmpbuf;
lib/libc/inet/nsap_addr.c
109
start = tmpbuf;
lib/libc/posix1e/acl_to_text.c
101
buf = tmpbuf;
lib/libc/posix1e/acl_to_text.c
123
len = asprintf(&tmpbuf, "%suser:%s:%s\t\t# "
lib/libc/posix1e/acl_to_text.c
128
len = asprintf(&tmpbuf, "%suser:%s:%s\n", buf,
lib/libc/posix1e/acl_to_text.c
134
buf = tmpbuf;
lib/libc/posix1e/acl_to_text.c
151
len = asprintf(&tmpbuf, "%sgroup::%s\t\t# "
lib/libc/posix1e/acl_to_text.c
155
len = asprintf(&tmpbuf, "%sgroup::%s\n", buf,
lib/libc/posix1e/acl_to_text.c
161
buf = tmpbuf;
lib/libc/posix1e/acl_to_text.c
183
len = asprintf(&tmpbuf, "%sgroup:%s:%s\t\t# "
lib/libc/posix1e/acl_to_text.c
188
len = asprintf(&tmpbuf, "%sgroup:%s:%s\n", buf,
lib/libc/posix1e/acl_to_text.c
194
buf = tmpbuf;
lib/libc/posix1e/acl_to_text.c
203
len = asprintf(&tmpbuf, "%smask::%s\n", buf,
lib/libc/posix1e/acl_to_text.c
208
buf = tmpbuf;
lib/libc/posix1e/acl_to_text.c
217
len = asprintf(&tmpbuf, "%sother::%s\n", buf,
lib/libc/posix1e/acl_to_text.c
222
buf = tmpbuf;
lib/libc/posix1e/acl_to_text.c
64
char *buf, *tmpbuf;
lib/libc/posix1e/acl_to_text.c
96
len = asprintf(&tmpbuf, "%suser::%s\n", buf,
lib/libc/resolv/res_debug.c
1044
static char tmpbuf[sizeof
lib/libc/resolv/res_debug.c
1065
ascii = tmpbuf;
lib/libc/resolv/res_debug.c
1066
len = sizeof(tmpbuf);
lib/libedit/common.c
826
wchar_t tmpbuf[EL_BUFSIZ];
lib/libedit/common.c
829
tmplen = c_gets(el, tmpbuf, L"\n: ");
lib/libedit/common.c
832
if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1)
lib/libedit/search.c
460
wchar_t tmpbuf[EL_BUFSIZ];
lib/libedit/search.c
464
tmpbuf[0] = '.';
lib/libedit/search.c
465
tmpbuf[1] = '*';
lib/libedit/search.c
471
tmplen = c_gets(el, &tmpbuf[LEN],
lib/libedit/search.c
477
ch = tmpbuf[tmplen];
lib/libedit/search.c
478
tmpbuf[tmplen] = '\0';
lib/libedit/search.c
491
(void) wcsncpy(tmpbuf, el->el_search.patbuf,
lib/libedit/search.c
492
sizeof(tmpbuf) / sizeof(*tmpbuf) - 1);
lib/libedit/search.c
495
(void) wcsncpy(&el->el_search.patbuf[2], tmpbuf,
lib/libedit/search.c
505
tmpbuf[tmplen++] = '.';
lib/libedit/search.c
506
tmpbuf[tmplen++] = '*';
lib/libedit/search.c
508
tmpbuf[tmplen] = '\0';
lib/libedit/search.c
509
(void) wcsncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
sbin/restore/tape.c
484
if (gethead(&tmpbuf) == FAIL) {
sbin/restore/tape.c
490
if (tmpbuf.c_volume != volno) {
sbin/restore/tape.c
493
volno, tmpbuf.c_volume);
sbin/restore/tape.c
497
if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) {
sbin/restore/tape.c
498
time_t ttime = tmpbuf.c_date;
sbin/restore/tape.c
515
(long)tpblksread, (long)tmpbuf.c_firstrec);
sbin/restore/tape.c
516
if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) {
sbin/restore/tape.c
518
tpblksread = tmpbuf.c_firstrec;
sbin/restore/tape.c
519
for (i = tmpbuf.c_count; i > 0; i--)
sbin/restore/tape.c
521
} else if (tmpbuf.c_firstrec > 0 &&
sbin/restore/tape.c
522
tmpbuf.c_firstrec < tpblksread - 1) {
sbin/restore/tape.c
526
i = tpblksread - tmpbuf.c_firstrec - 1;
sbin/restore/tape.c
541
if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER))
sbin/restore/tape.c
542
for (i = tmpbuf.c_count; i > 0; i--)
sys/arch/amiga/dev/msc.c
1034
cc = q_to_b (&tp->t_outq, msc->tmpbuf, cc);
sys/arch/amiga/dev/msc.c
1040
cp = &msc->tmpbuf[0];
sys/arch/amiga/dev/msc.c
1046
msc->tmpbuf[cc] = 0;
sys/arch/amiga/dev/mscreg.h
160
char tmpbuf[IOBUFLEN]; /* temp buffer for data transfers */
sys/arch/hpc/stand/hpcboot/menu/menu.cpp
287
TCHAR tmpbuf[8];
sys/arch/hpc/stand/hpcboot/menu/menu.cpp
288
ComboBox_GetText(_combobox_serial_speed, tmpbuf, 8);
sys/arch/hpc/stand/hpcboot/menu/menu.cpp
289
pref.serial_speed = _wtoi(tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
535
TCHAR tmpbuf[PATHBUFLEN];
sys/arch/hpcmips/stand/pbsdboot/main.c
536
wsprintf(tmpbuf, TEXT("%s%S"), path_list[0].name, "netbsd");
sys/arch/hpcmips/stand/pbsdboot/main.c
548
wstrcpy(pref.kernel_name, tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
563
TCHAR tmpbuf[1024];
sys/arch/hpcmips/stand/pbsdboot/main.c
564
wsprintf(tmpbuf, TEXT("%s%S"),
sys/arch/hpcmips/stand/pbsdboot/main.c
567
CB_ADDSTRING, 0, (LPARAM)tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
838
TCHAR tmpbuf[PATHBUFLEN];
sys/arch/hpcmips/stand/pbsdboot/main.c
859
wsprintf(tmpbuf, TEXT("%X"), fbs->addr);
sys/arch/hpcmips/stand/pbsdboot/main.c
860
SetDlgItemText(hWnd, IDC_FB_ADDR, tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
861
wsprintf(tmpbuf, TEXT("%d"), fbs->width);
sys/arch/hpcmips/stand/pbsdboot/main.c
862
SetDlgItemText(hWnd, IDC_FB_WIDTH, tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
863
wsprintf(tmpbuf, TEXT("%d"), fbs->height);
sys/arch/hpcmips/stand/pbsdboot/main.c
864
SetDlgItemText(hWnd, IDC_FB_HEIGHT, tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
865
wsprintf(tmpbuf, TEXT("%d"), fbs->linebytes);
sys/arch/hpcmips/stand/pbsdboot/main.c
866
SetDlgItemText(hWnd, IDC_FB_LINEBYTES, tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
867
wsprintf(tmpbuf, TEXT("%08X"), fbs->platid_cpu);
sys/arch/hpcmips/stand/pbsdboot/main.c
868
SetDlgItemText(hWnd, IDC_FB_CPU, tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
869
wsprintf(tmpbuf, TEXT("%08X"), fbs->platid_machine);
sys/arch/hpcmips/stand/pbsdboot/main.c
870
SetDlgItemText(hWnd, IDC_FB_MACHINE, tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
878
GetDlgItemText(hWnd, IDC_FB_WIDTH, tmpbuf, sizeof(tmpbuf));
sys/arch/hpcmips/stand/pbsdboot/main.c
879
width = _tcstol(tmpbuf, NULL, 10);
sys/arch/hpcmips/stand/pbsdboot/main.c
880
GetDlgItemText(hWnd, IDC_FB_HEIGHT, tmpbuf, sizeof(tmpbuf));
sys/arch/hpcmips/stand/pbsdboot/main.c
881
height = _tcstol(tmpbuf, NULL, 10);
sys/arch/hpcmips/stand/pbsdboot/main.c
882
GetDlgItemText(hWnd, IDC_FB_LINEBYTES, tmpbuf, sizeof(tmpbuf));
sys/arch/hpcmips/stand/pbsdboot/main.c
883
linebytes = _tcstol(tmpbuf, NULL, 10);
sys/arch/hpcmips/stand/pbsdboot/main.c
884
GetDlgItemText(hWnd, IDC_FB_ADDR, tmpbuf, sizeof(tmpbuf));
sys/arch/hpcmips/stand/pbsdboot/main.c
885
addr = _tcstoul(tmpbuf, NULL, 16);
sys/arch/hpcmips/stand/pbsdboot/main.c
886
GetDlgItemText(hWnd, IDC_FB_CPU, tmpbuf, sizeof(tmpbuf));
sys/arch/hpcmips/stand/pbsdboot/main.c
887
fbs->platid_cpu = _tcstoul(tmpbuf, NULL, 16);
sys/arch/hpcmips/stand/pbsdboot/main.c
888
GetDlgItemText(hWnd, IDC_FB_MACHINE, tmpbuf, sizeof(tmpbuf));
sys/arch/hpcmips/stand/pbsdboot/main.c
889
fbs->platid_machine = _tcstoul(tmpbuf, NULL, 16);
sys/arch/hpcmips/stand/pbsdboot/main.c
910
TCHAR tmpbuf[100];
sys/arch/hpcmips/stand/pbsdboot/main.c
924
wsprintf(tmpbuf, TEXT("%d"), fb_size[i]);
sys/arch/hpcmips/stand/pbsdboot/main.c
926
0, (LPARAM)tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
928
0, (LPARAM)tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
931
wsprintf(tmpbuf, TEXT("%d"), fb_bpl[i]);
sys/arch/hpcmips/stand/pbsdboot/main.c
934
(LPARAM)tmpbuf);
sys/arch/hpcmips/stand/pbsdboot/main.c
968
GetDlgItemText(hWnd, IDC_FB_ADDR, tmpbuf, 100);
sys/arch/hpcmips/stand/pbsdboot/main.c
969
addr = _tcstoul(tmpbuf, NULL, 16);
sys/arch/hpcmips/stand/pbsdboot/main.c
978
wsprintf(tmpbuf, TEXT("%X"), addr);
sys/arch/hpcmips/stand/pbsdboot/main.c
979
SetDlgItemText(hWnd, IDC_FB_ADDR, tmpbuf);
sys/arch/hpcmips/vr/vrpciu.c
153
char tmpbuf[16];
sys/arch/hpcmips/vr/vrpciu.c
288
snprintf(tmpbuf, sizeof(tmpbuf), "%s/iot",
sys/arch/hpcmips/vr/vrpciu.c
291
tmpbuf, VRPCIU_MAW_ADDR(reg), VRPCIU_MAW_SIZE(reg));
sys/arch/powerpc/oea/ofw_autoconf.c
114
char tmpbuf[100];
sys/arch/powerpc/oea/ofw_autoconf.c
124
tmpbuf[0] = '\0';
sys/arch/powerpc/oea/ofw_autoconf.c
126
strcpy(tmpbuf, cp);
sys/arch/powerpc/oea/ofw_autoconf.c
136
strcpy(&bootpath[len], tmpbuf);
sys/dev/eisa/if_tlp_eisa.c
151
u_int8_t enaddr[ETHER_ADDR_LEN], tmpbuf[sizeof(testpat)];
sys/dev/eisa/if_tlp_eisa.c
214
tmpbuf[i] = bus_space_read_1(iot, ioh, DE425_ENETROM);
sys/dev/eisa/if_tlp_eisa.c
215
if (tmpbuf[i] == testpat[i])
sys/dev/raidframe/rf_driver.c
482
void *tmpbuf;
sys/dev/raidframe/rf_driver.c
496
tmpbuf = malloc( raidPtr->Layout.sectorsPerStripeUnit <<
sys/dev/raidframe/rf_driver.c
499
if (tmpbuf) {
sys/dev/raidframe/rf_driver.c
501
vple->p= tmpbuf;
sys/dev/raidframe/rf_driver.c
515
tmpbuf = malloc( raidPtr->numCol * (raidPtr->Layout.sectorsPerStripeUnit <<
sys/dev/raidframe/rf_driver.c
518
if (tmpbuf) {
sys/dev/raidframe/rf_driver.c
520
vple->p= tmpbuf;
sys/dev/scsipi/if_dse.c
937
u_char tmpbuf[sizeof(cmd_vend1)];
sys/dev/scsipi/if_dse.c
954
&(tmpbuf[0]), sizeof(tmpbuf),
sys/dev/scsipi/if_dse.c
972
u_char tmpbuf[REQ_LEN_GET_ADDR];
sys/dev/scsipi/if_dse.c
981
tmpbuf, sizeof(tmpbuf),
sys/dev/scsipi/if_dse.c
985
memcpy(myaddr, &(tmpbuf[0]), ETHER_ADDR_LEN);
sys/dev/smbios_platform.c
208
char tmpbuf[128]; /* XXX is this long enough? */
sys/dev/smbios_platform.c
210
if (smbios_get_string(tbl, idx, tmpbuf, 128) != NULL) {
sys/dev/smbios_platform.c
212
pmf_set_platform(key, tmpbuf);
sys/dev/smbios_platform.c
223
char tmpbuf[128]; /* XXX is this long enough? */
sys/dev/smbios_platform.c
225
if (snprintf(tmpbuf, sizeof(tmpbuf), "%u%s", val, suf)) {
sys/dev/smbios_platform.c
227
pmf_set_platform(key, tmpbuf);
sys/dev/smbios_platform.c
261
char tmpbuf[128], datestr[9];
sys/dev/smbios_platform.c
263
if (smbios_get_string(tbl, idx, tmpbuf, 128) == NULL)
sys/dev/smbios_platform.c
265
if (platform_scan_date(tmpbuf, &month, &day, &year) != 3)
sys/dev/smbios_platform.c
284
char tmpbuf[UUID_STR_LEN];
sys/dev/smbios_platform.c
287
uuid_snprintf(tmpbuf, sizeof(tmpbuf), &uuid);
sys/dev/smbios_platform.c
289
pmf_set_platform(key, tmpbuf);
sys/dev/vnd.c
1696
char *tmpbuf;
sys/dev/vnd.c
1700
tmpbuf = malloc(DEV_BSIZE, M_TEMP, M_WAITOK);
sys/dev/vnd.c
1703
aiov.iov_base = tmpbuf;
sys/dev/vnd.c
1726
free(tmpbuf, M_TEMP);
sys/fs/sysvbfs/bfs.c
248
uint8_t tmpbuf[DEV_BSIZE];
sys/fs/sysvbfs/bfs.c
263
if (!bfs->io->read(bfs->io, tmpbuf, end))
sys/fs/sysvbfs/bfs.c
265
memcpy(p + n, tmpbuf, sz - n);
sys/fs/sysvbfs/bfs.c
364
uint8_t *p, tmpbuf[DEV_BSIZE];
sys/fs/sysvbfs/bfs.c
421
memset(tmpbuf, 0, DEV_BSIZE);
sys/fs/sysvbfs/bfs.c
422
memcpy(tmpbuf, p, bufsz - n);
sys/fs/sysvbfs/bfs.c
423
if (!bfs->io->write(bfs->io, tmpbuf, bfs->start_sector + i))
sys/ufs/chfs/chfs_write.c
291
void *tmpbuf = NULL;
sys/ufs/chfs/chfs_write.c
322
tmpbuf = kmem_zalloc(CHFS_PAD(size)
sys/ufs/chfs/chfs_write.c
324
memcpy(tmpbuf, bp->b_data, len);
sys/ufs/chfs/chfs_write.c
331
vec[1].iov_base = tmpbuf;
sys/ufs/chfs/chfs_write.c
404
kmem_free(tmpbuf, CHFS_PAD(size) - sizeof(*dnode));
tests/fs/common/fstest_zfs.c
103
char tmpbuf[128];
tests/fs/common/fstest_zfs.c
108
snprintf(tmpbuf, sizeof(tmpbuf)-1,
tests/fs/common/fstest_zfs.c
110
setenv("RUMPHIJACK", tmpbuf, 1);
tests/fs/common/fstest_zfs.c
117
snprintf(tmpbuf, sizeof(tmpbuf)-1, "zpool create %s %s",
tests/fs/common/fstest_zfs.c
119
if ((error = system(tmpbuf)) != 0) {
tests/lib/libcurses/slave/slave.c
131
char *cmdbuf, *tmpbuf, **args;
tests/lib/libcurses/slave/slave.c
145
if ((tmpbuf = realloc(cmdbuf, maxlen)) == NULL)
tests/lib/libcurses/slave/slave.c
148
cmdbuf = tmpbuf;
usr.bin/patch/util.c
321
char *tmpbuf;
usr.bin/patch/util.c
323
if ((tmpbuf = strdup(filename)) == NULL)
usr.bin/patch/util.c
327
char *s = strrchr(tmpbuf, '/');
usr.bin/patch/util.c
329
free(tmpbuf);
usr.bin/patch/util.c
334
if (mkpath(tmpbuf) != 0)
usr.bin/patch/util.c
335
pfatal("creation of %s failed", tmpbuf);
usr.bin/patch/util.c
336
free(tmpbuf);
usr.bin/patch/util.c
398
char *filebase, *filedir, tmpbuf[MAXPATHLEN];
usr.bin/patch/util.c
405
(snprintf(tmpbuf, sizeof tmpbuf, f, a1, a2, a3), stat(tmpbuf, &filestat) == 0)
usr.bin/resize/resize.c
491
char *tmpbuf = TypeMallocN(char,
usr.bin/resize/resize.c
496
if (tmpbuf == 0) {
usr.bin/resize/resize.c
500
sprintf(tmpbuf, setsize[emu], argv[0], argv[1]);
usr.bin/resize/resize.c
501
IGNORE_RC(write(tty, tmpbuf, strlen(tmpbuf)));
usr.bin/resize/resize.c
502
free(tmpbuf);
usr.bin/rpcgen/rpc_svcout.c
162
char tmpbuf[32];
usr.bin/rpcgen/rpc_svcout.c
169
sprintf(tmpbuf, "%s\t\t", sp);
usr.bin/rpcgen/rpc_svcout.c
170
print_err_message(tmpbuf);
usr.bin/rpcgen/rpc_svcout.c
177
print_err_message(tmpbuf);
usr.bin/rpcgen/rpc_svcout.c
197
print_err_message(tmpbuf);
usr.bin/rpcgen/rpc_svcout.c
893
char tmpbuf[32];
usr.bin/rpcgen/rpc_svcout.c
934
(void) sprintf(tmpbuf, "%s\t\t", sp);
usr.bin/rpcgen/rpc_svcout.c
935
print_err_message(tmpbuf);
usr.bin/rpcgen/rpc_svcout.c
960
print_err_message(tmpbuf);
usr.sbin/bootp/bootptest/getether.c
195
char tmpbuf[sizeof(union DL_primitives) + 16];
usr.sbin/bootp/bootptest/getether.c
228
memset(tmpbuf, 0, sizeof(tmpbuf));
usr.sbin/bootp/bootptest/getether.c
229
dlp = (union DL_primitives *) tmpbuf;
usr.sbin/bootp/bootptest/getether.c
232
cbuf.buf = tmpbuf;
usr.sbin/bootp/bootptest/getether.c
239
cbuf.buf = tmpbuf;
usr.sbin/bootp/bootptest/getether.c
240
cbuf.maxlen = sizeof(tmpbuf);
usr.sbin/bootp/bootptest/getether.c
270
memset(tmpbuf, 0, sizeof(tmpbuf));
usr.sbin/bootp/bootptest/getether.c
271
dlp = (union DL_primitives *) tmpbuf;
usr.sbin/bootp/bootptest/getether.c
274
cbuf.buf = tmpbuf;
usr.sbin/bootp/bootptest/getether.c
281
cbuf.buf = tmpbuf;
usr.sbin/bootp/bootptest/getether.c
282
cbuf.maxlen = sizeof(tmpbuf);
usr.sbin/bootp/bootptest/getether.c
312
enaddr = tmpbuf + dlp->bind_ack.dl_addr_offset;
usr.sbin/bootp/common/readfile.c
1240
byte tmpbuf[MAXBUFLEN];
usr.sbin/bootp/common/readfile.c
1245
str = tmpbuf;
usr.sbin/bootp/common/readfile.c
1249
newlength = sizeof(tmpbuf) - 2; /* Set maximum allowed length */
usr.sbin/bootp/common/readfile.c
1254
while (newlength < sizeof(tmpbuf) - 2) {
usr.sbin/bootp/common/readfile.c
1266
tmpbuf[1] = (newlength & 0xFF);
usr.sbin/bootp/common/readfile.c
1273
bcopy(tmpbuf, bdata->data + oldlength, newlength + 2);
usr.sbin/cpuctl/arch/arm.c
171
char namebuf[24], valuebuf[12], tmpbuf[30];
usr.sbin/cpuctl/arch/arm.c
196
size_t tmplen = snprintf(tmpbuf, sizeof(tmpbuf),
usr.sbin/cpuctl/arch/arm.c
201
"%s: %s: %s", cpuname, setname, tmpbuf + 2);
usr.sbin/cpuctl/arch/arm.c
203
len = strlcat(buf, tmpbuf, sizeof(buf));
usr.sbin/syslogd/syslogd.c
2915
char tmpbuf[BUFSIZ];
usr.sbin/syslogd/syslogd.c
2925
(void)vsnprintf(tmpbuf, sizeof(tmpbuf), fmt, ap);
usr.sbin/syslogd/syslogd.c
2930
tmpbuf, strerror(errno));
usr.sbin/syslogd/syslogd.c
2933
(void)snprintf(buf, sizeof(buf), "%s", tmpbuf);
usr.sbin/syslogd/syslogd.c
2934
outbuf = tmpbuf;
usr.sbin/tprof/tprof_top.c
549
char tmpbuf[128];
usr.sbin/tprof/tprof_top.c
561
l = snprintf(tmpbuf, sizeof(tmpbuf), "%"PRIu64, ts->_m);\
usr.sbin/tprof/tprof_top.c
563
l += snprintf(tmpbuf + l, sizeof(tmpbuf) - l, \
usr.sbin/tprof/tprof_top.c
565
assert(l < (int)sizeof(tmpbuf)); \
usr.sbin/tprof/tprof_top.c
569
tprofstat_width[idx], tmpbuf); \
usr.sbin/ypserv/ypserv/ypserv_db.c
474
char tmpbuf[MAXHOSTNAMELEN + 20];
usr.sbin/ypserv/ypserv/ypserv_db.c
495
(void)snprintf(tmpbuf, sizeof(tmpbuf), "%s %s\n",
usr.sbin/ypserv/ypserv/ypserv_db.c
497
if (v - val + strlen(tmpbuf) + 1 > sizeof(val))
usr.sbin/ypserv/ypserv/ypserv_db.c
499
(void)strlcpy(v, tmpbuf, sizeof(val) - (v - val));
usr.sbin/ypserv/ypserv/ypserv_db.c
500
v = v + strlen(tmpbuf);