Home
last modified time | relevance | path

Searched refs:unsigned_value (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dclang_fortify_tests.cpp326 const auto unsigned_value = declval<unsigned long long>(); in testFormatStrings() local
333 dprintf(some_fd, "%d", unsigned_value); in testFormatStrings()
335 dprintf(some_fd, unknown_string, unsigned_value); in testFormatStrings()
346 asprintf(&retval, "%d", unsigned_value); in testFormatStrings()
351 asprintf(&retval, unknown_string, unsigned_value); in testFormatStrings()
360 syslog(0, "%d", unsigned_value); in testFormatStrings()
362 syslog(0, unknown_string, unsigned_value); in testFormatStrings()
369 fprintf(file, "%d", unsigned_value); in testFormatStrings()
371 fprintf(file, unknown_string, unsigned_value); in testFormatStrings()
377 printf("%d", unsigned_value); in testFormatStrings()
[all …]