Home
last modified time | relevance | path

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

/third_party/libsnd/src/
H A Dwve.c93 unsigned short version, padding, repeats, trash ; in wve_read_header() local
140 psf_binheader_readf (psf, "E22222", &padding, &repeats, &trash, &trash, &trash) ; in wve_read_header()
/third_party/node/deps/openssl/openssl/apps/
H A Dpasswd.c279 char trash[BUFSIZ]; in passwd_main() local
281 r = BIO_gets(in, trash, sizeof(trash)); in passwd_main()
282 while ((r > 0) && (!strchr(trash, '\n'))); in passwd_main()
/third_party/openssl/apps/
H A Dpasswd.c279 char trash[BUFSIZ]; in passwd_main() local
281 r = BIO_gets(in, trash, sizeof(trash)); in passwd_main()
282 while ((r > 0) && (!strchr(trash, '\n'))); in passwd_main()
/third_party/gptfdisk/
H A Dgptcurses.cc78 Space *trash; in EmptySpaces() local
81 trash = firstSpace; in EmptySpaces()
83 delete trash; in EmptySpaces()
/third_party/python/Lib/test/
H A Dtest_descr.py3892 # Testing slot trash...
3893 # Deallocating deeply nested slotted trash caused stack overflows
3894 class trash(object): class
3900 o = trash(o)

Completed in 12 milliseconds