OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_inet_ntoa
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
inet_ntoa.c
54
__weak_alias(inet_ntoa,
_inet_ntoa
)
/external/dhcpcd-6.8.2/
configure
521
cat <<EOF >
_inet_ntoa
.c
530
if $XCC
_inet_ntoa
.c -o
_inet_ntoa
2>&3; then
532
elif $XCC
_inet_ntoa
.c -lnsl -o
_inet_ntoa
2>&3; then
535
elif $XCC
_inet_ntoa
.c -lsocket -o
_inet_ntoa
2>&3; then
543
rm -f
_inet_ntoa
.c
_inet_ntoa
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h
401
#define inet_ntoa
_inet_ntoa
Completed in 830 milliseconds