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

/systemd/src/basic/
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 28 milliseconds