Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dtaint-generic.c132 int numt; in testTaintSystemCall3() local
134 scanf("%s %d", addr, &numt); in testTaintSystemCall3()
135 __builtin_snprintf(buffern2, numt, "/bin/mail %s < /tmp/email", "abcd"); in testTaintSystemCall3()