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

/macosx-10.10.1/file_cmds-242/pax/
H A Dpax_format.c129 char ** x_value; /* -o keyword:= value */ member in struct:__anon8670
547 o_option_table[i].x_value == NULL ) {
555 *(o_option_table[i].x_value) = opt->value;
583 *(o_option_table[i].x_value) = "YES";
684 if (*o_option_table[got_option].x_value) {
685 current_value = *o_option_table[got_option].x_value;
767 current_value = *o_option_table[i].x_value;
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));
1194 str = *(o_option_table[table[i]].x_value);
[all...]

Completed in 61 milliseconds