Searched refs:epp (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c1573 struct coff_debug_merge_element **epp;
1610 epp = &mt->elements;
1625 *epp = bfd_alloc (input_bfd, amt);
1626 if (*epp == NULL)
1640 (*epp)->name = name_copy;
1641 (*epp)->type = islp->n_type;
1642 (*epp)->tagndx = 0;
1665 (*epp)->tagndx = finfo->sym_indices[indx];
1666 if ((*epp)->tagndx < 0)
1667 (*epp)
1572 struct coff_debug_merge_element **epp; local
[all...]
/haiku-fatelf/src/bin/network/telnet/
H A Dcommands.c1645 char **epp, *cp;
1648 for (epp = environ; *epp; epp++) {
1649 if ((cp = strchr(*epp, '='))) {
1651 ep = env_define((unsigned char *)*epp,
1637 char **epp, *cp; local

Completed in 55 milliseconds