Home | History | Annotate | Download | only in src

Lines Matching refs:instance

54 			    int argc, long int instance);
56 long int instance);
80 { NULL, 'N', NULL, 0, N_("Use instance [COUNT] of name."), 0 },
197 long int instance = -1;
215 if (((instance = strtol (argv[remaining], &endp, 10)) == LONG_MAX
217 || instance <= 0
257 status = do_oper_extract (operation, arfname, argv, argc, instance);
261 status = do_oper_delete (arfname, argv, argc, instance);
457 long int instance)
537 if (res != NULL && (instance < 0 || instance-- == 0)
915 long int instance)
959 if (res != NULL && (instance < 0 || instance-- == 0)