Lines Matching refs:oper
53 static int do_oper_extract (int oper, const char *arfname, char **argv,
57 static int do_oper_insert (int oper, const char *arfname, char **argv,
456 do_oper_extract (int oper, const char *arfname, char **argv, int argc, in do_oper_extract() argument
546 if (oper == oper_print) in do_oper_extract()
554 else if (oper == oper_list) in do_oper_extract()
586 if (oper == oper_list) in do_oper_extract()
608 if (oper == oper_print) in do_oper_extract()
670 if (oper != oper_print) in do_oper_extract()
1094 do_oper_insert (int oper, const char *arfname, char **argv, int argc, in do_oper_insert() argument
1100 int fd = open_archive (arfname, O_RDONLY, 0, &elf, &st, oper != oper_move); in do_oper_insert()
1126 if (oper != oper_qappend) in do_oper_insert()
1166 if (oper != oper_qappend) in do_oper_insert()
1188 if (unlikely (ipos != ipos_none || oper == oper_move)) in do_oper_insert()
1215 if (oper != oper_qappend) in do_oper_insert()
1223 if (oper == oper_move) in do_oper_insert()
1343 if (oper != oper_replace || found[cnt]->old_off == -1) in do_oper_insert()
1403 return do_oper_insert (oper, arfname, argv, argc, member); in do_oper_insert()