OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libc/gen/
t_vis.c
68
char *srcbuf, *
dstbuf
, *visbuf;
local
71
ATF_REQUIRE((
dstbuf
= malloc(SIZE)) != NULL);
80
memset(
dstbuf
, 0, SIZE);
81
ATF_REQUIRE(strunvisx(
dstbuf
, visbuf,
84
if (
dstbuf
[j] != (char)j)
86
"char %d [%d]", styles[i], j,
dstbuf
[j]);
88
free(
dstbuf
);
/src/usr.bin/utoppya/
utoppya.c
343
char *dst,
dstbuf
[FILENAME_MAX];
local
379
snprintf(
dstbuf
, sizeof(
dstbuf
), "%s/%s", dst,
381
dst =
dstbuf
;
468
char
dstbuf
[FILENAME_MAX];
local
517
snprintf(
dstbuf
, sizeof(
dstbuf
), "%s/%s", uw.uw_path,
519
uw.uw_path =
dstbuf
;
/src/sys/arch/powerpc/ibm4xx/
trap.c
855
uint8_t *src, *
dstbuf
, *ref, *dst;
local
861
dstbuf
= kmem_alloc(BLKCPY_TESTLEN + 8 + 2 * BLKCPY_GUARD,
863
dst =
dstbuf
+ BLKCPY_GUARD;
873
memset(
dstbuf
, 0xa5,
894
if (
dstbuf
[off] != 0xa5)
911
kmem_free(
dstbuf
, BLKCPY_TESTLEN + 8 + 2 * BLKCPY_GUARD);
Completed in 19 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026