Searched refs:rlp (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/none/tests/darwin/
H A Drlimit.c12 struct rlimit rlp; local
13 getrlimit(RLIMIT_NOFILE, &rlp);
14 fprintf(stderr, "RLIMIT_NOFILE is %lld\n", (long long)rlp.rlim_cur);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DRequestLineParser.java87 RequestLineParser rlp =
89 RequestLine rl = rlp.parse();
/external/tcpdump/
H A Dprint-ospf6.c201 register const struct rlalink6 *rlp; local
250 rlp = lsap->lsa_un.un_rla.rla_link;
252 if (lsa_length < sizeof (*rlp))
254 lsa_length -= sizeof (*rlp);
255 TCHECK(*rlp);
256 switch (rlp->link_type) {
261 ipaddr_string(&rlp->link_nrtid),
262 ipaddr_string(&rlp->link_nifid),
263 ipaddr_string(&rlp->link_ifid));
269 ipaddr_string(&rlp
[all...]
H A Dprint-ospf.c562 register const struct rlalink *rlp; local
587 rlp = lsap->lsa_un.un_rla.rla_link;
589 TCHECK(*rlp);
590 switch (rlp->un_tos.link.link_type) {
594 ipaddr_string(&rlp->link_id),
595 ipaddr_string(&rlp->link_data));
600 ipaddr_string(&rlp->link_id),
601 ipaddr_string(&rlp->link_data));
606 ipaddr_string(&rlp->link_id),
607 ipaddr_string(&rlp
[all...]
/external/clang/test/Sema/
H A Dtransparent-union.c5 long *__restrict rlp; member in union:__anon19162
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 228 milliseconds