Home
last modified time | relevance | path

Searched refs:strNE (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/VMS-DCLsym/
H A DDCLsym.xs93 type = strNE(typestr,"GLOBAL") ?
131 type = strNE(typestr,"GLOBAL") ?
/openbsd/usr.bin/patch/
H A Dcommon.h49 #define strNE(s1,s2) (strcmp(s1, s2)) macro
/openbsd/gnu/usr.bin/perl/cygwin/
H A Dcygwin.c489 if (strNE(user,pathname)) { in XS()
494 if (strNE(user,pathname)) { in XS()
/openbsd/gnu/usr.bin/perl/
H A Dlocale.c571 if (locale && strNE(locale, "")) { in S_positional_setlocale()
592 if (strNE(locale, "")) locale = S_positional_name_value_xlation(locale, 0); in S_positional_newlocale()
1086 if ( strNE(__FILE__, higher_caller_file) in Perl_locale_panic()
1390 if (strNE(saved_first, output[index])) { in S_parse_LC_ALL_string()
2224 assert(strNE(retval, "")); in S_querylocale_2008_i()
2603 if (strNE(old_messages_locale, querylocale_c(LC_MESSAGES))) { in S_bool_setlocale_2008_i()
3019 if (! disparate && strNE(entry, locales_list[0])) { in S_calculate_LC_ALL_string()
3236 if (lc_all && strNE(lc_all, "")) { in S_find_locale_from_environment()
3273 if (env_override && strNE(env_override, "")) { in S_find_locale_from_environment()
3382 if ( strNE(__FILE__, higher_caller_file) in S_setlocale_failure_panic_via_i()
[all …]
H A Dmalloc.c1838 bad_free_warn = (pbf) ? strNE("0", pbf) : 1; in Perl_mfree()
1943 bad_free_warn = (pbf) ? strNE("0", pbf) : 1; in Perl_realloc()
H A Dutil.c3385 if (strNE(a,b)) in Perl_same_dirent()
4887 bool via_env = cBOOL(s && strNE(s, "0") && strNE(s,""));
6021 strNE(dl_info->dli_fname, ctx->fname_prev)) {
6168 strNE(dl_info->dli_fname, ctx->fname)) {
H A Dnumeric.c1580 assert(strNE(fake, "silence compiler warning")); in S_my_atof_infnan()
H A Duniversal.c471 if (strNE(class_pv,"_charnames")) in XS()
H A Dhandy.h701 #define strNE(s1,s2) (strcmp(s1,s2) != 0) macro
H A Ddoio.c1494 if (*PL_inplace && strNE(PL_inplace, "*")) { in Perl_nextargv()
H A Dmg.c975 if (SvOK(sv) && strNE(SvPVX(sv), "")) { in Perl_magic_get()
H A Dtoke.c10607 if ((*s == '[' || (*s == '{' && strNE(dest, "sub")))) { in S_scan_ident()
H A Dregcomp.c16335 if (strNE(name, empties_pat)) { in S_handle_names_wildcard()
H A DConfigure17674 else if (strNE(alternate, locale_name)) {
/openbsd/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.xs273 if (!hvname || strNE(hvname, "main")) {
/openbsd/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.xs825 if (compat && (!canon || strNE(canon, compat)))
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007650 strNE # T
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs3773 if (strNE(label,"foo")) croak("fail # cop_fetch_label label");
3779 if (strNE(label,"fo\xc3\xa4")) croak("fail # cop_fetch_label label");
3910 if (strNE(test_op_list_describe(o), (expect))) \
4025 if (strNE(test_op_linklist_describe(o), (expect))) \
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1721 if (strNE(perl_tz_env, crt_tz_env)) { in fix_win32_tzenv()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc826 Amd|bool|strNE|char* s1|char* s2
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50030071330 strNE # T