Behaviors
List of software behaviors discovered with static code analysis.
Executes commands in command line. (x2)
execution
Writes data to the STDOUT stream. (x4)
execution
Checks if a file or a directory exists. (x2)
file
Queries the size of a file. (x4)
file
Reads from files. (x6)
file
Concatenates strings. (x5)
behavior
Splits a string using a regular expression. (x3)
behavior
Creates/Opens a file. (x2)
file
Uses string-related functions. (x16)
behavior