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

/dovecot/src/lib/
H A Dpath-util.c361 bool t_binary_abspath(const char **binpath, const char **error_r) argument
366 if (**binpath == '/') {
369 } else if (strchr(*binpath, '/') != NULL) {
372 if (t_abspath(*binpath, binpath, &error) < 0) {
374 *binpath, error);
385 str_append(path, *binpath);
387 *binpath = str_c(path);

Completed in 7 milliseconds