Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/ext/VMS-DCLsym/
DDCLsym.xs93 type = strNE(typestr,"GLOBAL") ?
131 type = strNE(typestr,"GLOBAL") ?
/openbsd/src/usr.bin/patch/
Dcommon.h49 #define strNE(s1,s2) (strcmp(s1, s2)) macro
/openbsd/src/gnu/usr.bin/perl/cygwin/
Dcygwin.c489 if (strNE(user,pathname)) { in XS()
494 if (strNE(user,pathname)) { in XS()
/openbsd/src/gnu/usr.bin/perl/
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()
1150 if (action == check_that_overridden && strNE(result, temp)) { \
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()
[all …]
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()
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)) {
Dnumeric.c1580 assert(strNE(fake, "silence compiler warning")); in S_my_atof_infnan()
Duniversal.c471 if (strNE(class_pv,"_charnames")) in XS()
Dhandy.h701 #define strNE(s1,s2) (strcmp(s1,s2) != 0) macro
Ddoio.c1494 if (*PL_inplace && strNE(PL_inplace, "*")) { in Perl_nextargv()
Dmg.c975 if (SvOK(sv) && strNE(SvPVX(sv), "")) { in Perl_magic_get()
Dregcomp.c16335 if (strNE(name, empties_pat)) { in S_handle_names_wildcard()
Dtoke.c10607 if ((*s == '[' || (*s == '{' && strNE(dest, "sub")))) { in S_scan_ident()
DConfigure17674 else if (strNE(alternate, locale_name)) {
/openbsd/src/gnu/usr.bin/perl/ext/Opcode/
DOpcode.xs273 if (!hvname || strNE(hvname, "main")) {
/openbsd/src/gnu/usr.bin/perl/dist/Unicode-Normalize/
DNormalize.xs825 if (compat && (!canon || strNE(canon, compat)))
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007650 strNE # T
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
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/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs1721 if (strNE(perl_tz_env, crt_tz_env)) { in fix_win32_tzenv()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc826 Amd|bool|strNE|char* s1|char* s2
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50030071330 strNE # T