OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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/external/isc/atheros_hal/dist/
ah.c
589
void *
dstbuf
, int space)
591
uint32_t *dp =
dstbuf
;
605
return (char *) dp - (char *)
dstbuf
;
Completed in 15 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026