MCPcopy Index your code
hub / github.com/git/git / xmkstemp

Function xmkstemp

wrapper.c:422–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422int xmkstemp(char *filename_template)
423{
424 return xmkstemp_mode(filename_template, 0600);
425}
426
427/* Adapted from libiberty's mkstemp.c. */
428

Callers 6

create_default_filesFunction · 0.85
create_tempFunction · 0.85
inherit_handleFunction · 0.85
cmd__mktempFunction · 0.85
create_temp_fileFunction · 0.85

Calls 1

xmkstemp_modeFunction · 0.85

Tested by 2

inherit_handleFunction · 0.68
cmd__mktempFunction · 0.68