| /src/usr.bin/moduli/qsafe/ |
| qsafe.c | 88 uint32_t in_type; local 137 in_type = strtoul(cp, &cp, 10); 162 switch (in_type) { 167 in_type); 183 count_in, in_type);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390-c.cc | 784 tree in_type = TREE_TYPE (in_arg); local 789 if (b_arg_type != in_type 790 && TYPE_MAIN_VARIANT (b_arg_type) != TYPE_MAIN_VARIANT (in_type)) 794 if (lang_hooks.types_compatible_p (in_type, b_arg_type)) 798 lang_hooks.types.type_promotes_to (in_type), 810 && TREE_CODE (in_type) == INTEGER_TYPE) 818 if (POINTER_TYPE_P (b_arg_type) && POINTER_TYPE_P (in_type) 819 && !(TYPE_QUALS (TREE_TYPE (in_type)) 822 & ~TYPE_QUALS (TREE_TYPE (in_type)))) 825 build_qualified_type (TREE_TYPE (in_type), [all...] |
| /src/external/bsd/file/dist/src/ |
| print.c | 67 (m->in_type < file_nnames) ? file_names[m->in_type] : 68 "*bad in_type*");
|
| apprentice.c | 2138 m->in_type = FILE_LONG; 2150 m->in_type = FILE_LELONG; 2153 m->in_type = FILE_BELONG; 2156 m->in_type = FILE_MELONG; 2160 m->in_type = FILE_LESHORT; 2164 m->in_type = FILE_BESHORT; 2170 m->in_type = FILE_BYTE; 2175 m->in_type = FILE_LEDOUBLE; 2180 m->in_type = FILE_BEDOUBLE; 2183 m->in_type = FILE_LEID3 [all...] |
| softmagic.c | 1601 int rv, oneed_separator, in_type, nfound_match; local 1645 switch (op = cvt_flip(m->in_type, flip)) { 1711 switch (in_type = cvt_flip(m->in_type, flip)) { 1741 if (in_type == FILE_BEID3) 1751 if (in_type == FILE_LEID3) 1789 fprintf(stderr, "bad in_type=%d\n", in_type);
|
| file.h | 231 uint8_t in_type; /* type of indirection */ member in struct:magic
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 2377 const char *in_type, 2402 else if (pos > 0 && in_type) 2403 return in_type; 2413 else if (in_type) 2414 return in_type; 2424 int depth, const char *in_type, capture_info *cinfo, 2443 type = in_type; 2457 if (in_type) 2458 type = in_type; 2464 in_type = NULL [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 5787 tree in_type = type; 5793 /* Check that the qualifiers on IN_TYPE are a superset of the 5800 in_type = TREE_TYPE (in_type); 5807 && TREE_CODE (in_type) == FUNCTION_TYPE) 5808 added |= (TYPE_QUALS_NO_ADDR_SPACE (in_type) 5812 & ~TYPE_QUALS_NO_ADDR_SPACE (in_type)); 5814 while (TREE_CODE (in_type) == POINTER_TYPE 5823 in IN_TYPE. */ 5844 if (TYPE_MAIN_VARIANT (in_type) != TYPE_MAIN_VARIANT (in_otype) 5769 tree in_type = type; local [all...] |