pfctl_osfp.c | 742 struct name_entry *nm, *nmsearch, *nmlast; local in function:sort_name_list 750 nmlast = NULL; 756 nmlast = nmsearch; 759 if (nmlast) 760 LIST_INSERT_AFTER(nmlast, nm, nm_entry); 767 nmlast = NULL; 770 if (nmlast == NULL) 773 LIST_INSERT_AFTER(nmlast, nm, nm_entry); 774 nmlast = nm;
|