HomeSort by relevance Sort by last modified time
    Searched refs:unname (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c 452 static char unname[20]; local
462 sprintf(unname, "%d", number);
465 return (unname);
470 static char unname[20]; local
479 sprintf(unname, "%d", number);
482 return (unname);
  /bionic/libc/dns/resolv/
res_debug.c 573 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);
    [all...]

Completed in 5341 milliseconds