Searched refs:strncasecmp (Results 1 - 8 of 8) sorted by relevance
/forgerock/web-agents-v4/source/ |
H A D | config_xml.c | 118 if (strncasecmp(val, "on", len) == 0 || strncasecmp(val, "true", len) == 0 || 119 strncasecmp(val, "local", len) == 0) { 121 } else if (strncasecmp(val, "off", len) == 0 || strncasecmp(val, "false", len) == 0 || 122 strncasecmp(val, "centralized", len) == 0) { 140 if (strncasecmp(val, "all", 3) == 0 || strncasecmp(val, "debug", len) == 0) { 142 } else if (strncasecmp(val, "error", len) == 0) { 144 } else if (strncasecmp(va [all...] |
H A D | platform.h | 46 #define strncasecmp _strnicmp macro
|
H A D | admin.c | 1620 if (ISVALID(input) && strncasecmp(input, "y", 1) == 0) { 1947 if (!ISVALID(input) || strncasecmp(input, "y", 1) != 0) { 1976 if (!ISVALID(input) || strncasecmp(input, "y", 1) != 0) { 2001 if (!ISVALID(input) || strncasecmp(input, "y", 1) != 0) {
|
H A D | policy_xml.c | 231 ctx->curr_action_decision->action = strncasecmp(val, "allow", len) == 0;
|
H A D | config_file.c | 108 if (strncasecmp(token, "all", 3) == 0 || strcasecmp(token, "debug") == 0) {
|
H A D | net_client.c | 389 strncasecmp(n->options->hostmap[i], n->uv.host, sep - n->options->hostmap[i]) == 0) {
|
H A D | utility.c | 2225 return (strncasecmp(_a->d_name, "agent_", 6) == 0);
|
/forgerock/web-agents-v4/cmocka/ |
H A D | cmocka_private.h | 34 # define strncasecmp _strnicmp macro
|
Completed in 2534 milliseconds