JavaScript is not currently enabled, but is required for full CodeSonar manual search and browse functionality.
If you are viewing this file in your hub's Web GUI, enable JavaScript in your browser: you will also need it for GUI functionality.
If you opened this file directly from disk, your browser may be directly suppressing JavaScript functionality: certain browsers perform this suppression on local files (but not files delivered by web servers) for security reasons.
| CodeSonar® 9.0p0 Hot Tips | CONFIDENTIAL | CodeSecure Inc |
Used to restrict the files considered by a cs_xref_query.
Files must satisfy the requirements of every field, as described below. If a field contains two or more strings, at least one of them must match appropriately. NULL fields are interpreted as matching everything.
When constructing one of these objects, memset it to 0 initially before setting the individual fields.
Comparison for absolutes, absolutes_ss, dirnames, dirnames_ss, basenames, and basenames_ss is case-insensitive and treats path separators '/' and '\' as interchangeable.
Defined in file cs_xref.h.
| char ** | absolutes | Exact match, absolute path to file. |
| char ** | absolutes_ss | Substring match, absolute path to file. |
| char ** | dirnames | Exact match, file dirname (ie, absolute path to file, omitting the basename and with no trailing slash). |
| char ** | dirnames_ss | Substring match, file dirname. |
| char ** | basenames | Exact match, file basename. |
| char ** | basenames_ss | Substring match, file basename. |
| cs_sf * | sfs | Match only tokens in instances of these source files. |
| cs_line * | lines | Match only tokens that appear on one of these lines. |
| cs_boolean | reject_libmodels | Don't match tokens in library model files. |