Home
last modified time | relevance | path

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

/coreutils/src/
Dtemp-stream.c91 char *tempbuf = nullptr; in temp_stream() local
96 if (! (tempbuf = realloc (tempbuf, tempbuf_len))) in temp_stream()
102 if (path_search (tempbuf, tempbuf_len, nullptr, "cutmp", true) == 0) in temp_stream()
115 tempfile = tempbuf; in temp_stream()