MCPcopy Create free account
hub / github.com/coreutils/coreutils / create_temp

Function create_temp

src/sort.c:1287–1291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285 of the new temp node. Die on failure. */
1286
1287static struct tempnode *
1288create_temp (FILE **pfp)
1289{
1290 return maybe_create_temp (pfp, false);
1291}
1292
1293/* Open a compressed temp file and start a decompression process through
1294 which to filter the input. Return NULL (setting errno to

Callers 3

avoid_trashing_inputFunction · 0.85
mergeFunction · 0.85
sortFunction · 0.85

Calls 1

maybe_create_tempFunction · 0.85

Tested by

no test coverage detected