Home
last modified time | relevance | path

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

/coreutils/src/
Dsplit.c333 char *tmpbuf = xmalloc (bufsize); in input_file_size() local
334 end = copy_to_tmpfile (fd, tmpbuf, bufsize); in input_file_size()
335 free (tmpbuf); in input_file_size()