Searched refs:Elist (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | env.h | 32 } 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 D | env.c | 34 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 D | symbindrep.c | 31 static Elist *bindto_list = NULL; 32 static Elist *bindfrom_list = NULL;
|
H A D | perfcnt.c | 53 static Elist *bindto_list = NULL; 54 static Elist *bindfrom_list = NULL;
|
H A D | truss.c | 37 static Elist *bindto_list = NULL; 38 static Elist *bindfrom_list = NULL;
|
H A D | bindings.c | 44 static Elist *bindto_list = NULL; 45 static Elist *bindfrom_list = NULL;
|
H A D | who.c | 43 static Elist *funclist = NULL;
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | printlist.c | 45 struct stringlist *Elist = &Ehead; variable in typeref:struct:stringlist
|
H A D | arcs.c | 447 * 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 D | gprof.h | 352 extern struct stringlist *Elist;
|
H A D | readelf.c | 575 addlist(Elist, name);
|
H A D | gprof.c | 1785 addlist(Elist, optarg); 1846 addlist(Elist, *sp);
|
Completed in 70 milliseconds