Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tar/
H A Dtar.c726 pid_t thispid; in main() local
986 thispid = getpid(); in main()
987 (void) sprintf(pidchars, "%ld", thispid); in main()
988 thispid = strlen(pidchars); in main()
997 if (strlen(tmpdirp) > (size_t)(PRESIZ - thispid - 12)) { in main()