HomeSort by: relevance | last modified time | path
    Searched defs:rpp (Results 1 - 7 of 7) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_region.c 150 CLEANUP_REGION **rpp; local
157 for (rpp = &state->free_regions; /* see below */ ; rpp = &(rp->next)) {
166 if ((rp = *rpp) == 0) {
177 (*rpp) = rp->next;
218 CLEANUP_REGION **rpp; local
220 for (rpp = &state->free_regions; (*rpp) != 0; rpp = &(*rpp)->next
    [all...]
  /src/games/hunt/huntd/
draw.c 267 PLAYER *rpp; local
272 rpp = pp;
273 cgoto(rpp, y, x);
274 if (x == rpp->p_x && y == rpp->p_y)
275 outch(rpp, translate(ch));
277 outch(rpp, player_sym(rpp, y, x));
279 outch(rpp, ch);
280 ((char *) rpp->p_maze)[indx] = ch
    [all...]
  /src/sys/dev/pci/
if_rtw_pci.c 160 const struct rtw_pci_product *rpp; local
162 for (rpp = rtw_pci_products; rpp->rpp_product_name != NULL; rpp++) {
163 if (PCI_VENDOR(pa->pa_id) == rpp->rpp_vendor &&
164 PCI_PRODUCT(pa->pa_id) == rpp->rpp_product)
165 return rpp;
189 const struct rtw_pci_product *rpp; local
197 rpp = rtw_pci_lookup(pa);
198 if (rpp == NULL)
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-parse.c 259 delete_t *deletes = NULL, *dp, **dpp = NULL, **rpp = NULL, *removes = NULL; local
700 rpp = &removes;
707 *rpp = dp;
708 rpp = &dp->next;
  /src/bin/sh/
parser.c 344 union node *redir, **rpp; local
355 rpp = &redir;
359 *rpp = n2 = redirnode;
360 rpp = &n2->nfile.next;
579 n1 = simplecmd(rpp, redir);
588 *rpp = n2 = redirnode;
589 rpp = &n2->nfile.next;
593 *rpp = NULL;
621 simplecmd(union node **rpp, union node *redir)
636 /* rpp to be the address of the local redir variable. *
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 2447 arelent **rpp;
2468 rpp = bfd_xalloc (abfd, sizeof (arelent *) * rpp_len);
2469 rpp[0] = rel;
2470 rpp[1] = 0;
2478 rpp[1] = rel2;
2482 rpp[2] = rel3;
2485 rpp[3] = 0;
2507 rpp[rpp_len - 2] = rel_add;
2508 rpp[rpp_len - 1] = 0;
2529 sec->orelocation = rpp;
2446 arelent **rpp; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 2446 arelent **rpp;
2467 rpp = bfd_xalloc (abfd, sizeof (arelent *) * rpp_len);
2468 rpp[0] = rel;
2469 rpp[1] = 0;
2477 rpp[1] = rel2;
2481 rpp[2] = rel3;
2484 rpp[3] = 0;
2506 rpp[rpp_len - 2] = rel_add;
2507 rpp[rpp_len - 1] = 0;
2528 sec->orelocation = rpp;
2445 arelent **rpp; local
    [all...]

Completed in 127 milliseconds