Lines Matching refs:sarg
178 static int handle_cmd_resume(struct mboxctl_context *context, char *sarg) in handle_cmd_resume() argument
185 if (!sarg) { in handle_cmd_resume()
201 if (!strncmp(sarg, "clean", strlen("clean"))) { in handle_cmd_resume()
203 } else if (!strncmp(sarg, "modified", strlen("modified"))) { in handle_cmd_resume()
245 static int handle_cmd_backend(struct mboxctl_context *context, char *sarg) in handle_cmd_backend() argument
253 if (!sarg) { in handle_cmd_backend()
269 if (!strncmp(sarg, "vpnor", strlen("vpnor"))) { in handle_cmd_backend()
270 if (strchr(sarg, ':')) { in handle_cmd_backend()
279 } else if (!strncmp(sarg, "mtd", strlen("mtd"))) { in handle_cmd_backend()
283 } else if (!strncmp(sarg, "file", strlen("file"))) { in handle_cmd_backend()
292 delim = strchr(sarg, ':'); in handle_cmd_backend()