Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtaint-generic.c215 int numt; in testTaintSystemCall3() local
217 scanf("%s %d", addr, &numt); in testTaintSystemCall3()
218 __builtin_snprintf(buffern2, numt, "/bin/mail %s < /tmp/email", "abcd"); in testTaintSystemCall3()