Searched refs:buf_err (Results 1 – 1 of 1) sorted by relevance
90 bool buf_err = false; in relpath() local110 buf_err |= buffer_or_output ("..", &buf, &len); in relpath()114 buf_err |= buffer_or_output ("/..", &buf, &len); in relpath()119 buf_err |= buffer_or_output ("/", &buf, &len); in relpath()120 buf_err |= buffer_or_output (fname_suffix, &buf, &len); in relpath()125 buf_err |= buffer_or_output (*fname_suffix ? fname_suffix : ".", in relpath()129 if (buf_err) in relpath()132 return !buf_err; in relpath()