Lines Matching refs:strcmp
399 if (errors == NULL || strcmp(errors, "strict") == 0) {
402 if (strcmp(errors, "surrogateescape") == 0) {
405 if (strcmp(errors, "replace") == 0) {
408 if (strcmp(errors, "ignore") == 0) {
411 if (strcmp(errors, "backslashreplace") == 0) {
414 if (strcmp(errors, "surrogatepass") == 0) {
417 if (strcmp(errors, "xmlcharrefreplace") == 0) {
3590 if (strcmp(lower, "ascii") == 0
3591 || strcmp(lower, "us_ascii") == 0) {
3595 else if (strcmp(lower, "mbcs") == 0) {
3599 else if (strcmp(lower, "latin1") == 0
3600 || strcmp(lower, "latin_1") == 0
3601 || strcmp(lower, "iso_8859_1") == 0
3602 || strcmp(lower, "iso8859_1") == 0) {
3863 if (strcmp(lower, "ascii") == 0
3864 || strcmp(lower, "us_ascii") == 0) {
3868 else if (strcmp(lower, "mbcs") == 0) {
3872 else if (strcmp(lower, "latin1") == 0 ||
3873 strcmp(lower, "latin_1") == 0 ||
3874 strcmp(lower, "iso_8859_1") == 0 ||
3875 strcmp(lower, "iso8859_1") == 0) {
7513 if ((errors == NULL || strcmp(errors, "strict") == 0) && final) {
7710 if (errors != NULL && strcmp(errors, "replace") == 0)
7870 if (errors == NULL || strcmp(errors, "strict") == 0) {
9228 ignore = (errors != NULL && strcmp(errors, "ignore") == 0);
15985 fs_codec->utf8 = (strcmp(encoding, "utf-8") == 0);