arch.c | 171 FullName(const char *archive, const char *member) 292 char *fullName; 302 fullName = FullName(lib.str, mem.str); 303 p = fullName; 311 gn = Targ_GetNode(fullName); 317 free(fullName); 321 free(fullName); 330 char *fullname = FullName(lib.str, member) local in function:Arch_ParseArchive 342 char *fullname = FullName(lib.str, mem.str); local in function:Arch_ParseArchive [all...] |