Searched refs:max_length (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dprocess-util.h48 int get_process_cmdline(pid_t pid, size_t max_length, bool comm_fallback, char **line);
H A Dprocess-util.c101 int get_process_cmdline(pid_t pid, size_t max_length, bool comm_fallback, char **line) { argument
119 if (max_length == 0) {
139 r = new(char, max_length);
144 left = max_length;

Completed in 1097 milliseconds