Searched refs:strncmp (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_setup_requests.c39 * Return the result of strncmp, so 0 means no differences, etc.
42 return strncmp(prefix, string, strlen(prefix));
/forgerock/web-agents-v4/source/
H A Dproperty_map.c124 if (strncmp(key, e->key, len) == 0 && e->key [len] == 0) {
H A Dconfig_xml.c486 strncmp(val, "[]=", len) == 0 || strncmp(val, "[0]=", len) == 0) return;
H A Dutility.c851 if (strncmp(line, property, l) == 0 && line[l] != '\0' &&
1009 strncmp(token, rq->conf->cookie_name, cn_sz) == 0) {
1016 rq->conf->cdsso_enable && strncmp(token, "LARES=", 6) == 0) {
1089 !strncmp(tok, cookie_name, cookie_name_len)) {
H A Dconfig_file.c61 if (strncmp(tn, name, name_sz) == 0) {
/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h370 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) macro
2675 strncmp((char *)(str1), (char *)(str2), (num))
2677 strncmp((char *)(str1), (str2), (num))

Completed in 57 milliseconds