Home | History | Annotate | Download | only in Interpreter

Lines Matching full:strspn

177             const char *arg_start = ::strspn (arg_pos, k_space_separators) + arg_pos;
341 arg_pos = ::strspn (arg_end, k_space_separators) + arg_end;