Searched refs:Elist (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/link_audit/common/
H A Denv.h32 } Elist; typedef in typeref:struct:elist
34 extern void build_env_list(Elist **, const char *);
35 extern Elist *check_list(Elist *, const char *);
H A Denv.c34 build_env_list(Elist **list, const char *env)
45 Elist *lp;
46 if ((lp = (Elist *)malloc(sizeof (Elist))) == NULL) {
59 Elist *
60 check_list(Elist *list, const char *str)
H A Dsymbindrep.c31 static Elist *bindto_list = NULL;
32 static Elist *bindfrom_list = NULL;
H A Dperfcnt.c53 static Elist *bindto_list = NULL;
54 static Elist *bindfrom_list = NULL;
H A Dtruss.c37 static Elist *bindto_list = NULL;
38 static Elist *bindfrom_list = NULL;
H A Dbindings.c44 static Elist *bindto_list = NULL;
45 static Elist *bindfrom_list = NULL;
H A Dwho.c43 static Elist *funclist = NULL;
/opensolaris-onvv-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintlist.c45 struct stringlist *Elist = &Ehead; variable in typeref:struct:stringlist
H A Darcs.c447 * the Elist in which case we do not pass the time
457 if (!onlist(Elist, parentsp->arc_parentp->name))
537 (!Fflag && !onlist(Elist, childp->name))) {
548 onlist(Elist, childp->name)) {
H A Dgprof.h352 extern struct stringlist *Elist;
H A Dreadelf.c575 addlist(Elist, name);
H A Dgprof.c1785 addlist(Elist, optarg);
1846 addlist(Elist, *sp);

Completed in 154 milliseconds