Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c727 pid_t thispid; in main() local
988 thispid = getpid(); in main()
989 (void) sprintf(pidchars, "%ld", thispid); in main()
990 thispid = strlen(pidchars); in main()
999 if (strlen(tmpdirp) > (size_t)(PRESIZ - thispid - 12)) { in main()