Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dclang_fortify_tests.cpp305 dprintf(some_fd, "%d", unsigned_value); in testFormatStrings()
307 dprintf(some_fd, unknown_string, unsigned_value); in testFormatStrings()
318 asprintf(&retval, "%d", unsigned_value); in testFormatStrings()
332 syslog(0, "%d", unsigned_value); in testFormatStrings()
334 syslog(0, unknown_string, unsigned_value); in testFormatStrings()
341 fprintf(file, "%d", unsigned_value); in testFormatStrings()
343 fprintf(file, unknown_string, unsigned_value); in testFormatStrings()
349 printf("%d", unsigned_value); in testFormatStrings()
351 printf(unknown_string, unsigned_value); in testFormatStrings()
358 sprintf(buf, "%d", unsigned_value); in testFormatStrings()
[all …]