Home
last modified time | relevance | path

Searched refs:plen (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() argument
71 if (slen >= *plen) in buffer_or_output()
75 *plen -= slen; in buffer_or_output()