Home
last modified time | relevance | path

Searched refs:cstr (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dtestu.c61 char cpat[4000], cstr[4000]; in xx() local
69 uconv(str, cstr, ulen(str)); in xx()
89 fprintf(stdout, "OK(N): /%s/ '%s'\n", cpat, cstr); in xx()
93 fprintf(stdout, "FAIL: /%s/ '%s'\n", cpat, cstr); in xx()
99 fprintf(stdout, "FAIL(N): /%s/ '%s'\n", cpat, cstr); in xx()
104 fprintf(stdout, "OK: /%s/ '%s'\n", cpat, cstr); in xx()
122 uconv(str, cstr, ulen(str)); in xx()
161 fprintf(stdout, "OK(N): /%s/ '%s'\n", cpat, cstr); in xx()
165 fprintf(stdout, "FAIL: /%s/ '%s'\n", cpat, cstr); in xx()
171 fprintf(stdout, "FAIL(N): /%s/ '%s'\n", cpat, cstr); in xx()
[all …]
/PHP-5.5/ext/ldap/
H A Dldap.c1475 static int _ldap_str_equal_to_const(const char *str, uint str_len, const char *cstr) in _ldap_str_equal_to_const() argument
1479 if (strlen(cstr) != str_len) in _ldap_str_equal_to_const()
1483 if (str[i] != cstr[i]) { in _ldap_str_equal_to_const()

Completed in 21 milliseconds