Lines Matching defs:strspn
82 def strspn(str1, str2):
92 totalparse = strspn(statestr, "0123456789abcdefABCDEFx/")
94 count = strspn(statestr, "x0123456789abcdefABCDEF")
284 str_skipped = str_skipped[strspn(str_skipped, ", ") :]
330 actstr = actstr[strspn(actstr, ", ") :]
348 actstr = actstr[strspn(actstr, ", ") :]
726 actstr = actstr[strspn(actstr, ", ") :]
782 actstr = actstr[strspn(actstr, ", ") :]
842 actstr = actstr[strspn(actstr, ", ") :]
845 actstr = actstr[strspn(actstr, ", ") :]
881 actstr = actstr[strspn(actstr, ", ") :]
884 actstr = actstr[strspn(actstr, " "):]
892 actstr = actstr[strspn(actstr, ", ") :]
1005 flowstr = flowstr[strspn(flowstr, ", ") :]
1009 flowstr = flowstr[strspn(flowstr, "), ") :]
1591 flowstr = flowstr[strspn(flowstr, ", ") :]
1711 flowstr = flowstr[strspn(flowstr, "), ") :]