Home
last modified time | relevance | path

Searched refs:prepend (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/home/
Duser-record-util.h49 int user_record_set_password(UserRecord *h, char **password, bool prepend);
52 int user_record_set_token_pin(UserRecord *h, char **pin, bool prepend);
Duser-record-util.c872 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/
Dtimedated.c349 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()