Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c427 T_lname[MAXPATHLEN], /* Array to hold links name for tar */ variable
1652 (void) memset(T_lname, '\0', sizeof (T_lname)); in creat_hdr()
3049 if ((size = readlink(nam_p, T_lname, G_p->g_filesz)) < 0) { in data_out()
3054 T_lname[size] = '\0'; in data_out()
3699 (void) strncpy(T_lname, l_p->L_gen.g_nam_p, in file_out()
3705 if (strlen(T_lname) > NAMSIZ) { in file_out()
3707 G_p->g_nam_p, T_lname, NAMSIZ); in file_out()
7308 if (T_lname[0] != '\0') { in write_hdr()
7318 (void) strncpy(Thdr_p->tbuf.t_linkname, T_lname, in write_hdr()
7319 strlen(T_lname)); in write_hdr()
[all …]