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

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dhardlink.c66 char *inodestr; local
85 free (inodestr);
91 /* inodestr contains the hexadecimal representation of an
93 inodestr = Xasprintf ("%lx", (unsigned long) sb.st_ino);
97 hp = findnode (hardlist, inodestr);
102 hp->key = inodestr;
109 free (inodestr);
173 char *inodestr, *path; local
201 /* inodestr contains the hexadecimal representation of an
203 inodestr
[all...]

Completed in 175 milliseconds