Searched refs:arg_profile (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/analyze/ |
D | analyze.c | 106 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()
|
D | analyze.h | 38 extern char *arg_profile;
|
D | analyze-security.c | 2951 arg_profile, in verb_security()
|
/systemd-251/src/portable/ |
D | portablectl.c | 40 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()
|