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
Reads from files. (x6)
file
Queries the size of a file. (x4)
file
Checks if a file or a directory exists. (x2)
file
Splits a string using a regular expression. (x3)
behavior
Concatenates strings. (x5)
behavior
Creates/Opens a file. (x2)
file
Uses string-related functions. (x16)
behavior