| /src/external/bsd/nvi/dist/vi/ |
| v_increment.c | 67 const CHAR_T *ntype; local 123 ntype = p[beg + 1] == L('X') ? fmt[HEXC] : fmt[HEXL]; 129 ntype = fmt[OCTAL]; 133 ntype = fmt[SDEC]; 139 ntype = fmt[DEC]; 154 ntype = fmt[DEC]; 208 if (lval == 0 && ntype == fmt[SDEC]) 209 ntype = fmt[DEC]; 210 nlen = SPRINTF(nbuf, SIZE(nbuf), ntype, lval); 232 nlen = SPRINTF(nbuf, SIZE(nbuf), ntype, wlen, ulval) [all...] |
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_lookup.c | 92 ctf_id_t ntype, ptype; local 117 ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX(fp, type)]; 118 if (ntype == 0) { 119 ntype = ctf_type_resolve(fp, type); 120 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[ 121 LCTF_TYPE_TO_INDEX(fp, ntype)]) == 0) { 127 type = LCTF_INDEX_TO_TYPE(fp, ntype,
|
| ctf_types.c | 651 ctf_id_t ntype; local 656 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX(fp, type)]) != 0) 657 return (LCTF_INDEX_TO_TYPE(fp, ntype, (fp->ctf_flags & LCTF_CHILD))); 665 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX(fp, type)]) != 0) 666 return (LCTF_INDEX_TO_TYPE(fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
|
| /src/external/gpl2/xcvs/dist/src/ |
| hash.h | 22 enum ntype enum 28 typedef enum ntype Ntype; 32 Ntype type;
|
| /src/lib/libedit/ |
| map.c | 1293 int ntype, rem; local 1307 ntype = XK_CMD; 1317 ntype = XK_STR; 1389 switch (ntype) { 1397 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype); 1399 keymacro_add(el, in, keymacro_map_str(el, out), ntype); 1411 terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype); 1414 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype); 1425 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
|
| /src/external/gpl2/mkhybrid/dist/ |
| mac_label.h | 99 int ntype; /* Partition type (numeric) */ member in struct:__anon9516
|
| /src/external/gpl3/gcc/dist/libobjc/ |
| encoding.c | 1080 const char *ntype; local 1092 ntype = type; 1093 while (*ntype != _C_STRUCT_E && *ntype != _C_STRUCT_B && *ntype != _C_UNION_B 1094 && *ntype++ != '=') 1097 /* If there's a "<name>=", ntype - 1 points to '='; skip the name. */ 1098 if (*(ntype - 1) == '=') 1099 type = ntype;
|
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| encoding.c | 1075 const char *ntype; local 1087 ntype = type; 1088 while (*ntype != _C_STRUCT_E && *ntype != _C_STRUCT_B && *ntype != _C_UNION_B 1089 && *ntype++ != '=') 1092 /* If there's a "<name>=", ntype - 1 points to '='; skip the the name */ 1093 if (*(ntype - 1) == '=') 1094 type = ntype;
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-lookup.c | 143 ctf_id_t ntype, ptype; local 178 ntype = CTF_ERR; 181 ntype = child->ctf_pptrtab[idx]; 182 if (ntype) 185 ntype = CTF_ERR; 188 if (ntype == CTF_ERR) 190 ntype = fp->ctf_ptrtab[idx]; 191 if (ntype == 0) 192 ntype = CTF_ERR; 196 if (ntype == CTF_ERR [all...] |
| ctf-types.c | 1138 ctf_id_t ntype; local 1143 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]) != 0) 1144 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD))); 1152 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]) != 0) 1153 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
|
| /src/external/mit/isl/dist/ |
| isl_morph.c | 480 isl_size ntype; local 498 ntype = isl_basic_set_dim(bset, type); 500 if (ntype < 0 || total < 0) 503 orest = otype + ntype; 510 if (isl_seq_first_non_zero(bset->eq[f_eq + n_eq] + otype, ntype) == -1) 529 space = isl_space_drop_dims(space, type, 0, ntype); 530 space = isl_space_add_dims(space, type, ntype - n_eq);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| tls_g.c | 603 int ntype = IS_DNS; local 634 ntype = IS_IP6; 638 if (inet_aton(name, (struct in_addr *)&addr)) ntype = IS_IP4; 641 if (ntype == IS_DNS) { 661 if (ntype != IS_DNS) continue; 675 if (ntype == IS_DNS) continue; 678 if (ntype == IS_IP6 && altnamesize != sizeof(struct in6_addr)) { 682 if (ntype == IS_IP4 && altnamesize != sizeof(struct in_addr)) {
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-lookup.c | 143 ctf_id_t ntype, ptype; local 178 ntype = CTF_ERR; 181 ntype = child->ctf_pptrtab[idx]; 182 if (ntype) 185 ntype = CTF_ERR; 188 if (ntype == CTF_ERR) 190 ntype = fp->ctf_ptrtab[idx]; 191 if (ntype == 0) 192 ntype = CTF_ERR; 196 if (ntype == CTF_ERR [all...] |
| ctf-types.c | 1159 ctf_id_t ntype; local 1164 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]) != 0) 1165 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD))); 1173 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]) != 0) 1174 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-lookup.c | 143 ctf_id_t ntype, ptype; local 178 ntype = CTF_ERR; 181 ntype = child->ctf_pptrtab[idx]; 182 if (ntype) 185 ntype = CTF_ERR; 188 if (ntype == CTF_ERR) 190 ntype = fp->ctf_ptrtab[idx]; 191 if (ntype == 0) 192 ntype = CTF_ERR; 196 if (ntype == CTF_ERR [all...] |
| ctf-types.c | 1159 ctf_id_t ntype; local 1164 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]) != 0) 1165 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD))); 1173 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]) != 0) 1174 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-lookup.c | 143 ctf_id_t ntype, ptype; local 178 ntype = CTF_ERR; 181 ntype = child->ctf_pptrtab[idx]; 182 if (ntype) 185 ntype = CTF_ERR; 188 if (ntype == CTF_ERR) 190 ntype = fp->ctf_ptrtab[idx]; 191 if (ntype == 0) 192 ntype = CTF_ERR; 196 if (ntype == CTF_ERR [all...] |
| ctf-types.c | 1138 ctf_id_t ntype; local 1143 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]) != 0) 1144 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD))); 1152 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX (fp, type)]) != 0) 1153 return (LCTF_INDEX_TO_TYPE (fp, ntype, (fp->ctf_flags & LCTF_CHILD)));
|
| /src/usr.bin/find/ |
| find.h | 41 enum ntype { enum 66 enum ntype type; /* plan node type */ 133 enum ntype token; /* token type */
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| aci.c | 1567 ntype = BER_BVNULL, local 1637 ntype = *OpenLDAPacitypes[ idx ]; 1683 bv.bv_len = ntype.bv_len; 1716 ptr = lutil_strncopy( ptr, ntype.bv_val, ntype.bv_len ); 1731 ntype = bv; 1769 + ntype.bv_len + STRLENOF( "#" ) 1782 ptr = lutil_strncopy( ptr, ntype.bv_val, ntype.bv_len ); 1796 ber_memfree_x( ntype.bv_val, ctx ) [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| ddt.c | 1009 enum ddt_type ntype = DDT_TYPE_CURRENT; local 1042 (otype != ntype || oclass != nclass || total_refcnt == 0)) { 1048 dde->dde_type = ntype; 1051 if (!ddt_object_exists(ddt, ntype, nclass)) 1052 ddt_object_create(ddt, ntype, nclass, tx); 1053 VERIFY(ddt_object_update(ddt, ntype, nclass, dde, tx) == 0);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-xcoff.c | 365 unsigned short ntype; member in struct:xcoff32_symbol::sym 694 s->sym.ntype = bfd_h_get_16 (abfd, sym.e_type); 803 printf (" %04x %3u ", s->sym.ntype, s->sym.numaux);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-xcoff.c | 365 unsigned short ntype; member in struct:xcoff32_symbol::sym 694 s->sym.ntype = bfd_h_get_16 (abfd, sym.e_type); 803 printf (" %04x %3u ", s->sym.ntype, s->sym.numaux);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| fold-const.cc | 820 tree ntype = TYPE_UNSIGNED (type) 823 tree temp = fold_convert_loc (loc, ntype, TREE_OPERAND (t, 0)); 824 temp = fold_build2_loc (loc, RSHIFT_EXPR, ntype, temp, op1); 817 tree ntype = TYPE_UNSIGNED (type) local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fold-const.cc | 724 tree ntype = TYPE_UNSIGNED (type) 727 tree temp = fold_convert_loc (loc, ntype, TREE_OPERAND (t, 0)); 728 temp = fold_build2_loc (loc, RSHIFT_EXPR, ntype, temp, op1); 721 tree ntype = TYPE_UNSIGNED (type) local
|