Searched refs:lnext (Results 1 - 7 of 7) sorted by last modified time

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dresult.c348 LDAPConn *lnext; local
366 lc = lnext )
375 lnext = lc->lconn_next;
384 lnext = lc->lconn_next;
/netbsd-current/sys/dev/pci/
H A Dif_iwnreg.h646 uint16_t lnext; member in struct:iwn_cmd_data
H A Dif_wpireg.h383 uint16_t lnext; member in struct:wpi_cmd_data
/netbsd-current/lib/libc/gen/
H A Dgetpass.c92 bool lnext, havetty, allocated, opentty, good; local
150 lnext = false;
184 if (lnext) {
185 lnext = false;
197 lnext = true;
/netbsd-current/external/cddl/osnet/dist/tools/ctf/common/
H A Dlist.c125 list_t *lnext; local
130 lnext = list->l_next;
134 list = lnext;
/netbsd-current/usr.sbin/ldpd/
H A Dlabel.c216 struct label *l, *lnext; local
223 lnext = rb_tree_iterate(&labels_tree, l, RB_DIR_RIGHT);
225 if (lnext == NULL)
227 l = lnext;
/netbsd-current/bin/ksh/
H A Dalloc.c86 struct link *l, *l2, *lprev, *lnext; local
93 lnext = l->next;
102 if (lnext)
103 lnext->prev = l2;

Completed in 266 milliseconds