glibc/inet
Alejandro Colomar 53fcdf5f74 Silence most -Wzero-as-null-pointer-constant diagnostics
Replace 0 by NULL and {0} by {}.

Omit a few cases that aren't so trivial to fix.

Link: <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117059>
Link: <https://software.codidact.com/posts/292718/292759#answer-292759>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2024-11-25 16:45:59 -03:00
..
arpa Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
netinet Add IPPROTO_SMC from Linux 6.11 to netinet/in.h 2024-10-10 10:28:04 -03:00
protocols
rpc Move <rpc/netdb.h> from sunrpc to inet 2020-07-17 15:19:35 +02:00
bindresvport.c Move non-deprecated RPC-related functions from sunrpc to inet 2020-07-08 17:25:57 +02:00
bug-if1.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
check_native.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
check_pf.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
deadline.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
etc.rpc Move non-deprecated RPC-related functions from sunrpc to inet 2020-07-08 17:25:57 +02:00
ether_aton_r.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ether_aton.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ether_line.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ether_ntoa_r.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ether_ntoa.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
getipv4sourcefilter.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
getsourcefilter.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
herrno-loc.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
herrno.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
htonl.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
htons.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
htontest.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
idna_name_classify.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
idna.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
if_index.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifaddrs.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifaddrs.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ifreq.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
in6_addr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
inet6_opt.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
inet6_option.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
inet6_rth.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
inet6_scopeid_pton.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
inet_lnaof.c
inet_mkadr.c
inet_net.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
inet_netof.c
inet_ntoa.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Makefile inet: test if_nametoindex and if_indextoname 2024-08-19 17:37:37 -04:00
net-internal.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
rcmd.c Silence most -Wzero-as-null-pointer-constant diagnostics 2024-11-25 16:45:59 -03:00
rexec.c Silence most -Wzero-as-null-pointer-constant diagnostics 2024-11-25 16:45:59 -03:00
ruserpass.c Silence most -Wzero-as-null-pointer-constant diagnostics 2024-11-25 16:45:59 -03:00
setipv4sourcefilter.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
setsourcefilter.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
test_ifindex.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
test-hnto-types.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
test-ifaddrs.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
test-inet6_opt.c
tst-checks-posix.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-checks.c
tst-deadline.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-ether_aton.c
tst-ether_line.c
tst-getni1.c
tst-getni2.c
tst-idna_name_classify.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-if_index-long.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-if_nameindex.c inet: Avoid label at end of compound statement in tst-if_nameindex 2024-08-26 16:45:31 +02:00
tst-inet6_rth.c
tst-inet6_scopeid_pton.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-network.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-ntoa.c
tst-sockaddr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Versions Move 'services' routines from 'inet' into 'nss' 2023-10-24 12:31:00 +02:00