Lines Matching refs:strcmp
123 if (strcmp(arg, "--help") == 0 || strcmp(arg, "-?") == 0) {
125 } else if (strcmp(arg, "--version") == 0) {
127 } else if (strcmp(arg, "--verbose") == 0
128 || strcmp(arg, "-v") == 0) {
130 } else if (strcmp(arg, "--quiet") == 0
131 || strcmp(arg, "-q") == 0) {
133 } else if (strcmp(arg, "--dry-run") == 0
134 || strcmp(arg, "-n") == 0) {
136 } else if (strcmp(arg, "--no-retry") == 0) {
140 } else if (strcmp(arg, "--retry-delay") == 0) {
145 } else if (strcmp(arg, "--backoff") == 0) {
155 } else if (strcmp(arg, "--timeout") == 0
156 || strcmp(arg, "-t") == 0) {
161 } else if (strcmp(arg, "--cpu") == 0 || strcmp(arg, "-c") == 0) {
165 } else if (strcmp(arg, "--io") == 0 || strcmp(arg, "-i") == 0) {
169 } else if (strcmp(arg, "--vm") == 0 || strcmp(arg, "-m") == 0) {
173 } else if (strcmp(arg, "--vm-chunks") == 0) {
176 } else if (strcmp(arg, "--vm-bytes") == 0) {
179 } else if (strcmp(arg, "--vm-hang") == 0) {
181 } else if (strcmp(arg, "--hdd") == 0 || strcmp(arg, "-d") == 0) {
185 } else if (strcmp(arg, "--hdd-noclean") == 0) {
187 } else if (strcmp(arg, "--hdd-files") == 0) {
190 } else if (strcmp(arg, "--hdd-bytes") == 0) {