| /src/tests/usr.bin/indent/ |
| lsym_case_label.c | 82 const char *type_name = _Generic( variable 91 const char *type_name = _Generic( variable
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| safe_math.h | 34 #define OSSL_SAFE_MATH_ADDS(type_name, type, min, max) \ 35 static ossl_inline ossl_unused type safe_add_##type_name(type a, \ 47 #define OSSL_SAFE_MATH_ADDU(type_name, type, max) \ 48 static ossl_inline ossl_unused type safe_add_##type_name(type a, \ 61 #define OSSL_SAFE_MATH_ADDS(type_name, type, min, max) \ 62 static ossl_inline ossl_unused type safe_add_##type_name(type a, \ 75 #define OSSL_SAFE_MATH_ADDU(type_name, type, max) \ 76 static ossl_inline ossl_unused type safe_add_##type_name(type a, \ 90 #define OSSL_SAFE_MATH_SUBS(type_name, type, min, max) \ 91 static ossl_inline ossl_unused type safe_sub_##type_name(type a, [all...] |
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
| struct-lookup.c | 11 char *type_name; local 34 type_name = ctf_type_aname (fp, mi.ctm_type); 35 printf ("baz is of type %s, at offset %lx\n", type_name, mi.ctm_offset); 36 free (type_name); 41 type_name = ctf_type_aname (fp, mi.ctm_type); 42 printf ("one_more_level is of type %s, at offset %lx\n", type_name, mi.ctm_offset); 43 free (type_name);
|
| struct-iteration.c | 10 char *type_name = ctf_type_aname (fp, membtype); local 13 name, offset, membtype, type_name); 14 free (type_name); 55 char *type_name = ctf_type_aname (fp, membtype); local 58 name, offset, membtype, type_name); 59 free (type_name);
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/ |
| struct-lookup.c | 11 char *type_name; local 34 type_name = ctf_type_aname (fp, mi.ctm_type); 35 printf ("baz is of type %s, at offset %lx\n", type_name, mi.ctm_offset); 36 free (type_name); 41 type_name = ctf_type_aname (fp, mi.ctm_type); 42 printf ("one_more_level is of type %s, at offset %lx\n", type_name, mi.ctm_offset); 43 free (type_name);
|
| struct-iteration.c | 10 char *type_name = ctf_type_aname (fp, membtype); local 13 name, offset, membtype, type_name); 14 free (type_name); 54 char *type_name = ctf_type_aname (fp, membtype); local 57 name, offset, membtype, type_name); 58 free (type_name);
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
| pptrtab.c | 13 char *type_name; local 41 type_name = ctf_type_aname (cfp, type); 43 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); 44 free (type_name); 59 type_name = ctf_type_aname (cfp, type); 61 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); 62 free (type_name); 80 type_name = ctf_type_aname (cfp, type); 82 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); 83 free (type_name); [all...] |
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/ |
| pptrtab.c | 13 char *type_name; local 41 type_name = ctf_type_aname (cfp, type); 43 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); 44 free (type_name); 59 type_name = ctf_type_aname (cfp, type); 61 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); 62 free (type_name); 80 type_name = ctf_type_aname (cfp, type); 82 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); 83 free (type_name); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-lookup-type.exp | 30 proc test_lookup_type { lang type_name } { 32 gdb_test "python print(gdb.lookup_type('${type_name}').name)" \ 33 "${type_name}" \ 34 "lookup type ${type_name} using language ${lang}"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-lookup-type.exp | 30 proc test_lookup_type { lang type_name } { 32 gdb_test "python print(gdb.lookup_type('${type_name}').name)" \ 33 "${type_name}" \ 34 "lookup type ${type_name} using language ${lang}"
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DataObject.cc | 126 DataObject::set_dobjname (char *type_name, char *inst_name) 135 if (type_name) 136 _typename = dbe_strdup (type_name); 137 _unannotated_name = dbe_sprintf (NTXT ("{%s %s}"), type_name, 143 _unannotated_name = dbe_strdup (type_name); 148 if (type_name) 149 _typename = dbe_strdup (type_name); 153 type_name ? type_name : NTXT ("NO_TYPE"), 157 type_name ? type_name : NTXT ("NO_TYPE") [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DataObject.cc | 126 DataObject::set_dobjname (char *type_name, char *inst_name) 135 if (type_name) 136 _typename = dbe_strdup (type_name); 137 _unannotated_name = dbe_sprintf (NTXT ("{%s %s}"), type_name, 143 _unannotated_name = dbe_strdup (type_name); 148 if (type_name) 149 _typename = dbe_strdup (type_name); 153 type_name ? type_name : NTXT ("NO_TYPE"), 157 type_name ? type_name : NTXT ("NO_TYPE") [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| nbdb_util.c | 144 static VSTRING *type_name = 0; local 148 if (type_name == 0) 149 type_name = vstring_alloc(100); 161 vstring_sprintf(type_name, "%s:%s", leg_type, name); 162 if ((non_leg_type = dict_get(nbdb_cust_map, STR(type_name))) == 0 169 STR(type_name));
|
| /src/usr.bin/xlint/common/ |
| externs.h | 38 const char *type_name(const type_t *);
|
| tyname.c | 175 buf_add(buf, type_name(param->s_type)); 185 buf_add(buf, type_name(*argtype)); 194 buf_add(buf, type_name(tp->t_subt)); 245 buf_add(buf, type_name(tp->t_subt)); 249 type_name(const type_t *tp) function 287 buf_add(&buf, type_name(tp->t_subt)); 315 const char *tp_name = type_name(tn->tn_type); 316 const char *otp_name = type_name(before_conversion(tn)->tn_type);
|
| /src/external/ibm-public/postfix/dist/conf/ |
| postfix-non-bdb-script | 161 for type_name in `$postconf -h authorized_flush_users \ 165 case $type_name in 167 $INFO Proactively reindexing $type_name 168 postmap $type_name || exit 1;;
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| defun.c | 341 char *type_name = NULL; 444 type_name = next_nonwhite_defun_arg (&scan_args); 500 execute_string (" --- %s: %s %s", category, type_name, defined_name); 503 execute_string (" --- %s %s %s: %s", category, _("of"), type_name, 508 execute_string (" --- %s %s %s: %s %s", category, _("of"), type_name, 512 execute_string (" --- %s %s %s: %s", category, _("on"), type_name, 516 execute_string (" --- %s %s %s: %s %s", category, _("on"), type_name, 520 execute_string (" --- %s %s %s: %s %s", category, _("on"), type_name, 548 execute_string ("--- %s %s %s: ", category, _("of"), type_name); 554 execute_string ("--- %s %s %s: ", category, _("on"), type_name); 340 char *type_name = NULL; local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| signature.c | 73 if ((signature->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) 297 "missing %s newctx or freectx:%s", signature->type_name, desc); 311 "missing %s params getter or setter:%s", signature->type_name, desc); 316 "missing %s init:%s", signature->type_name, desc); 330 "missing %s signing function:%s", signature->type_name, desc); 341 "missing %s sign_init or sign_message_init:%s", signature->type_name, desc); 354 "missing %s verification function:%s", signature->type_name, desc); 365 signature->type_name, desc); 375 "missing %s verify_recover:%s", signature->type_name, desc); 386 "missing %s digest_sign function:%s", signature->type_name, desc) [all...] |
| /src/external/bsd/kyua-testers/dist/ |
| error.c | 49 return snprintf(output_buffer, output_size, "Error '%s'", error->type_name); 56 /// \param type_name Name of the error type. 66 error_init(kyua_error_t const error, const char* const type_name, 91 error->type_name = type_name; 102 /// \param type_name Name of the error type. 111 kyua_error_new(const char* const type_name, void* const data, 122 if (!error_init(error, type_name, data, data_size, format_callback)) { 206 /// \param type_name The type of the expected error. 208 /// \return True if the error is of type type_name [all...] |
| /src/external/ibm-public/postfix/dist/src/util/ |
| mac_parse.c | 173 char *type_name; local 177 type_name = "MAC_PARSE_EXPR"; 180 type_name = "MAC_PARSE_LITERAL"; 185 vstream_printf("%s \"%s\"\n", type_name, vstring_str(buf));
|
| /src/external/ibm-public/postfix/dist/src/proxymap/ |
| proxymap.c | 340 static char *get_nested_dict_name(char *type_name) 353 if (strncmp(type_name, prefix->type_col, prefix->type_col_len) == 0) 354 return (type_name + prefix->type_col_len); 748 char *type_name; local 750 while ((type_name = mystrtokq(&bp, sep, parens)) != 0) { 754 if (*type_name == parens[0]) { 758 if ((err = extpar(&type_name, parens, EXTPAR_FLAG_NONE)) != 0) { 764 if ((type_name = mystrtokq(&type_name, sep, parens)) == 0) 768 if (*type_name == '/') [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| godump.cc | 522 && (TYPE_NAME (TREE_TYPE (decl)) == NULL_TREE 523 || TREE_CODE (TYPE_NAME (TREE_TYPE (decl))) != IDENTIFIER_NODE) 694 && TYPE_NAME (type) != NULL_TREE 704 if (DECL_P (TYPE_NAME (type)) 705 && DECL_IS_UNDECLARED_BUILTIN (TYPE_NAME (type))) 967 if (TYPE_NAME (TREE_TYPE (field)) != NULL_TREE 1221 && TYPE_NAME (TREE_TYPE (decl)) != NULL) 1227 type = IDENTIFIER_POINTER (TYPE_NAME (TREE_TYPE ((decl)))); 1242 IDENTIFIER_POINTER (TYPE_NAME (TREE_TYPE (decl)))); 1249 IDENTIFIER_POINTER (TYPE_NAME (TREE_TYPE (decl))) 1264 tree type_name; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| godump.cc | 522 && (TYPE_NAME (TREE_TYPE (decl)) == NULL_TREE 523 || TREE_CODE (TYPE_NAME (TREE_TYPE (decl))) != IDENTIFIER_NODE) 694 && TYPE_NAME (type) != NULL_TREE 704 if (DECL_P (TYPE_NAME (type)) 705 && DECL_IS_UNDECLARED_BUILTIN (TYPE_NAME (type))) 948 if (TYPE_NAME (TREE_TYPE (field)) != NULL_TREE 1197 && TYPE_NAME (TREE_TYPE (decl)) != NULL) 1203 type = IDENTIFIER_POINTER (TYPE_NAME (TREE_TYPE ((decl)))); 1218 IDENTIFIER_POINTER (TYPE_NAME (TREE_TYPE (decl)))); 1225 IDENTIFIER_POINTER (TYPE_NAME (TREE_TYPE (decl))) 1240 tree type_name; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| signed-builtin-types.exp | 54 foreach_with_prefix type_name {"short" "int" "long" "char"} { 67 gdb_test "print/d sizeof ($type_prefix $type_name)" " = $decimal"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| signed-builtin-types.exp | 54 foreach_with_prefix type_name {"short" "int" "long" "char"} { 67 gdb_test "print/d sizeof ($type_prefix $type_name)" " = $decimal"
|