Lines Matching defs:strspn
76 def strspn(str1, str2):
86 totalparse = strspn(statestr, "0123456789abcdefABCDEFx/")
88 count = strspn(statestr, "x0123456789abcdefABCDEF")
266 str_skipped = str_skipped[strspn(str_skipped, ", ") :]
535 actstr = actstr[strspn(actstr, ", ") :]
572 actstr = actstr[strspn(actstr, ", ") :]
632 actstr = actstr[strspn(actstr, ", ") :]
635 actstr = actstr[strspn(actstr, ", ") :]
640 actstr = actstr[strspn(actstr, ", ") :]
643 actstr = actstr[strspn(actstr, " "):]
651 actstr = actstr[strspn(actstr, ", ") :]
764 flowstr = flowstr[strspn(flowstr, ", ") :]
768 flowstr = flowstr[strspn(flowstr, "), ") :]
1312 flowstr = flowstr[strspn(flowstr, "),") :]