Home
last modified time | relevance | path

Searched refs:INET_NTOA_MAX_LEN (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Daddr.c113 #define INET_NTOA_MAX_LEN 16 /* max 12 digits + 3 '.'s + 1 nul */ in libc_hidden_def() macro
115 static char *__inet_ntoa_r(struct in_addr in, char buf[INET_NTOA_MAX_LEN]) in libc_hidden_def()
122 p = buf + INET_NTOA_MAX_LEN - 1; /* cannot use sizeof(buf) here */ in libc_hidden_def()
138 static char buf[INET_NTOA_MAX_LEN]; in strong_alias()

Completed in 3 milliseconds