Searched refs:prepend (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/home/ |
D | user-record-util.h | 49 int user_record_set_password(UserRecord *h, char **password, bool prepend); 52 int user_record_set_token_pin(UserRecord *h, char **pin, bool prepend);
|
D | user-record-util.c | 872 int user_record_set_password(UserRecord *h, char **password, bool prepend) { in user_record_set_password() argument 879 if (prepend) { in user_record_set_password() 934 int user_record_set_token_pin(UserRecord *h, char **pin, bool prepend) { in user_record_set_token_pin() argument 941 if (prepend) { in user_record_set_token_pin()
|
/systemd-251/src/timedate/ |
D | timedated.c | 349 const char *prepend = ""; in context_write_data_local_rtc() local 355 prepend = "\n0\n"; in context_write_data_local_rtc() 359 prepend = "0\n"; in context_write_data_local_rtc() 364 prepend = "\n"; in context_write_data_local_rtc() 380 w = new(char, a + (c->local_rtc ? 5 : 3) + strlen(prepend) + b + 1); in context_write_data_local_rtc() 384 …*(char*) mempcpy(stpcpy(stpcpy(mempcpy(w, s, a), prepend), c->local_rtc ? "LOCAL" : "UTC"), e, b) … in context_write_data_local_rtc()
|