Lines Matching +defs:sub +defs:s
30 split_whitespace(char *s, Py_ssize_t len, Py_ssize_t maxsplit) in split_whitespace()
101 char *s, *sub; in strop_splitfields() local
306 char *s, *sub; in strop_find() local
349 char *s, *sub; in strop_rfind() local
383 char *s; in do_strip() local
462 char *s, *s_new; in strop_lower() local
501 char *s, *s_new; in strop_upper() local
541 char *s, *s_new; in strop_capitalize() local
676 char *s, *sub; in strop_count() local
720 char *s, *s_new; in strop_swapcase() local
769 char *s, *end; in strop_atoi() local
825 char *s, *end; in strop_atol() local
871 char *s, *end; in strop_atof() local
1091 const char *sub, Py_ssize_t sub_len, /* substitution string */ in mymemreplace()
1172 char *str, *pat,*sub,*new_s; in strop_replace() local
1242 PyObject *m, *s; in initstrop() local