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

  /external/iputils/
rdisc.c 1343 struct table **tpp, *tp; local
1347 tpp = &table;
1348 while (*tpp != NULL) {
1349 tp = *tpp;
1352 *tpp = tp->next;
1360 tpp = &tp->next;
1381 struct table **tpp, *tp; local
1383 tpp = &table;
1384 while (*tpp != NULL) {
1385 tp = *tpp;
    [all...]
  /external/syslinux/com32/menu/
menumain.c 632 const char *tpp; local
672 for (tpp = tx[n].s; tpp < tx[n].e; tpp++) {
674 *tq++ = *tpp;

Completed in 72 milliseconds