Lines Matching refs:log_std

125 		log_std("\nWARNING!\n========\n");  in yesDialog()
126 log_std("%s\n\nAre you sure? (Type uppercase yes): ", msg); in yesDialog()
185 log_std(_("Command successful.\n")); in show_status()
275 log_std("%s/%s is inactive.\n", crypt_get_dir(), options.name); in action_status()
279 log_std("%s/%s is active:\n", crypt_get_dir(), options.name); in action_status()
280 log_std(" cipher: %s\n", options.cipher); in action_status()
281 log_std(" keysize: %d bits\n", options.key_size * 8); in action_status()
282 log_std(" device: %s\n", options.device ?: ""); in action_status()
283 log_std(" offset: %" PRIu64 " sectors\n", options.offset); in action_status()
284 log_std(" size: %" PRIu64 " sectors\n", options.size); in action_status()
286 log_std(" skipped: %" PRIu64 " sectors\n", options.skip); in action_status()
287 log_std(" mode: %s\n", (options.flags & CRYPT_FLAG_READONLY) in action_status()
644 log_std("%s\n",PACKAGE_STRING); in help()
645 log_std("Usage: cryptsetup [OPTION...] <action> <action-specific>]\n" in help()
672 log_std(_("\n" in help()
676 log_std("\t%s %s - %s\n", action->type, _(action->arg_desc), _(action->desc)); in help()
678 log_std(_("\n" in help()
685 log_std(_("\nDefault compiled-in device cipher parameters:\n" in help()
700 log_std("# %s %s processing \"", PACKAGE_NAME, PACKAGE_VERSION); in _dbg_version_and_cmd()
703 log_std(" "); in _dbg_version_and_cmd()
704 log_std(argv[i]); in _dbg_version_and_cmd()
706 log_std("\"\n"); in _dbg_version_and_cmd()
829 log_std("%s %s\n", PACKAGE_NAME, PACKAGE_VERSION); in main()