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

/macosx-10.10/file_cmds-242/pax/
H A Dpax_format.c183 int ext_header_entry [4*sizeof(o_option_table)/sizeof(O_OPTION_TYPE)], variable
556 ext_header_entry [ext_header_inx++] = i;
1055 if (!o_option_table[ext_header_entry[i]].active) continue; /* deleted keywords */
1056 if (strcmp(o_option_table[ext_header_entry[i]].name, "path")==0) {
1057 strlcpy(arcn->name,*(o_option_table[ext_header_entry[i]].x_value),
1059 arcn->nlen = strlen(*(o_option_table[ext_header_entry[i]].x_value));
1333 generate_pax_ext_header_and_data(arcn, ext_header_inx, &ext_header_entry[0],

Completed in 141 milliseconds