Searched defs:NAMSIZ (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/include/
H A Dtar.h32 #define NAMSIZ 100 macro
94 char name[NAMSIZ];
102 char linkname[NAMSIZ];
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtar.h41 #define NAMSIZ 100 macro
103 char name[NAMSIZ];
111 char linkname[NAMSIZ];
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dtar.h41 #define NAMSIZ 100 macro
103 char name[NAMSIZ];
111 char linkname[NAMSIZ];
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtar.h41 #define NAMSIZ 100 macro
103 char name[NAMSIZ];
111 char linkname[NAMSIZ];
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtar.h41 #define NAMSIZ 100 macro
103 char name[NAMSIZ];
111 char linkname[NAMSIZ];
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h103 #define NAMSIZ(n) \ macro
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h121 #define NAMSIZ 100 /* The maximum length of the name field */ macro
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h303 #define NAMSIZ 100 macro
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c136 #define NAMSIZ 100 macro
350 char name[NAMSIZ]; /* If non-null prefix, path is */
360 char linkname[NAMSIZ];
1630 NAMSIZ, dblock.dbuf.name, sp->st_mtim.tv_sec,
1987 * -- the length of the fullname exceeds NAMSIZ,
1988 * -- the length of the fullname equals NAMSIZ, and the shortname
1989 * is less than NAMSIZ, (splitting in this case preserves
1991 * -- the length of the fullname equals NAMSIZ, the file is a
1995 if ((split > NAMSIZ) ||
1996 (split == NAMSIZ
[all...]

Completed in 74 milliseconds