Searched refs:ident_buf (Results 1 - 4 of 4) sorted by relevance

/systemd/src/journal/
H A Djournald-wall.c35 _cleanup_free_ char *ident_buf = NULL, *l_buf = NULL; local
47 get_process_comm(ucred->pid, &ident_buf);
48 identifier = ident_buf;
H A Djournald-console.c63 _cleanup_free_ char *ident_buf = NULL; local
84 get_process_comm(ucred->pid, &ident_buf);
85 identifier = ident_buf;
H A Djournald-kmsg.c52 char *ident_buf = NULL; local
76 get_process_comm(ucred->pid, &ident_buf);
77 identifier = ident_buf;
98 free(ident_buf);
H A Djournald-syslog.c139 char *ident_buf = NULL; local
165 get_process_comm(ucred->pid, &ident_buf);
166 identifier = ident_buf;
185 free(ident_buf);

Completed in 22 milliseconds