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

/macosx-10.10/xar-254/xar/lib/
H A Dstat.c145 xar_prop_set(f, "acl/default", t);
163 xar_prop_set(f, "acl/access", t);
185 xar_prop_set(f, "acl/appleextended", t);
283 xar_prop_set(f, opt, NULL);
403 xar_prop_set(f, "type", "file");
419 xar_prop_set(f, "type", "hardlink");
431 xar_prop_set(f, "type", type);
441 xar_prop_set(f, "device/major", tmpstr);
444 xar_prop_set(f, "device/minor", tmpstr);
453 xar_prop_set(
[all...]
H A Dext2.c71 xar_prop_set(f, opt, NULL);
113 xar_prop_set(f, XAR_EXT2_FORK, NULL);
H A Darchive.c442 xar_prop_set(XAR_FILE(x), "checksum", NULL);
447 xar_prop_set(XAR_FILE(x), "checksum/size", "20");
453 xar_prop_set(XAR_FILE(x), "checksum/size", "32");
459 xar_prop_set(XAR_FILE(x), "checksum/size", "64");
465 xar_prop_set(XAR_FILE(x), "checksum/size", "16");
468 xar_prop_set(XAR_FILE(x), "checksum/offset", "0");
477 xar_prop_set(XAR_FILE(x), "creation-time", timestr);
881 xar_prop_set(ret, "name", name);
971 xar_prop_set(ret, "name", name);
972 xar_prop_set(re
[all...]
H A Dmacho.c127 xar_prop_set(f, "contents/type", "Mach-O Fat File");
137 xar_prop_set(f, "contents/type", "Mach-O Fat File");
242 xar_prop_set(f, "contents/type", typestr);
245 xar_prop_set(f, typestr2, typestr);
H A Dsubdoc.c66 return xar_prop_set((xar_file_t)s, key, value);
H A Dfiletree.c481 * Summary: This is an internal helper function for xar_prop_set() which
544 /* xar_prop_set
561 int32_t xar_prop_set(xar_file_t f, const char *key, const char *value) { function
568 * Same as xar_prop_set, except it takes a xar_prop_t which will be
577 * Identical to xar_prop_set, except it will not overwrite an existing
/macosx-10.10/xar-254/xar/include/
H A Dxar.h.in169 int32_t xar_prop_set(xar_file_t f, const char *key, const char *value);

Completed in 162 milliseconds