Home
last modified time | relevance | path

Searched refs:not_here (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/lang/perl5.30/perl-5.30.3/ext/POSIX/
H A DPOSIX.xs1088 not_here("rint"); in my_rint()
2361 not_here("cbrt");
2374 not_here("erf");
2405 not_here("j0");
2412 not_here("j1");
2499 not_here("y0");
2507 not_here("y1");
2864 not_here("remquo");
2878 not_here("scalbn");
2895 not_here("fma");
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/POSIX/
H A DPOSIX.xs1096 not_here("rint"); in my_rint()
2365 not_here("cbrt");
2378 not_here("erf");
2409 not_here("j0");
2416 not_here("j1");
2503 not_here("y0");
2511 not_here("y1");
2859 not_here("remquo");
2873 not_here("scalbn");
2890 not_here("fma");
[all …]
/dports/lang/perl5.32/perl-5.32.1/ext/POSIX/
H A DPOSIX.xs1088 not_here("rint"); in my_rint()
2357 not_here("cbrt");
2370 not_here("erf");
2401 not_here("j0");
2408 not_here("j1");
2495 not_here("y0");
2503 not_here("y1");
2860 not_here("remquo");
2874 not_here("scalbn");
2891 not_here("fma");
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/POSIX/
H A DPOSIX.xs1085 not_here("rint"); in my_rint()
2350 not_here("cbrt");
2363 not_here("erf");
2394 not_here("j0");
2401 not_here("j1");
2488 not_here("y0");
2496 not_here("y1");
2844 not_here("remquo");
2858 not_here("scalbn");
2875 not_here("fma");
[all …]
/dports/devel/p5-Locale-gettext/Locale-gettext-1.07/
H A Dgettext.xs30 #define dgettext(a,b) not_here("dgettext")
31 #define dcgettext(a,b,c) not_here("dcgettext")
33 #define dngettext(a,b,c,d) not_here("dngettext")
34 #define dcngettext(a,b,c,d,e) not_here("dcngettext")
41 #define ngettext(a,b,c) not_here("ngettext")
42 #define dngettext(a,b,c,d) not_here("dngettext")
43 #define dncgettext(a,b,c,d,e) not_here("dcngettext")
49 #define bind_textdomain_codeset(a,b) not_here("bind_textdomain_codeset")
56 not_here(char *s) in not_here() function
/dports/net/p5-Socket6/Socket6-0.29/
H A DSocket6.xs114 not_here(char *s) in not_here() function
465 ST(0) = (SV *) not_here("gethostbyname2");
506 ST(0) = (SV *) not_here("inet_pton"); in inet_pton()
554 ST(0) = (SV *) not_here("inet_ntop"); in inet_ntop()
577 ST(0) = (SV *) not_here("pack_sockaddr_in6"); in pack_sockaddr_in6()
695 ST(0) = (SV *) not_here("in6addr_any"); in in6addr_any()
707 ST(0) = (SV *) not_here("in6addr_loopback"); in in6addr_loopback()
765 ST(0) = (SV *) not_here("getaddrinfo");
817 ST(0) = (SV *) not_here("getnameinfo");
872 ST(0) = (SV *) not_here("getipnodebyname");
[all …]
/dports/devel/py-pep562/pep562-1.1/tests/
H A Dtest_pep562.py34 overridden.not_here
60 overridden_helper.not_here
76 not_overridden.not_here
/dports/databases/p5-GDBM/perl-5.14.2/ext/GDBM_File/
H A DGDBM_File.xs32 not_here(char *s) in not_here() function
56 #define gdbm_exists(db,key) not_here("gdbm_exists")
57 #define gdbm_sync(db) (void) not_here("gdbm_sync")
58 #define gdbm_setopt(db,optflag,optval,optlen) not_here("gdbm_setopt")
/dports/lang/perl5.30/perl-5.30.3/ext/GDBM_File/
H A DGDBM_File.xs36 not_here(char *s) in not_here() function
60 #define gdbm_exists(db,key) not_here("gdbm_exists")
61 #define gdbm_sync(db) (void) not_here("gdbm_sync")
62 #define gdbm_setopt(db,optflag,optval,optlen) not_here("gdbm_setopt")
/dports/lang/perl5.32/perl-5.32.1/ext/GDBM_File/
H A DGDBM_File.xs36 not_here(char *s) in not_here() function
60 #define gdbm_exists(db,key) not_here("gdbm_exists")
61 #define gdbm_sync(db) (void) not_here("gdbm_sync")
62 #define gdbm_setopt(db,optflag,optval,optlen) not_here("gdbm_setopt")
/dports/lang/perl5.34/perl-5.34.0/cpan/Socket/
H A DSocket.xs457 not_here(const char *s) in not_here() function
892 if (0) not_here("dummy"); in pack_sockaddr_un()
908 ST(0) = (SV*)not_here("pack_sockaddr_un"); in pack_sockaddr_un()
1207 ST(0) = (SV*)not_here("inet_ntop");
1251 ST(0) = (SV*)not_here("inet_pton");
1288 not_here("pack_ip_mreq");
1310 not_here("unpack_ip_mreq"); in unpack_ip_mreq()
1360 not_here("pack_ip_mreq_source");
1384 not_here("unpack_ip_mreq_source"); in unpack_ip_mreq_source()
1412 not_here("pack_ipv6_mreq"); in pack_ipv6_mreq()
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Socket/
H A DSocket.xs438 not_here(const char *s) in not_here() function
860 if (0) not_here("dummy"); in pack_sockaddr_un()
876 ST(0) = (SV*)not_here("pack_sockaddr_un"); in pack_sockaddr_un()
1167 ST(0) = (SV*)not_here("inet_ntop");
1211 ST(0) = (SV*)not_here("inet_pton");
1248 not_here("pack_ip_mreq");
1270 not_here("unpack_ip_mreq"); in unpack_ip_mreq()
1320 not_here("pack_ip_mreq_source");
1344 not_here("unpack_ip_mreq_source"); in unpack_ip_mreq_source()
1372 not_here("pack_ipv6_mreq"); in pack_ipv6_mreq()
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Socket/
H A DSocket.xs457 not_here(const char *s) in not_here() function
879 if (0) not_here("dummy"); in pack_sockaddr_un()
895 ST(0) = (SV*)not_here("pack_sockaddr_un"); in pack_sockaddr_un()
1186 ST(0) = (SV*)not_here("inet_ntop");
1230 ST(0) = (SV*)not_here("inet_pton");
1267 not_here("pack_ip_mreq");
1289 not_here("unpack_ip_mreq"); in unpack_ip_mreq()
1339 not_here("pack_ip_mreq_source");
1363 not_here("unpack_ip_mreq_source"); in unpack_ip_mreq_source()
1391 not_here("pack_ipv6_mreq"); in pack_ipv6_mreq()
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/IO/
H A DIO.xs72 static int not_here(const char *s) __attribute__noreturn__;
74 not_here(const char *s) in not_here() function
346 not_here("IO::Poll::poll");
496 not_here("IO::Handle::setbuf");
527 RETVAL = (SysRet) not_here("IO::Handle::setvbuf");
556 RETVAL = (SysRet) not_here("IO::Handle::sync");
601 not_here("IO::Socket::atmark");
/dports/textproc/texi2html/texi2html-5.0/lib/libintl-perl/tests/
H A D03dcnpgettext_xs.t43 bindtextdomain not_here => $locale_dir;
50 my $translation = dcnpgettext (not_here => $context3, $strings3[0], $strings3[1], $_, LC_MESSAGES);
60 my $translation = dcnpgettext (not_here => $context, $strings[0], $strings[1], $_, LC_MESSAGES);
H A D03dcnpgettext_pp.t43 bindtextdomain not_here => $locale_dir;
50 my $translation = dcnpgettext (not_here => $context3, $strings3[0], $strings3[1], $_, LC_MESSAGES);
60 my $translation = dcnpgettext (not_here => $context, $strings[0], $strings[1], $_, LC_MESSAGES);
H A D03dnpgettext_pp.t44 bindtextdomain not_here => $locale_dir;
51 my $translation = dnpgettext (not_here => $context3, $strings3[0], $strings3[1], $_);
61 my $translation = dnpgettext (not_here => $context, $strings[0], $strings[1], $_);
H A D03dnpgettext_xs.t44 bindtextdomain not_here => $locale_dir;
51 my $translation = dnpgettext (not_here => $context3, $strings3[0], $strings3[1], $_);
61 my $translation = dnpgettext (not_here => $context, $strings[0], $strings[1], $_);
/dports/net/p5-Socket/Socket-2.032/
H A DSocket.xs461 not_here(const char *s) in not_here() function
896 if (0) not_here("dummy"); in pack_sockaddr_un()
912 ST(0) = (SV*)not_here("pack_sockaddr_un"); in pack_sockaddr_un()
1211 ST(0) = (SV*)not_here("inet_ntop");
1255 ST(0) = (SV*)not_here("inet_pton");
1292 not_here("pack_ip_mreq");
1314 not_here("unpack_ip_mreq"); in unpack_ip_mreq()
1364 not_here("pack_ip_mreq_source");
1388 not_here("unpack_ip_mreq_source"); in unpack_ip_mreq_source()
1416 not_here("pack_ipv6_mreq"); in pack_ipv6_mreq()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Socket/
H A DSocket.xs461 not_here(const char *s) in not_here() function
896 if (0) not_here("dummy"); in pack_sockaddr_un()
912 ST(0) = (SV*)not_here("pack_sockaddr_un"); in pack_sockaddr_un()
1211 ST(0) = (SV*)not_here("inet_ntop");
1255 ST(0) = (SV*)not_here("inet_pton");
1292 not_here("pack_ip_mreq");
1314 not_here("unpack_ip_mreq"); in unpack_ip_mreq()
1364 not_here("pack_ip_mreq_source");
1388 not_here("unpack_ip_mreq_source"); in unpack_ip_mreq_source()
1416 not_here("pack_ipv6_mreq"); in pack_ipv6_mreq()
[all …]
/dports/print/texinfo/texinfo-6.8/tp/maintain/lib/libintl-perl/tests/
H A D03dnpgettext_pp.t44 bindtextdomain not_here => $locale_dir;
51 my $translation = dnpgettext (not_here => $context3, $strings3[0], $strings3[1], $_);
61 my $translation = dnpgettext (not_here => $context, $strings[0], $strings[1], $_);
H A D03dcnpgettext_xs.t43 bindtextdomain not_here => $locale_dir;
50 my $translation = dcnpgettext (not_here => $context3, $strings3[0], $strings3[1], $_, LC_MESSAGES);
60 my $translation = dcnpgettext (not_here => $context, $strings[0], $strings[1], $_, LC_MESSAGES);
H A D03dcnpgettext_pp.t43 bindtextdomain not_here => $locale_dir;
50 my $translation = dcnpgettext (not_here => $context3, $strings3[0], $strings3[1], $_, LC_MESSAGES);
60 my $translation = dcnpgettext (not_here => $context, $strings[0], $strings[1], $_, LC_MESSAGES);
H A D03dnpgettext_xs.t44 bindtextdomain not_here => $locale_dir;
51 my $translation = dnpgettext (not_here => $context3, $strings3[0], $strings3[1], $_);
61 my $translation = dnpgettext (not_here => $context, $strings[0], $strings[1], $_);
/dports/devel/p5-Locale-libintl/libintl-perl-1.32/tests/
H A D03dcnpgettext_pp.t43 bindtextdomain not_here => $locale_dir;
50 my $translation = dcnpgettext (not_here => $context3, $strings3[0], $strings3[1], $_, LC_MESSAGES);
60 my $translation = dcnpgettext (not_here => $context, $strings[0], $strings[1], $_, LC_MESSAGES);

123456789