/openbsd/gnu/usr.bin/perl/ext/VMS-DCLsym/ |
H A D | DCLsym.xs | 93 type = strNE(typestr,"GLOBAL") ? 131 type = strNE(typestr,"GLOBAL") ?
|
/openbsd/usr.bin/patch/ |
H A D | common.h | 49 #define strNE(s1,s2) (strcmp(s1, s2)) macro
|
/openbsd/gnu/usr.bin/perl/cygwin/ |
H A D | cygwin.c | 489 if (strNE(user,pathname)) { in XS() 494 if (strNE(user,pathname)) { in XS()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | locale.c | 571 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 D | malloc.c | 1838 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 D | util.c | 3385 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 D | numeric.c | 1580 assert(strNE(fake, "silence compiler warning")); in S_my_atof_infnan()
|
H A D | universal.c | 471 if (strNE(class_pv,"_charnames")) in XS()
|
H A D | handy.h | 701 #define strNE(s1,s2) (strcmp(s1,s2) != 0) macro
|
H A D | doio.c | 1494 if (*PL_inplace && strNE(PL_inplace, "*")) { in Perl_nextargv()
|
H A D | mg.c | 975 if (SvOK(sv) && strNE(SvPVX(sv), "")) { in Perl_magic_get()
|
H A D | toke.c | 10607 if ((*s == '[' || (*s == '{' && strNE(dest, "sub")))) { in S_scan_ident()
|
H A D | regcomp.c | 16335 if (strNE(name, empties_pat)) { in S_handle_names_wildcard()
|
H A D | Configure | 17674 else if (strNE(alternate, locale_name)) {
|
/openbsd/gnu/usr.bin/perl/ext/Opcode/ |
H A D | Opcode.xs | 273 if (!hvname || strNE(hvname, "main")) {
|
/openbsd/gnu/usr.bin/perl/dist/Unicode-Normalize/ |
H A D | Normalize.xs | 825 if (compat && (!canon || strNE(canon, compat)))
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 650 strNE # T
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 3773 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 D | POSIX.xs | 1721 if (strNE(perl_tz_env, crt_tz_env)) { in fix_win32_tzenv()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 826 Amd|bool|strNE|char* s1|char* s2
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5003007 | 1330 strNE # T
|