Searched refs:elist (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Denv.h29 typedef struct elist { struct
31 struct elist *l_next;
/illumos-gate/usr/src/tools/stabs/
H A Dstabs.h88 struct elist *emem; /* e */
94 struct elist { struct
97 struct elist *next;
H A Dforth.c111 struct elist *elp;
H A Dgenassym.c127 struct elist *elp;
H A Dstabs.c686 struct elist *elp, **prev;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintlist.c43 struct stringlist *elist = &ehead; variable in typeref:struct:stringlist
H A Darcs.c512 (!fflag && !onlist(elist, childp->name))) {
524 onlist(elist, childp->name)) {
H A Dgprof.h351 extern struct stringlist *elist;
H A Dgprof.c1787 addlist(elist, optarg);
1791 addlist(elist, optarg);
1848 addlist(elist, *sp);
H A Dreadelf.c576 addlist(elist, name);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Doid_ops.c135 gss_OID elist; local
144 elist = (*oid_set)->elements;
149 if (elist)
151 elist,
166 if (elist)
167 free(elist);
175 (*oid_set)->elements = elist;
/illumos-gate/usr/src/lib/libgss/
H A Doid_ops.c151 gss_OID elist; local
164 elist = (*oid_set)->elements;
169 if (elist)
170 (void) memcpy((*oid_set)->elements, elist,
186 if (elist)
187 free(elist);
193 (*oid_set)->elements = elist;
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c392 enumval_list *elist; local
402 elist = calloc(1, sizeof (enumval_list));
403 elist->name = tok.str;
404 elist->assignment = NULL;
408 elist->assignment = tok.str;
411 *tailp = elist;
412 tailp = &elist->next;
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c984 int *elist = NULL; local
1009 elist = port_errorn(elist, nent, EBADF, count);
1017 elist = port_errorn(elist, nent, EBADFD, count);
1026 elist = port_errorn(elist, nent, error, count);
1043 if (copyout(elist, (void *)errors, nent * sizeof (int)))
1045 kmem_free(elist, nent * sizeof (int));
1053 port_errorn(int *elist, in argument
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h169 typedef struct elist { struct
172 struct elist *el_next;
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c120 eplist_t *elist; member in struct:benv_des
132 bd->elist = new_list();
364 add_bent(bd->elist, base, NULL, NULL, NULL);
587 add_bent(bd->elist, NULL, cmd, name, val);
623 list = bd->elist;
681 eplist_t *elist; local
712 elist = bd->elist;
715 print_vars(elist);
728 updates += proc_var(line, elist);
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c1038 char *elist = NULL; local
1086 elist = nlist;
1089 if ((_tkns = expand(&str, &len, &elist, orig, omit,
1155 if (elist && (elist != nlist)) {
1158 nlist = olist = elist;
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c190 KMF_X509_EXTENSION *eptr, *elist; local
200 *extlist = elist = NULL;
218 elist = realloc(elist, sizeof (KMF_X509_EXTENSION) *
220 if (elist == NULL) {
225 ret = copy_extension_data(&elist[(*nextns) - 1], eptr);
234 if (elist != NULL) {
235 free(elist);
236 elist = NULL;
249 *extlist = elist;
[all...]

Completed in 71 milliseconds