Searched refs:trash (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_image.c100 struct pt_section_list *trash; local
102 trash = list;
105 pt_section_list_free(trash);
279 struct pt_section_list *trash; local
283 trash = *list;
284 msec = &trash->section;
297 *list = trash->next;
298 pt_section_list_free(trash);
391 struct pt_section_list *trash; local
394 trash
440 struct pt_section_list *trash; local
[all...]
H A Dpt_image_section_cache.c214 struct pt_iscache_lru_entry *trash; local
217 trash = lru;
220 errcode = pt_section_unmap(trash->section);
224 free(trash);
/freebsd-13-stable/lib/libc/db/test/hash.tests/
H A Dtcreat3.c64 int trash; local
H A Dtverify.c67 int trash; local
/freebsd-13-stable/tests/sys/devrandom/
H A Duint128_test.c255 uint8_t inputle[16], expectedle[16], trash[CHACHA_BLOCKLEN]; local
268 randomdev_keystream(&context, &a, trash, sizeof(trash));
/freebsd-13-stable/contrib/libxo/
H A DMakefile.am119 ANALYZE_DIR = ~/trash/libxo
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c888 char trash[128]; /* litter bin for old input data */ local
926 * We want to make sure there is no pending trash in the input
931 while (read(fd, trash, sizeof(trash)) > 0 || errno == EINTR)
1440 double dtemp, dcorr, trash; local
1499 dcorr = modf((pp->fudgetime1 - dtemp), &trash);
/freebsd-13-stable/crypto/openssl/apps/
H A Dpasswd.c276 char trash[BUFSIZ]; local
278 r = BIO_gets(in, trash, sizeof(trash));
279 while ((r > 0) && (!strchr(trash, '\n')));

Completed in 186 milliseconds