Searched refs:linfo (Results 1 – 4 of 4) sorted by relevance
/external/libmojo/third_party/ply/ |
D | lex.py | 890 linfo = LexerReflect(ldict,log=errorlog,reflags=reflags) 891 linfo.get_all() 893 if linfo.validate_all(): 909 debuglog.info("lex: tokens = %r", linfo.tokens) 910 debuglog.info("lex: literals = %r", linfo.literals) 911 debuglog.info("lex: states = %r", linfo.stateinfo) 915 for n in linfo.tokens: 919 if isinstance(linfo.literals,(list,tuple)): 920 lexobj.lexliterals = type(linfo.literals[0])().join(linfo.literals) 922 lexobj.lexliterals = linfo.literals [all …]
|
/external/iproute2/ip/ |
D | ipaddress.c | 1333 static void ipaddr_filter(struct nlmsg_chain *linfo, struct nlmsg_chain *ainfo) in ipaddr_filter() argument 1337 lp = &linfo->head; in ipaddr_filter() 1456 struct nlmsg_chain linfo = { NULL, NULL}; in ipaddr_list_flush_or_save() local 1620 if (rtnl_dump_filter(&rth, store_nlmsg, &linfo) < 0) { in ipaddr_list_flush_or_save() 1639 ipaddr_filter(&linfo, &ainfo); in ipaddr_list_flush_or_save() 1642 for (l = linfo.head; l; l = l->next) { in ipaddr_list_flush_or_save() 1664 free_nlmsg_chain(&linfo); in ipaddr_list_flush_or_save() 1694 struct nlmsg_chain linfo = { NULL, NULL}; in ipaddr_get_vf_rate() local 1705 if (rtnl_dump_filter(&rth, store_nlmsg, &linfo) < 0) { in ipaddr_get_vf_rate() 1709 for (l = linfo.head; l; l = l->next) { in ipaddr_get_vf_rate()
|
/external/toybox/toys/pending/ |
D | ip.c | 63 }*linfo; variable 901 dlist_add_nomalloc((struct double_list **)&linfo, in display_link_info() 1302 while ( linfo && (dlist = dlist_pop(&linfo))){ in ipaddr_listflush()
|
/external/squashfs-tools/ |
D | RELEASE-README | 813 The -"linfo" is similar but it also displays file attributes.
|