HomeSort by relevance Sort by last modified time
    Searched refs:lpp (Results 1 - 6 of 6) sorted by null

  /system/core/sh/
nodes.c.pat 123 struct nodelist **lpp;
125 lpp = &start;
127 *lpp = funcblock;
130 (*lpp)->n = copynode(lp->n);
132 lpp = &(*lpp)->next;
134 *lpp = NULL;
nodes.c 304 struct nodelist **lpp; local
306 lpp = &start;
308 *lpp = funcblock;
311 (*lpp)->n = copynode(lp->n);
313 lpp = &(*lpp)->next;
315 *lpp = NULL;
expand.c 1288 struct strlist **lpp; local
1303 lpp = &list;
1306 *lpp = p;
1307 lpp = &p->next;
1308 if ((p = *lpp) == NULL) {
1309 *lpp = q;
1313 *lpp = q;
1314 lpp = &q->next;
1315 if ((q = *lpp) == NULL) {
1316 *lpp = p
    [all...]
  /external/stlport/stlport/stl/config/
_ibm.h 52 # define _STLP_NATIVE_INCLUDE_PATH /usr/lpp/ioclib/include
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_ibm.h 52 # define _STLP_NATIVE_INCLUDE_PATH /usr/lpp/ioclib/include
  /bionic/libc/netbsd/nameser/
ns_name.c 483 const u_char **cpp, **lpp, *eob, *msg; local
490 lpp = cpp = NULL;
495 lpp = cpp; /* end of list to search */
529 (const u_char * const *)lpp);
563 *lpp = NULL;

Completed in 164 milliseconds