Home | History | Annotate | Download | only in tip

Lines Matching refs:optarg

93 			if(strlen(optarg) > 1)
95 useresc = optarg[0];
98 if (strncmp(optarg, "hard", sizeof("hard") - 1 ) == 0)
101 if (strncmp(optarg, "soft",
105 if(strcmp(optarg, "none") != 0)
111 if(strcmp(optarg, "even") == 0)
114 if(strcmp(optarg, "odd") == 0)
117 if(strcmp(optarg, "none") != 0)
124 CU = optarg;
128 PN = optarg;
133 if(strchr(optarg, '/'))
134 DV = optarg;
136 (void)asprintf(&DV, "/dev/%s", optarg);
142 BR = (long)strtoi(optarg, NULL, 0, 1, LONG_MAX, &e);
145 "failed, using %ld", optarg, BR);