Lines Matching refs:strspn
76 def strspn(str1, str2): function
86 totalparse = strspn(statestr, "0123456789abcdefABCDEFx/")
88 count = strspn(statestr, "x0123456789abcdefABCDEF")
266 str_skipped = str_skipped[strspn(str_skipped, ", ") :]
521 actstr = actstr[strspn(actstr, ", ") :]
548 actstr = actstr[strspn(actstr, ", ") :]
607 actstr = actstr[strspn(actstr, ", ") :]
610 actstr = actstr[strspn(actstr, ",) ") :]
615 actstr = actstr[strspn(actstr, "), ") :]
725 flowstr = flowstr[strspn(flowstr, ", ") :]
729 flowstr = flowstr[strspn(flowstr, "), ") :]
1273 flowstr = flowstr[strspn(flowstr, "),") :]