Lines Matching full:optarg
35 extern char *optarg;
1655 max_mount_count = strtol(optarg, &tmp, 0);
1659 optarg);
1668 mount_count = strtoul(optarg, &tmp, 0);
1672 optarg);
1679 if (strcmp(optarg, "continue") == 0)
1681 else if (strcmp(optarg, "remount-ro") == 0)
1683 else if (strcmp(optarg, "panic") == 0)
1688 optarg);
1695 extended_cmd = optarg;
1702 resgid = strtoul(optarg, &tmp, 0);
1704 gr = getgrnam(optarg);
1706 tmp = optarg;
1715 optarg);
1722 interval = strtoul(optarg, &tmp, 0);
1747 _("bad interval - %s"), optarg);
1759 parse_journal_opts(optarg);
1766 new_label = optarg;
1772 reserved_ratio = strtod(optarg, &tmp);
1777 optarg);
1784 new_last_mounted = optarg;
1794 mntopts_cmd = optarg;
1803 features_cmd = optarg;
1808 ret = parse_quota_opts(optarg, option_handle_function);
1814 reserved_blocks = strtoul(optarg, &tmp, 0);
1818 optarg);
1825 s_flag = atoi(optarg);
1830 last_check_time = parse_time(optarg);
1834 resuid = strtoul(optarg, &tmp, 0);
1836 pw = getpwnam(optarg);
1838 tmp = optarg;
1847 optarg);
1854 new_UUID = optarg;
1860 new_inode_size = strtoul(optarg, &tmp, 0);
1864 optarg);
1872 optarg);
1879 undo_file = optarg;