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

/macosx-10.9.5/xar-202/xar/lib/
H A Darchive.h83 char *path_prefix; /* used for distinguishing absolute paths */ member in struct:__xar_t
H A Darchive.c890 asprintf(&tmp, "%s%s%s", XAR(x)->path_prefix, prefix, name);
981 asprintf(&tmp, "%s%s%s", XAR(x)->path_prefix, prefix, name);
1153 XAR(x)->path_prefix = "/";
1156 XAR(x)->path_prefix = "";

Completed in 108 milliseconds