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

/illumos-gate/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));
3049 if ((size = readlink(nam_p, T_lname, G_p->g_filesz)) < 0) {
3054 T_lname[size] = '\0';
3699 (void) strncpy(T_lname, l_p->L_gen.g_nam_p,
3705 if (strlen(T_lname) > NAMSIZ) {
3707 G_p->g_nam_p, T_lname, NAMSIZ);
7308 if (T_lname[0] != '\0') {
7318 (void) strncpy(Thdr_p->tbuf.t_linkname, T_lname,
[all...]

Completed in 61 milliseconds