Lines Matching refs:STRCMP
986 if (STRCMP(fenc, ENC_UCSBOM) == 0) in readfile()
998 else if (enc_utf8 || STRCMP(p_enc, "latin1") == 0) in readfile()
3150 if (*fenc == NUL || STRCMP(p_enc, fenc) == 0) in need_conversion()
3236 if (STRCMP(ptr, "utf-8") == 0) in get_win_fio_flags()
3254 if ((enc_utf8 || STRCMP(p_enc, "latin1") == 0) in get_mac_fio_flags()
3650 if (fname != NULL && STRCMP(fname, retval) == 0) in buf_modname()
3725 if (p_fic && STRCMP(gettail(from), gettail(to)) != 0) in vim_rename()
4161 if (STRCMP(s, "reload") == 0 && *reason != 'd') in buf_check_timestamp()
4163 else if (STRCMP(s, "ask") == 0) in buf_check_timestamp()
4730 return STRCMP(name1, name2); in compare_readdirex_item()
4741 return STRCMP(*(char **)s1, *(char **)s2); in compare_readdir_item()