Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c616 static char *tmp_suffix = "/tarXXXXXX"; variable
1064 (strlen(tmpdir) + strlen(tmp_suffix)) > PATH_MAX) { in main()
1073 strlen(tmp_suffix) + 1)) == NULL) { in main()
1078 (void) strcat(tname, tmp_suffix); in main()