• Home
  • Raw
  • Download

Lines Matching refs:Case

213     .Case("atoi", TaintPropagationRule(0, ReturnValueIndex))  in getTaintPropagationRule()
214 .Case("atol", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
215 .Case("atoll", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
216 .Case("getc", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
217 .Case("fgetc", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
218 .Case("getc_unlocked", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
219 .Case("getw", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
220 .Case("toupper", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
221 .Case("tolower", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
222 .Case("strchr", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
223 .Case("strrchr", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
224 .Case("read", TaintPropagationRule(0, 2, 1, true)) in getTaintPropagationRule()
225 .Case("pread", TaintPropagationRule(InvalidArgIndex, 1, true)) in getTaintPropagationRule()
226 .Case("gets", TaintPropagationRule(InvalidArgIndex, 0, true)) in getTaintPropagationRule()
227 .Case("fgets", TaintPropagationRule(2, 0, true)) in getTaintPropagationRule()
228 .Case("getline", TaintPropagationRule(2, 0)) in getTaintPropagationRule()
229 .Case("getdelim", TaintPropagationRule(3, 0)) in getTaintPropagationRule()
230 .Case("fgetln", TaintPropagationRule(0, ReturnValueIndex)) in getTaintPropagationRule()
319 .Case("fscanf", &GenericTaintChecker::preFscanf) in addSourcesPre()
379 .Case("scanf", &GenericTaintChecker::postScanf) in addSourcesPost()
381 .Case("getchar", &GenericTaintChecker::postRetTaint) in addSourcesPost()
382 .Case("getchar_unlocked", &GenericTaintChecker::postRetTaint) in addSourcesPost()
383 .Case("getenv", &GenericTaintChecker::postRetTaint) in addSourcesPost()
384 .Case("fopen", &GenericTaintChecker::postRetTaint) in addSourcesPost()
385 .Case("fdopen", &GenericTaintChecker::postRetTaint) in addSourcesPost()
386 .Case("freopen", &GenericTaintChecker::postRetTaint) in addSourcesPost()
387 .Case("getch", &GenericTaintChecker::postRetTaint) in addSourcesPost()
388 .Case("wgetch", &GenericTaintChecker::postRetTaint) in addSourcesPost()
389 .Case("socket", &GenericTaintChecker::postSocket) in addSourcesPost()
674 .Case("system", 0) in checkSystemCall()
675 .Case("popen", 0) in checkSystemCall()
676 .Case("execl", 0) in checkSystemCall()
677 .Case("execle", 0) in checkSystemCall()
678 .Case("execlp", 0) in checkSystemCall()
679 .Case("execv", 0) in checkSystemCall()
680 .Case("execvp", 0) in checkSystemCall()
681 .Case("execvP", 0) in checkSystemCall()
682 .Case("execve", 0) in checkSystemCall()
683 .Case("dlopen", 0) in checkSystemCall()