HomeSort by: relevance | last modified time | path
    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 in function:ATF_TC_BODY
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 in function:cmd_get
379 snprintf(dstbuf, sizeof(dstbuf), "%s/%s", dst,
381 dst = dstbuf;
468 char dstbuf[FILENAME_MAX]; local in function:cmd_put
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 136 milliseconds