Searched refs:type_name (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Ddefun.c339 char *type_name = NULL;
442 type_name = next_nonwhite_defun_arg (&scan_args);
498 execute_string (" --- %s: %s %s", category, type_name, defined_name);
501 execute_string (" --- %s %s %s: %s", category, _("of"), type_name,
506 execute_string (" --- %s %s %s: %s %s", category, _("of"), type_name,
510 execute_string (" --- %s %s %s: %s", category, _("on"), type_name,
514 execute_string (" --- %s %s %s: %s %s", category, _("on"), type_name,
518 execute_string (" --- %s %s %s: %s %s", category, _("on"), type_name,
546 execute_string ("--- %s %s %s: ", category, _("of"), type_name);
552 execute_string ("--- %s %s %s: ", category, _("on"), type_name);
338 char *type_name = NULL; local
[all...]
H A Dxml.h147 char *defined_name, char *type_name, char *type_name2),
H A Dxml.c2212 char *defined_name, char *type_name, char *type_name2)
2231 execute_string ("@vindex %s %s %s\n", defined_name, _("of"), type_name);
2236 execute_string ("@findex %s %s %s\n", defined_name, _("on"), type_name);
2260 execute_string ("%s", type_name);
2277 execute_string ("%s", type_name);
2209 xml_begin_def_term(int base_type, const char *category, char *defined_name, char *type_name, char *type_name2) argument
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcp-demint.c133 const char *type_name)
138 if (p == NULL || type_name == NULL)
140 len = strlen (type_name);
144 && strcmp (type_name, cplus_demangle_builtin_types[i].name) == 0)
132 cplus_demangle_fill_builtin_type(struct demangle_component *p, const char *type_name) argument
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcp-demint.c133 const char *type_name)
138 if (p == NULL || type_name == NULL)
140 len = strlen (type_name);
144 && strcmp (type_name, cplus_demangle_builtin_types[i].name) == 0)
132 cplus_demangle_fill_builtin_type(struct demangle_component *p, const char *type_name) argument
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsm_resolve.h136 const char *type_name,
H A Dsm_resolve.c475 dns_lookup(domain, type_name, retrans, retry)
477 const char *type_name;
483 type = dns_string_to_type(type_name);
488 type_name);
/freebsd-9.3-release/usr.sbin/ngctl/
H A Dtypes.c94 printf("%15s %5d\n", ti->type_name, ti->numnodes);
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dadd_cred.c160 char *type_name; local
192 asprintf(&type_name, "%s:%s", type, name);
193 if (type_name == NULL) {
198 kret = krb5_cc_resolve(context, type_name,
200 free(type_name);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y169 %type <l_decl> type_name
223 | DT_CTX_DTYPE type_name { $$ = (dt_node_t *)$2; }
256 DT_KEY_XLATOR type_name DT_TOK_LT type_name
260 | DT_KEY_XLATOR type_name DT_TOK_LT type_name
403 | DT_TOK_OFFSETOF DT_TOK_LPAR type_name DT_TOK_COMMA
407 | DT_TOK_OFFSETOF DT_TOK_LPAR type_name DT_TOK_COMMA
411 | DT_TOK_XLATE DT_TOK_LT type_name DT_TOK_GT
423 | DT_TOK_SIZEOF DT_TOK_LPAR type_name DT_TOK_RPA
787 type_name: specifier_qualifier_list { label
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c401 const char *type_name; local
404 type_name = "boolean";
407 type_name = "string";
410 type_name = "numeric";
413 type_name = "unknown";
417 type_name, _nc_curr_token.tk_name);
/freebsd-9.3-release/contrib/binutils/include/
H A Ddemangle.h487 const char *type_name);
/freebsd-9.3-release/contrib/gcclibs/include/
H A Ddemangle.h475 const char *type_name);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-typeprint.c748 char *type_name = demangled_type_name (type);
767 if (type_name != NULL && show <= 0)
770 ada_name_prefix_len (type_name), type_name);
747 char *type_name = demangled_type_name (type); local
H A Dstabsread.c1495 char *type_name;
1543 to = type_name =
1569 && strcmp (DEPRECATED_SYMBOL_NAME (sym), type_name) == 0)
1571 obstack_free (&objfile->objfile_obstack, type_name);
1586 TYPE_TAG_NAME (type) = type_name;
1491 char *type_name; local
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dqtool.pl1131 my $type_name;
1134 $type_name = ref($source);
1136 if ($type_name eq "QueuedMessage")
1141 if ($type_name eq "Queue")
1146 return "Queue does not know how to add a '$type_name'"
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dresolve.c576 dns_lookup(const char *domain, const char *type_name) argument
580 type = dns_string_to_type(type_name);
584 type_name);
696 dns_lookup(const char *domain, const char *type_name) argument
/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c4755 struct c_type_name *type_name;
4759 type_name = c_parser_type_name (parser);
4761 if (type_name == NULL)
4769 used_types_insert (type_name->specs->type);
4773 type_name);
4776 ret.value = c_cast_expr (type_name, expr.value);
4924 struct c_type_name *type_name;
4926 type_name = c_parser_type_name (parser);
4928 if (type_name == NULL)
4940 type_name);
4753 struct c_type_name *type_name; local
4922 struct c_type_name *type_name; local
4980 struct c_type_name *type_name; local
5153 struct c_type_name *type_name; local
5483 c_parser_postfix_expression_after_paren_type(c_parser *parser, struct c_type_name *type_name) argument
[all...]
H A Dc-decl.c3215 groktypename (struct c_type_name *type_name)
3218 tree attrs = type_name->specs->attrs;
3220 type_name->specs->attrs = NULL_TREE;
3222 type = grokdeclarator (type_name->declarator, type_name->specs, TYPENAME,
3198 groktypename(struct c_type_name *type_name) argument
H A Ddwarf2out.c8417 tree type_name = TYPE_NAME (type);
8420 if (type_name != NULL && TREE_CODE (type_name) == TYPE_DECL)
8421 type_name = DECL_NAME (type_name);
8426 if (type_name == subtype_name)
8405 tree type_name = TYPE_NAME (type); local
/freebsd-9.3-release/sys/netgraph/
H A Dng_message.h282 char type_name[NG_TYPESIZ]; /* name of type */ member in struct:typeinfo
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dcgram.y249 %type <y_type> type_name
1146 type_name: label
1577 | T_SIZEOF T_LPARN type_name T_RPARN %prec T_SIZEOF {
1580 | T_LPARN type_name T_RPARN term %prec T_UNOP {
/freebsd-9.3-release/crypto/openssh/
H A Dkey.c2470 char *type_name; local
2481 type_name = buffer_get_string(blob, NULL);
2482 type = key_type_from_name(type_name);
2504 k->ecdsa_nid = key_ecdsa_nid_from_name(type_name);
2605 free(type_name);
2609 free(type_name);
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h663 CheckValueTypeMatcher(StringRef type_name) argument
664 : Matcher(CheckValueType), TypeName(type_name) {}
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c1155 strcpy(t->name, typelist->typeinfo[u].type_name);

Completed in 504 milliseconds

12