summaryrefslogtreecommitdiffstats
path: root/tapset/string.stp
Commit message (Collapse)AuthorAgeFilesLines
* mask_string.stpkevinrs2005-09-291-0/+7
| | | | | | | | | function uses different algorithm to build symbolic flag string from int. Now uses locals to do so. SMP safe. string.stp add isinstr(s1,s2) - return 1 if s1 contains s2 else return 0
* tapset/mask_string.stp:kevinrs2005-09-281-0/+18
wrote a few aux functions that can be used by tapsets to derive a bitmask symbolic string from a given number tapset/string.stp: strlen: Returns the length of the string argument substr: Returns a substring starting at start/ending at stop stapfuncs.5.in: Added a STRING category with aforementioned functions tapset/system_calls.stp Exported more variable for more system calls