Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 1090) sorted by relevance

12345678910>>...44

/NextBSD/lib/libc/stdio/
HDprintf-pos.c85 inittypes(struct typetable *types) in inittypes() argument
89 types->table = types->stattable; in inittypes()
90 types->tablesize = STATIC_ARG_TBL_SIZE; in inittypes()
91 types->tablemax = 0; in inittypes()
92 types->nextarg = 1; in inittypes()
94 types->table[n] = T_UNUSED; in inittypes()
101 freetypes(struct typetable *types) in freetypes() argument
104 if (types->table != types->stattable) in freetypes()
105 free (types->table); in freetypes()
113 _ensurespace(struct typetable *types) in _ensurespace() argument
[all …]
/NextBSD/tools/regression/capsicum/libcapsicum/
HDdns.c224 const char *types[2]; in main() local
252 types[0] = "NAME"; in main()
253 types[1] = "ADDR"; in main()
254 CHECK(cap_dns_type_limit(capdns, types, 2) == 0); in main()
274 types[0] = "NAME"; in main()
275 CHECK(cap_dns_type_limit(capdns, types, 1) == 0); in main()
276 types[1] = "ADDR"; in main()
277 CHECK(cap_dns_type_limit(capdns, types, 2) == -1 && in main()
279 types[0] = "ADDR"; in main()
280 CHECK(cap_dns_type_limit(capdns, types, 1) == -1 && in main()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDTypes.cpp17 using namespace clang::driver::types;
39 const char *types::getTypeName(ID Id) { in getTypeName()
43 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType()
47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix()
57 bool types::onlyAssembleType(ID Id) { in onlyAssembleType()
61 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType()
65 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified()
69 bool types::appendSuffixForType(ID Id) { in appendSuffixForType()
73 bool types::canLipoType(ID Id) { in canLipoType()
80 bool types::isAcceptedByClang(ID Id) { in isAcceptedByClang()
[all …]
HDAction.cpp48 InputAction::InputAction(const Arg &_Input, types::ID _Type) in InputAction()
80 types::ID Type) in JobAction()
83 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
90 types::ID OutputType) in PreprocessJobAction()
96 types::ID OutputType) in PrecompileJobAction()
102 types::ID OutputType) in AnalyzeJobAction()
108 types::ID OutputType) in MigrateJobAction()
114 types::ID OutputType) in CompileJobAction()
120 types::ID OutputType) in BackendJobAction()
126 types::ID OutputType) in AssembleJobAction()
[all …]
HDDriver.cpp537 if (types::getPreprocessedType(it->first) == types::TY_INVALID) { in generateCompilationDiagnostics()
928 << types::getTypeName(A->getType()) << "\n"; in PrintActions1()
999 if (Archs.size() > 1 && !types::canLipoType(Act->getType())) in BuildUniversalActions()
1001 << types::getTypeName(Act->getType()); in BuildUniversalActions()
1013 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing) in BuildUniversalActions()
1028 if (Act->getType() == types::TY_Image) { in BuildUniversalActions()
1032 Actions.push_back(new DsymutilJobAction(Inputs, types::TY_dSYM)); in BuildUniversalActions()
1040 types::TY_Nothing)); in BuildUniversalActions()
1083 types::ID InputType = types::TY_Nothing; in BuildInputs()
1091 ? types::TY_C in BuildInputs()
[all …]
HDInputInfo.h41 types::ID Type;
46 InputInfo(types::ID _Type, const char *_BaseInput) in InputInfo()
49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput) in InputInfo()
53 InputInfo(const llvm::opt::Arg *_InputArg, types::ID _Type, in InputInfo()
62 types::ID getType() const { return Type; } in getType()
/NextBSD/usr.bin/mklocale/
HDyacc.y68 rune_map types = { { 0 }, NULL }; variable
136 { set_map(&types, $2, $1); }
142 { set_digitmap(&types, $2); }
360 list->types = xlalloc(run); in add_map()
362 list->types[i] = flag; in add_map()
377 list->types = xlalloc(run); in add_map()
379 list->types[i] = flag; in add_map()
392 list->types = xlalloc(run); in add_map()
394 list->types[i] = flag; in add_map()
433 r->types[i - r->min] |= flag; in add_map()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Driver/
HDAction.h69 types::ID Type;
76 Action(ActionClass Kind, types::ID Type) in Action()
78 Action(ActionClass Kind, std::unique_ptr<Action> Input, types::ID Type) in Action()
84 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action()
95 types::ID getType() const { return Type; } in getType()
113 InputAction(const llvm::opt::Arg &Input, types::ID Type);
176 JobAction(ActionClass Kind, std::unique_ptr<Action> Input, types::ID Type);
177 JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type);
189 PreprocessJobAction(std::unique_ptr<Action> Input, types::ID OutputType);
199 PrecompileJobAction(std::unique_ptr<Action> Input, types::ID OutputType);
[all …]
/NextBSD/contrib/binutils/binutils/
HDrdcoff.c108 coff_get_slot (struct coff_types *types, int indx) in coff_get_slot() argument
112 pps = &types->slots; in coff_get_slot()
138 struct coff_types *types, long coff_symno, int ntype, in parse_coff_type() argument
152 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
158 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
186 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
190 types, in parse_coff_type()
211 slot = coff_get_slot (types, pauxent->x_sym.x_tagndx.l); in parse_coff_type()
227 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype, in parse_coff_type()
235 struct coff_types *types, long coff_symno, int ntype, in parse_coff_base_type() argument
[all …]
HDieee.c117 struct ieee_type *types; member
164 struct ieee_types types; member
594 && info->types.builtins[indx] != DEBUG_TYPE_NULL) in ieee_builtin_type()
595 return info->types.builtins[indx]; in ieee_builtin_type()
604 info->types.builtins[indx] = type; in ieee_builtin_type()
765 info->types.builtins[indx] = type; in ieee_builtin_type()
781 if (indx >= info->types.alloc) in ieee_alloc_type()
783 nalloc = info->types.alloc; in ieee_alloc_type()
789 info->types.types = ((struct ieee_type *) in ieee_alloc_type()
790 xrealloc (info->types.types, in ieee_alloc_type()
[all …]
/NextBSD/cddl/contrib/opensolaris/lib/pyzfs/common/
HDuserspace.py54 if isgroup and "posixgroup" not in options.types and \
55 "smbgroup" not in options.types:
57 if not isgroup and "posixuser" not in options.types and \
58 "smbuser" not in options.types:
77 if typename.lower().replace(" ", "") not in options.types:
154 types = ("all", "posixuser", "smbuser", "posixgroup", "smbgroup")
193 options.types = options.types.split(",")
194 for t in options.types:
195 if t not in types:
201 if "all" in options.types:
[all …]
/NextBSD/contrib/binutils/gas/config/
HDtc-i386.c134 unsigned int types[MAX_OPERANDS]; member
1372 pt (x->types[i]); in pi()
1374 if (x->types[i] in pi()
1377 if (x->types[i] & Imm) in pi()
1379 if (x->types[i] & Disp) in pi()
1751 && !((i.types[0] & Imm) && (i.types[1] & Imm)))
1817 if (i.types[0] & Imm1)
1819 if (i.types[0] & ImplicitRegister)
1821 if (i.types[1] & ImplicitRegister)
1823 if (i.types[2] & ImplicitRegister)
[all …]
/NextBSD/crypto/openssl/crypto/asn1/
HDa_mbstr.c323 unsigned long types; in type_str() local
324 types = *((unsigned long *)arg); in type_str()
325 if ((types & B_ASN1_PRINTABLESTRING) && !is_printable(value)) in type_str()
326 types &= ~B_ASN1_PRINTABLESTRING; in type_str()
327 if ((types & B_ASN1_IA5STRING) && (value > 127)) in type_str()
328 types &= ~B_ASN1_IA5STRING; in type_str()
329 if ((types & B_ASN1_T61STRING) && (value > 0xff)) in type_str()
330 types &= ~B_ASN1_T61STRING; in type_str()
331 if ((types & B_ASN1_BMPSTRING) && (value > 0xffff)) in type_str()
332 types &= ~B_ASN1_BMPSTRING; in type_str()
[all …]
/NextBSD/crypto/heimdal/doc/
HDlayman.asc62 one to define a variety data types, from simple types such
63 as integers and bit strings to structured types such as sets
64 and sequences, as well as complex types defined in terms of
77 ASN.1 types and their BER and DER encodings. Sections 2-4
79 Section 5 lists some ASN.1 types, giving their notation,
119 notation for describing abstract types and values.
121 In ASN.1, a type is a set of values. For some types, there
122 are a finite number of values, and for other types there are
125 simple types, which are "atomic" and have no components;
126 structured types, which have components; tagged types, which
[all …]
/NextBSD/libexec/talkd/
HDprint.c49 static const char *types[] = variable
51 #define NTYPES (sizeof (types) / sizeof (types[0]))
67 tp = types[mp->type]; in print_request()
82 tp = types[rp->type]; in print_response()
/NextBSD/contrib/apr/docs/
HDincomplete_types2 types?" This document will try to explain that.
4 Incomplete types are used in APR because they can enforce portability, and
6 types on all platforms. Imagine a scenario where APR wasn't using incomplete
7 types. The ap_file_t type would have to be defined as:
42 using incomplete types. However, using this structure leads developers to
68 developers to easily use native types on all platforms with the same code.
72 Having said all of that, sometimes incomplete types just don't make sense.
73 For example, the first implementation of time functions used incomplete types,
79 APR is trying hard to provide a balance of incomplete and complete types,
83 and design parts of APR that do not use incomplete types.
/NextBSD/cddl/contrib/dtracetoolkit/Bin/
Dsh_calltime.d89 @types[this->file, "builtin", this->name] = sum(this->elapsed);
90 @types["-", "total", "-"] = sum(this->elapsed);
110 @types[this->file, "cmd", this->name] = sum(this->elapsed);
111 @types["-", "total", "-"] = sum(this->elapsed);
122 normalize(@types, 1000);
125 printa(" %-20s %-10s %-32s %@8d\n", @types);
Dsh_cputime.d89 @types[this->file, "builtin", this->name] = sum(this->oncpu);
90 @types["-", "total", "-"] = sum(this->oncpu);
130 @types[incmd[ppid], "cmd", execname] = sum(this->oncpu);
131 @types["-", "total", "-"] = sum(this->oncpu);
144 normalize(@types, 1000);
147 printa(" %-20s %-10s %-32s %@8d\n", @types);
/NextBSD/cddl/contrib/dtracetoolkit/Shell/
HDsh_calltime.d89 @types[this->file, "builtin", this->name] = sum(this->elapsed);
90 @types["-", "total", "-"] = sum(this->elapsed);
110 @types[this->file, "cmd", this->name] = sum(this->elapsed);
111 @types["-", "total", "-"] = sum(this->elapsed);
122 normalize(@types, 1000);
125 printa(" %-20s %-10s %-32s %@8d\n", @types);
HDsh_cputime.d89 @types[this->file, "builtin", this->name] = sum(this->oncpu);
90 @types["-", "total", "-"] = sum(this->oncpu);
130 @types[incmd[ppid], "cmd", execname] = sum(this->oncpu);
131 @types["-", "total", "-"] = sum(this->oncpu);
144 normalize(@types, 1000);
147 printa(" %-20s %-10s %-32s %@8d\n", @types);
/NextBSD/crypto/openssh/regress/
HDssh-com-keygen.sh41 types="dss"
44 types="$types rsa"
47 for t in $types; do
/NextBSD/crypto/heimdal/lib/krb5/
HDkrbhst-test.c64 int types[] = {KRB5_KRBHST_KDC, KRB5_KRBHST_ADMIN, KRB5_KRBHST_CHANGEPW, in main() local
90 for (j = 0; j < sizeof(types)/sizeof(*types); ++j) { in main()
93 krb5_krbhst_init(context, argv[i], types[j], &handle); in main()
/NextBSD/contrib/llvm/include/llvm/IR/
HDTypeBuilder.h89 namespace types {
189 class TypeBuilder<types::i<num_bits>, cross> {
212 template<bool cross> class TypeBuilder<types::ieee_float, cross> {
216 template<bool cross> class TypeBuilder<types::ieee_double, cross> {
220 template<bool cross> class TypeBuilder<types::x86_fp80, cross> {
224 template<bool cross> class TypeBuilder<types::fp128, cross> {
228 template<bool cross> class TypeBuilder<types::ppc_fp128, cross> {
232 template<bool cross> class TypeBuilder<types::x86_mmx, cross> {
247 : public TypeBuilder<types::i<8>*, false> {};
249 : public TypeBuilder<types::i<8>*, false> {};
[all …]
/NextBSD/contrib/xz/src/xz/
HDargs.c393 } types[] = { in parse_real() local
404 while (strcmp(types[i].str, optarg) != 0) in parse_real()
405 if (++i == ARRAY_SIZE(types)) in parse_real()
410 opt_format = types[i].format; in parse_real()
419 } types[] = { in parse_real() local
427 while (strcmp(types[i].str, optarg) != 0) { in parse_real()
428 if (++i == ARRAY_SIZE(types)) in parse_real()
436 if (!lzma_check_is_supported(types[i].check)) in parse_real()
440 coder_set_check(types[i].check); in parse_real()
/NextBSD/contrib/less/
HDmkutable24 my %types;
28 $types{$arg} = 1;
30 my %out = ( 'types' => \%types );
52 my $match = ${${$out}{types}}{$type};

12345678910>>...44