Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tar/
H A Dtar.c620 static char *tmp_suffix = "/tarXXXXXX"; variable
1063 (strlen(tmpdir) + strlen(tmp_suffix)) > PATH_MAX) { in main()
1072 strlen(tmp_suffix) + 1)) == NULL) { in main()
1077 (void) strcat(tname, tmp_suffix); in main()