Lines Matching refs:terminated
287 enum cred_storage_fmt *out, bool *terminated) in shell_parse_cred_storage_format() argument
291 *terminated = false; in shell_parse_cred_storage_format()
297 *terminated = true; in shell_parse_cred_storage_format()
303 *terminated = false; in shell_parse_cred_storage_format()
309 *terminated = true; in shell_parse_cred_storage_format()
353 bool terminated; in tls_cred_cmd_add() local
381 err = shell_parse_cred_storage_format(sh, argv[4], &format, &terminated); in tls_cred_cmd_add()
435 if (terminated) { in tls_cred_cmd_add()
607 bool terminated; in tls_cred_cmd_get() local
624 err = shell_parse_cred_storage_format(sh, argv[3], &format, &terminated); in tls_cred_cmd_get()
672 if (terminated) { in tls_cred_cmd_get()