Searched defs:fullname (Results 51 - 51 of 51) sorted by relevance

123

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c1969 * If the length of the fullname is greater than MAXNAM,
1971 * in which case fullname is limited to PATH_MAX).
1985 * We split the fullname into prefix and name components if any one
1987 * -- the length of the fullname exceeds NAMSIZ,
1988 * -- the length of the fullname equals NAMSIZ, and the shortname
1991 * -- the length of the fullname equals NAMSIZ, the file is a
4732 static char fullname[PATH_MAX + 1]; local
4748 if (strlcpy(fullname, longname, sizeof (fullname)) >= sizeof (fullname))
6130 static char fullname[PATH_MAX + 1]; local
[all...]

Completed in 74 milliseconds

123