glibc/inet
Florian Weimer 58548b9d68 Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
In the future, this will result in a compilation failure if the
macros are unexpectedly undefined (due to header inclusion ordering
or header inclusion missing altogether).

Assembler sources are more difficult to convert.  In many cases,
they are hand-optimized for the mangling and no-mangling variants,
which is why they are not converted.

sysdeps/s390/s390-32/__longjmp.c and sysdeps/s390/s390-64/__longjmp.c
are special: These are C sources, but most of the implementation is
in assembler, so the PTR_DEMANGLE macro has to be undefined in some
cases, to match the assembler style.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2022-10-18 17:04:10 +02:00
..
arpa Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
netinet Move ip_mreqn structure from Linux to generic 2022-08-15 22:43:15 +02:00
protocols
rpc
aliases.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
bindresvport.c
bug-if1.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
check_native.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
check_pf.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
deadline.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
etc.rpc
ether_aton_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ether_aton.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ether_hton.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ether_line.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ether_ntoa_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ether_ntoa.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ether_ntoh.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getaliasent_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getaliasent.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getaliasname_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getaliasname.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gethstbyad_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gethstbyad.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gethstbynm2_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gethstbynm2.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gethstbynm_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gethstbynm.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gethstent_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gethstent.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getipv4sourcefilter.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getnameinfo.c inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory 2022-03-08 12:51:29 -03:00
getnetbyad_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getnetbyad.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getnetbynm_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getnetbynm.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getnetent_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getnetent.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getnetgrent_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getnetgrent.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getproto_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getproto.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getprtent_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getprtent.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getprtname_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getprtname.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getrpcbyname_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getrpcbyname.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getrpcbynumber_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getrpcbynumber.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getrpcent_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getrpcent.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getservent_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getservent.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getsourcefilter.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getsrvbynm_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getsrvbynm.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getsrvbypt_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getsrvbypt.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
herrno-loc.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
herrno.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
htonl.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
htons.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
htontest.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
idna_name_classify.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
idna.c Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
if_index.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ifaddrs.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ifaddrs.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ifreq.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
in6_addr.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
inet6_opt.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
inet6_option.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
inet6_rth.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
inet6_scopeid_pton.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
inet_lnaof.c
inet_mkadr.c
inet_net.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
inet_netof.c
inet_ntoa.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Makefile Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
net-internal.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
netgroup.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
rcmd.c inet: Turn __ivaliduser into a compatibility symbol 2022-08-10 08:40:15 +02:00
rexec.c
ruserpass.c inet: Use 64 bit stat for ruserpass (BZ# 29210) 2022-06-01 13:23:16 -03:00
setipv4sourcefilter.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
setsourcefilter.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test_ifindex.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-hnto-types.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-ifaddrs.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test-inet6_opt.c
tst-checks-posix.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-checks.c
tst-deadline.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-ether_aton.c
tst-ether_line.c
tst-gethnm.c
tst-getni1.c
tst-getni2.c
tst-idna_name_classify.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-if_index-long.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-inet6_rth.c
tst-inet6_scopeid_pton.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-network.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-ntoa.c
tst-sockaddr.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Versions