Lines Matching refs:Function
97 if (!II) // if no identifier, not a simple C function
103 // Set the evaluation function by switching on the callee name.
267 // CWE-242: Use of Inherently Dangerous Function
276 // Verify that the function takes a single argument.
294 "Call to function 'gets' is extremely insecure as it can "
310 // Verify that the function takes two arguments.
332 "The getpw() function is dangerous as it may overflow the "
348 // Verify that the function takes a single argument.
367 "Call to function 'mktemp' is insecure as it always "
389 "Call to function 'strcpy' is insecure as it does not "
413 "Call to function 'strcat' is insecure as it does not "
429 // Verify the function takes two arguments, three in the _chk version.
484 os2 << "Function '" << *FD
508 // Verify that the function takes no argument.
518 "The 'random' function produces a sequence of values that "
536 "Call to function 'vfork' is insecure as it can lead to "
539 "'posix_spawn' function",
578 // Verify that the function takes one or two arguments (depending on
579 // the function).