Searched refs:NAMSIZ (Results 1 – 10 of 10) sorted by relevance
32 #define NAMSIZ 100 macro94 char name[NAMSIZ];102 char linkname[NAMSIZ];
41 #define NAMSIZ 100 macro103 char name[NAMSIZ];111 char linkname[NAMSIZ];
136 #define NAMSIZ 100 macro350 char name[NAMSIZ]; /* If non-null prefix, path is */360 char linkname[NAMSIZ];1629 NAMSIZ, dblock.dbuf.name, sp->st_mtim.tv_sec, in getdir()1994 if ((split > NAMSIZ) || in putfile()1995 (split == NAMSIZ && strlen(shortname) < NAMSIZ) || in putfile()1996 (split == NAMSIZ && S_ISDIR(stbuf.st_mode) && !Pflag)) { in putfile()2017 if ((i > NAMSIZ) || (i == NAMSIZ && S_ISDIR(stbuf.st_mode) && in putfile()2026 if (i <= NAMSIZ) in putfile()2034 if ((i > NAMSIZ) || (i == NAMSIZ && in putfile()[all …]
121 #define NAMSIZ 100 /* The maximum length of the name field */ macro
277 nambuf[NAMSIZ+1],1549 } else if (fullnamesize > NAMSIZ) { in creat_hdr()1555 char namebuff[NAMSIZ+1]; in creat_hdr()1579 if (namesize > NAMSIZ) { in creat_hdr()1582 lastslash, NAMSIZ); in creat_hdr()3044 if (G_p->g_filesz > NAMSIZ) { in data_out()3463 char lname[NAMSIZ+1]; in file_in()3467 NAMSIZ); in file_in()3468 for (i = 0; i <= NAMSIZ && lname[i] != 0; i++) in file_in()3705 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()