Searched refs:llink (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dkwset.c53 struct tree *llink; /* Left link; MUST be first field. */ member in struct:tree
159 dirs[depth++] = L, link = link->llink;
173 link->llink = 0;
191 links[depth]->llink = link;
215 r = links[depth], t = r->llink, rl = t->rlink;
216 t->rlink = r, r->llink = rl;
220 r = links[depth], l = r->llink, t = l->rlink;
221 rl = t->rlink, lr = t->llink;
222 t->llink = l, l->rlink = lr, t->rlink = r, r->llink
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dipmonitor.c93 int llink=0; local
108 llink=1;
130 if (llink)
H A Drtmon.c74 int llink = 0; local
113 llink=1;
136 if (llink)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dglist.in.h84 GList *llink) G_GNUC_WARN_UNUSED_RESULT;
101 GList *llink);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dglist.in.h84 GList *llink) G_GNUC_WARN_UNUSED_RESULT;
101 GList *llink);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Deventpoll.c118 struct list_head llink; member in struct:wake_task_node
208 struct list_head llink; member in struct:eppoll_entry
336 tncur = list_entry(lnk, struct wake_task_node, llink);
352 list_add(&tnode.llink, lsthead);
361 list_del(&tnode.llink);
381 pwq = list_first_entry(lsthead, struct eppoll_entry, llink);
383 list_del_init(&pwq->llink);
690 list_add_tail(&pwq->llink, &epi->pwqlist);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_cp.c814 char llink[PATH_MAX]; local
816 if ((len = readlink(spath, llink, sizeof(llink) - 1)) == -1) {
820 llink[len] = '\0';
825 if (symlink(llink, to.p_path)) {
826 SLOG("symlink: %s: %s", llink, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tokenring/
H A Dsmctr.h767 __u8 llink; /* Short version of above node. */ member in struct:__anon5887
H A Dsmctr.c777 branch = *ucode & bit ? (tree + branch)->llink

Completed in 261 milliseconds