Lines Matching refs:strcasecmp
534 if (strcasecmp (str, "msgpack") == 0) { in lua_ucl_str_to_parse_type()
537 else if (strcasecmp (str, "sexp") == 0 || in lua_ucl_str_to_parse_type()
538 strcasecmp (str, "csexp") == 0) { in lua_ucl_str_to_parse_type()
541 else if (strcasecmp (str, "auto") == 0) { in lua_ucl_str_to_parse_type()
797 if (strcasecmp (strtype, "json") == 0) { in lua_ucl_str_to_emit_type()
800 else if (strcasecmp (strtype, "json-compact") == 0) { in lua_ucl_str_to_emit_type()
803 else if (strcasecmp (strtype, "yaml") == 0) { in lua_ucl_str_to_emit_type()
806 else if (strcasecmp (strtype, "config") == 0 || in lua_ucl_str_to_emit_type()
807 strcasecmp (strtype, "ucl") == 0) { in lua_ucl_str_to_emit_type()
1116 if (strcasecmp (strtype, "json") == 0) { in lua_ucl_to_format()
1119 else if (strcasecmp (strtype, "json-compact") == 0) { in lua_ucl_to_format()
1122 else if (strcasecmp (strtype, "yaml") == 0) { in lua_ucl_to_format()
1125 else if (strcasecmp (strtype, "config") == 0 || in lua_ucl_to_format()
1126 strcasecmp (strtype, "ucl") == 0) { in lua_ucl_to_format()
1129 else if (strcasecmp (strtype, "msgpack") == 0) { in lua_ucl_to_format()