Searched refs:tdef (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c57 struct tdef { struct
59 SLIST_ENTRY(tdef) link;
62 static SLIST_HEAD(, tdef) tdefs = SLIST_HEAD_INITIALIZER(tdefs);
401 struct tdef *t;
403 t = calloc(1, sizeof(struct tdef));
414 struct tdef *t;
437 struct tdef *t = NULL;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindmc.c399 char *tdef = NULL; local
414 tdef = convert_unicode_to_ACP (typecast);
418 (tdef ? "(" : ""), (tdef ? tdef : ""), (tdef ? ")" : ""),
422 (tdef ? "(" : ""), (tdef ? tdef : ""), (tdef
[all...]
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Demit1.c188 outtt(sym_t *tag, sym_t *tdef) argument
197 } else if (tdef != NULL) {
199 outname(tdef->s_name);
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.c4892 tree tdef;
4920 tdef = create_implicit_typedef (name, type);
4921 DECL_CONTEXT (tdef) = FROB_CONTEXT (context);
4927 retrofit_lang_decl (tdef);
4928 DECL_ANTICIPATED (tdef) = 1;
4929 DECL_FRIEND_P (tdef) = 1;
4938 set_identifier_type_value_with_scope (name, tdef, b);
4887 tree tdef; local
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c1000 bfd_boolean ntdef, tdef;
1010 tdef = olddef;
1019 tdef = newdef;
1022 if (tdef && ntdef)
1026 else if (!tdef && !ntdef)
1030 else if (tdef)
997 bfd_boolean ntdef, tdef; local

Completed in 367 milliseconds