Lines Matching defs:instance
53 int argc, long int instance);
55 long int instance);
79 { NULL, 'N', NULL, 0, N_("Use instance [COUNT] of name."), 0 },
196 long int instance = -1;
214 if (((instance = strtol (argv[remaining], &endp, 10)) == LONG_MAX
216 || instance <= 0
256 status = do_oper_extract (operation, arfname, argv, argc, instance);
260 status = do_oper_delete (arfname, argv, argc, instance);
442 long int instance)
522 if (res != NULL && (instance < 0 || instance-- == 0)
909 long int instance)
953 if (res != NULL && (instance < 0 || instance-- == 0)