Home
last modified time | relevance | path

Searched refs:buffer_or_output (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Drelpath.c66 buffer_or_output (char const *str, char **pbuf, size_t *plen) in buffer_or_output() function
110 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()