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

/macosx-10.10/rsync-45/rsync/
H A Duidlist.c126 char *gidbuf = new_array(char, ngroups*21+32); local
127 if (!gidbuf)
129 pos = snprintf(gidbuf, 32, "process has %d gid%s: ",
132 pos += snprintf(gidbuf+pos, 21, " %d", (int)gidset[n]);
134 rprintf(FINFO, "%s\n", gidbuf);
135 free(gidbuf);
H A Dflist.c1775 char uidbuf[16], gidbuf[16], depthbuf[16]; local
1787 snprintf(gidbuf, sizeof gidbuf, " gid=%ld", (long)file->gid);
1789 *gidbuf = '\0';
1797 (double)file->length, uidbuf, gidbuf, file->flags);

Completed in 163 milliseconds