Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cpio/
H A Dcpio.c286 struct Lnk *L_nxt_p, /* Next file in list */ member
853 for (sublist = Lnk_hd.L_nxt_p; in add_lnk()
855 sublist = sublist->L_nxt_p) { in add_lnk()
874 new_entry->L_nxt_p = &Lnk_hd; in add_lnk()
876 Lnk_hd.L_bck_p = new_entry->L_bck_p->L_nxt_p = new_entry; in add_lnk()
3626 tl_p->L_nxt_p = l_p->L_nxt_p; in file_in()
3628 l_p->L_bck_p->L_nxt_p = tl_p; in file_in()
3629 l_p->L_nxt_p->L_bck_p = tl_p; in file_in()
4400 l_p = Lnk_hd.L_nxt_p; in flush_lnks()
4438 l_p = l_p->L_nxt_p; in flush_lnks()
[all …]