Lines Matching refs:oper
60 static int do_oper_extract (int oper, const char *arfname, char **argv,
64 static int do_oper_insert (int oper, const char *arfname, char **argv,
451 do_oper_extract (int oper, const char *arfname, char **argv, int argc, in do_oper_extract() argument
528 if (oper == oper_print) in do_oper_extract()
536 else if (oper == oper_list) in do_oper_extract()
568 if (oper == oper_list) in do_oper_extract()
590 if (oper == oper_print) in do_oper_extract()
653 if (oper != oper_print) in do_oper_extract()
1078 do_oper_insert (int oper, const char *arfname, char **argv, int argc, in do_oper_insert() argument
1084 int fd = open_archive (arfname, O_RDONLY, 0, &elf, &st, oper != oper_move); in do_oper_insert()
1109 if (oper != oper_qappend) in do_oper_insert()
1149 if (oper != oper_qappend) in do_oper_insert()
1171 if (unlikely (ipos != ipos_none || oper == oper_move)) in do_oper_insert()
1198 if (oper != oper_qappend) in do_oper_insert()
1206 if (oper == oper_move) in do_oper_insert()
1325 if (oper != oper_replace || found[cnt]->old_off == -1) in do_oper_insert()
1385 return do_oper_insert (oper, arfname, argv, argc, member); in do_oper_insert()