Home
last modified time | relevance | path

Searched refs:arg_profile (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/analyze/
Danalyze.c106 char *arg_profile = NULL; variable
114 STATIC_DESTRUCTOR_REGISTER(arg_profile, freep);
461 … r = parse_path_argument(optarg, /* suppress_root= */ false, &arg_profile); in parse_argv()
464 if (!endswith(arg_profile, ".conf")) in parse_argv()
465 …log_error_errno(SYNTHETIC_ERRNO(EINVAL), "Profile file name must end with .conf: %s", arg_profile); in parse_argv()
467 r = free_and_strdup(&arg_profile, optarg); in parse_argv()
Danalyze.h38 extern char *arg_profile;
Danalyze-security.c2951 arg_profile, in verb_security()
/systemd-251/src/portable/
Dportablectl.c40 static const char *arg_profile = "default"; variable
866 r = sd_bus_message_append(m, "s", arg_profile); in attach_reattach_image()
1344 arg_profile = optarg; in parse_argv()