Home
last modified time | relevance | path

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

/dports/archivers/gcpio/cpio-2.13/src/
H A Didcache.c137 char groupnum_string[20]; in getgroup() local
148 sprintf (groupnum_string, "%u", (unsigned int) gid); in getgroup()
149 tail->name = xstrdup (groupnum_string); in getgroup()