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

/dovecot/src/lib/
H A Dprocess-title.c25 static size_t process_title_len, process_title_clean_pos; variable
61 process_title_clean_pos = env[0] - process_title;
63 process_title_clean_pos = 0;
111 if (len < process_title_clean_pos) {
113 process_title_clean_pos - len);
114 process_title_clean_pos = len;
115 } else if (process_title_clean_pos != 0) {
116 process_title_clean_pos = len;

Completed in 340 milliseconds