Lines Matching full:optarg
63 extern char *optarg;
1611 acolumn = string_to_uint(optarg);
1613 error_opt_arg(c, optarg);
1616 if (strcmp(optarg, "execve") != 0)
1618 optarg);
1640 qualify(optarg);
1643 if (putenv(optarg) < 0)
1659 opt_intr = string_to_uint_upto(optarg, NUM_INTR_OPTS - 1);
1661 error_opt_arg(c, optarg);
1669 outfname = optarg;
1672 i = string_to_uint(optarg);
1674 error_opt_arg(c, optarg);
1678 process_opt_p_list(optarg);
1681 pathtrace_select(optarg);
1690 i = string_to_uint(optarg);
1692 error_opt_arg(c, optarg);
1696 set_sortby(optarg);
1705 username = optarg;