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

/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c222 xdr_ypmaplist(XDR *xdrs, struct ypmaplist **lst) argument
229 more_elements = (*lst != NULL);
238 next = &((*lst)->ypml_next);
240 if (!xdr_reference(xdrs, (caddr_t *)lst,
245 lst = (freeing) ? next : &((*lst)->ypml_next);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_kmod.c230 list_t *lst; local
241 lst = &ns->ns_list;
244 while ((item = list_head(lst)) != NULL) {
245 list_remove(lst, item);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_clnt.c867 list_t *lst; local
873 lst = &sl->sl_list;
874 while ((info = list_head(lst)) != NULL) {
875 list_remove(lst, info);
879 list_destroy(lst);
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshnodes.h146 /* tst is same as lst, but with extra field for line number */
206 struct lstnod lst; member in union:Shnode_u
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c372 struct linux_ipv6_addr_list *lst = 0; local
419 nw->next = lst;
420 lst = nw;
424 return lst;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c628 struct fixup_block_list *lst, *lst0; local
631 lst = lst0 = xmalloc (sizeof (*lst) + 2 * 0x1000);
632 memset (lst, 0, sizeof (*lst) + 2 * 0x1000);
676 = SUFFIX (add_fixup_entry) (&lst,
695 = SUFFIX (add_fixup_entry) (&lst,
724 = SUFFIX (add_fixup_entry) (&lst,
746 current_address = SUFFIX (add_fixup_entry) (&lst,
752 current_address = SUFFIX (add_fixup_entry) (&lst,
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c2197 strinlst(char *str, int cnt, char **lst) argument
2202 if (strcmp(lst[i], str) == 0)

Completed in 44 milliseconds