OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testScanf
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc
88
static void
testScanf
(const char *format, unsigned n, ...) {
111
testScanf
("%d", 1, I);
112
testScanf
("%d%d%d", 3, I, I, I);
113
testScanf
("ab%u%dc", 2, I, I);
114
testScanf
("%ld", 1, L);
115
testScanf
("%llu", 1, LL);
116
testScanf
("%qd", 1, LL);
117
testScanf
("a %hd%hhx", 2, S, C);
118
testScanf
("%c", 1, C);
119
testScanf
("%lc", 1, LC)
[
all
...]
/external/clang/test/Sema/
format-strings-darwin.c
56
void
testScanf
(short *x, long *y) {
Completed in 468 milliseconds