Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
422
int 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_files
Function · 0.85
create_temp
Function · 0.85
inherit_handle
Function · 0.85
cmd__mktemp
Function · 0.85
unstage_changes_unless_new
Function · 0.85
create_temp_file
Function · 0.85
Calls
1
xmkstemp_mode
Function · 0.85
Tested by
2
inherit_handle
Function · 0.68
cmd__mktemp
Function · 0.68