Searched refs:arg_identity (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/home/ |
D | homectl.c | 52 static const char *arg_identity = NULL; variable 92 arg_identity || in identity_properties_specified() 1097 if (arg_identity) { in acquire_new_home_record() 1101 streq(arg_identity, "-") ? stdin : NULL, in acquire_new_home_record() 1102 … streq(arg_identity, "-") ? "<stdin>" : arg_identity, JSON_PARSE_SENSITIVE, &v, &line, &column); in acquire_new_home_record() 1281 if (!arg_identity) in create_home() 1416 if (arg_identity) { in acquire_updated_home_record() 1421 streq(arg_identity, "-") ? stdin : NULL, in acquire_updated_home_record() 1422 … streq(arg_identity, "-") ? "<stdin>" : arg_identity, JSON_PARSE_SENSITIVE, &json, &line, &column); in acquire_updated_home_record() 1488 r = update_last_change(&json, arg_pkcs11_token_uri || arg_fido2_device, !arg_identity); in acquire_updated_home_record() [all …]
|