Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c436 T_lname[MAXPATHLEN], /* Array to hold links name for tar */ variable
1661 (void) memset(T_lname, '\0', sizeof (T_lname)); in creat_hdr()
3057 if ((size = readlink(nam_p, T_lname, G_p->g_filesz)) < 0) { in data_out()
3062 T_lname[size] = '\0'; in data_out()
3707 (void) strncpy(T_lname, l_p->L_gen.g_nam_p, in file_out()
3713 if (strlen(T_lname) > NAMSIZ) { in file_out()
3715 G_p->g_nam_p, T_lname, NAMSIZ); in file_out()
7327 if (T_lname[0] != '\0') { in write_hdr()
7337 (void) strncpy(Thdr_p->tbuf.t_linkname, T_lname, in write_hdr()
7338 strlen(T_lname)); in write_hdr()
[all …]