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

/macosx-10.10/file_cmds-242/pax/
H A Dtar.c1183 expandname(char *buf, size_t len, char **gnu_name, const char *name, argument
1188 if (*gnu_name) {
1189 /* *gnu_name is NUL terminated */
1190 if ((nlen = strlcpy(buf, *gnu_name, len)) >= len)
1192 free(*gnu_name);
1193 *gnu_name = NULL;
H A Dpax_format.c1565 expandname(char *buf, size_t len, char **gnu_name, const char *name, size_t name_len) argument
1569 if (*gnu_name) {
1570 if ((nlen = strlcpy(buf, *gnu_name, len)) >= len)
1572 free(*gnu_name);
1573 *gnu_name = NULL;

Completed in 122 milliseconds