Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cpio/
H A Dcpio.c136 static struct Lnk *add_lnk(struct Lnk **);
164 static void reclaim(struct Lnk *l_p);
198 char *attrname, char typeflag, struct Lnk *linkinfo, int *rlen);
282 struct Lnk { struct
286 struct Lnk *L_nxt_p, /* Next file in list */ argument
848 static struct Lnk *
849 add_lnk(struct Lnk **sublist_return) in add_lnk()
851 struct Lnk *new_entry, *sublist; in add_lnk()
863 new_entry = e_zalloc(E_EXIT, sizeof (struct Lnk)); in add_lnk()
883 struct Lnk *ptr; in add_lnk()
[all …]