Searched refs:strncasecmp (Results 1 - 8 of 8) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dconfig_xml.c118 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 Dplatform.h46 #define strncasecmp _strnicmp macro
H A Dadmin.c1620 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 Dpolicy_xml.c231 ctx->curr_action_decision->action = strncasecmp(val, "allow", len) == 0;
H A Dconfig_file.c108 if (strncasecmp(token, "all", 3) == 0 || strcasecmp(token, "debug") == 0) {
H A Dnet_client.c389 strncasecmp(n->options->hostmap[i], n->uv.host, sep - n->options->hostmap[i]) == 0) {
H A Dutility.c2225 return (strncasecmp(_a->d_name, "agent_", 6) == 0);
/forgerock/web-agents-v4/cmocka/
H A Dcmocka_private.h34 # define strncasecmp _strnicmp macro

Completed in 283 milliseconds