Searched refs:NAMSIZ (Results 1 – 7 of 7) sorted by relevance
32 #define NAMSIZ 100 macro94 char name[NAMSIZ];102 char linkname[NAMSIZ];
137 #define NAMSIZ 100 macro351 char name[NAMSIZ]; /* If non-null prefix, path is */361 char linkname[NAMSIZ];1631 NAMSIZ, dblock.dbuf.name, sp->st_mtim.tv_sec, in getdir()1996 if ((split > NAMSIZ) || in putfile()1997 (split == NAMSIZ && strlen(shortname) < NAMSIZ) || in putfile()1998 (split == NAMSIZ && S_ISDIR(stbuf.st_mode) && !Pflag)) { in putfile()2019 if ((i > NAMSIZ) || (i == NAMSIZ && S_ISDIR(stbuf.st_mode) && in putfile()2028 if (i <= NAMSIZ) in putfile()2036 if ((i > NAMSIZ) || (i == NAMSIZ && in putfile()[all …]
121 #define NAMSIZ 100 /* The maximum length of the name field */ macro
286 nambuf[NAMSIZ+1],1558 } else if (fullnamesize > NAMSIZ) { in creat_hdr()1564 char namebuff[NAMSIZ+1]; in creat_hdr()1588 if (namesize > NAMSIZ) { in creat_hdr()1591 lastslash, NAMSIZ); in creat_hdr()3052 if (G_p->g_filesz > NAMSIZ) { in data_out()3471 char lname[NAMSIZ+1]; in file_in()3475 NAMSIZ); in file_in()3476 for (i = 0; i <= NAMSIZ && lname[i] != 0; i++) in file_in()3713 if (strlen(T_lname) > NAMSIZ) { in file_out()[all …]
303 #define NAMSIZ 100 macro
391 if (nmlen >= NAMSIZ) { in output_file_header()434 if (lnklen >= NAMSIZ) { in output_file_header()
4164 #define NAMSIZ 100 macro4226 char name[NAMSIZ];4234 char linkname[NAMSIZ];