[go: nahoru, domu]

Searched refs:unname (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_debug.c573 static char unname[20]; local
583 snprintf(unname, sizeof(unname), "%d", number); /* XXX nonreentrant */
586 return (unname);
591 static char unname[20]; local
600 snprintf(unname, sizeof(unname), "%d", number); /* XXX nonreentrant */
603 return (unname);

Completed in 33 milliseconds