Home
last modified time | relevance | path

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

/glibc-2.36/inet/
Dgetnameinfo.c226 #define CHECKED_SNPRINTF(dest, destlen, format, ...) \ macro
356 return CHECKED_SNPRINTF in gni_host_inet_numeric()
360 return CHECKED_SNPRINTF in gni_host_inet_numeric()
467 return CHECKED_SNPRINTF (serv, servlen, "%d", ntohs (sinp->sin_port)); in gni_serv_inet()
/glibc-2.36/ChangeLog.old/
DChangeLog.1822310 (CHECKED_SNPRINTF): New macro.
22311 (gni_host_inet_numeric): Use CHECKED_SNPRINTF to write the scope
22314 (gni_serv_inet): Use CHECKED_SNPRINTF to write the service name.