Symbol: types
bin/sh/parser.c
1621
static const char types[] = "}-+?=";
bin/sh/parser.c
1686
if (strchr(types, c) == NULL && c != ':' &&
bin/sh/parser.c
1718
p = strchr(types, c);
bin/sh/parser.c
1728
subtype = p - types + VSNORMAL;
crypto/heimdal/appl/ftp/ftp/cmds.c
207
} types[] = {
crypto/heimdal/appl/ftp/ftp/cmds.c
222
struct types *p;
crypto/heimdal/appl/ftp/ftp/cmds.c
230
for (p = types; p->t_name; p++) {
crypto/heimdal/appl/ftp/ftp/cmds.c
243
for (p = types; p->t_name; p++)
crypto/heimdal/appl/ftp/ftp/cmds.c
269
struct types *p;
crypto/heimdal/appl/ftp/ftp/cmds.c
278
for (p = types; p->t_name; p++)
crypto/heimdal/kdc/hprop.c
208
} types[] = {
crypto/heimdal/kdc/hprop.c
217
for(i = 0; i < sizeof(types) / sizeof(types[0]); i++) {
crypto/heimdal/kdc/hprop.c
218
if(strstr(types[i].name, s) == types[i].name)
crypto/heimdal/kdc/hprop.c
219
return types[i].type;
crypto/heimdal/lib/asn1/gen_template.c
162
} types[] = {
crypto/heimdal/lib/asn1/gen_template.c
200
for (i = 0; i < sizeof(types)/sizeof(types[0]); i++)
crypto/heimdal/lib/asn1/gen_template.c
201
if (t->type == types[i].type)
crypto/heimdal/lib/asn1/gen_template.c
217
for (i = 0; i < sizeof(types)/sizeof(types[0]); i++)
crypto/heimdal/lib/asn1/gen_template.c
218
if (t->type == types[i].type)
crypto/heimdal/lib/asn1/gen_template.c
219
return (types[i].symbol_name)(basename, t);
crypto/heimdal/lib/asn1/gen_template.c
447
for (i = 0; i < sizeof(types)/sizeof(types[0]); i++) {
crypto/heimdal/lib/asn1/gen_template.c
448
if (t->type == types[i].type) {
crypto/heimdal/lib/asn1/gen_template.c
449
if (types[i].is_struct == 0)
crypto/heimdal/lib/krb5/krbhst-test.c
64
int types[] = {KRB5_KRBHST_KDC, KRB5_KRBHST_ADMIN, KRB5_KRBHST_CHANGEPW,
crypto/heimdal/lib/krb5/krbhst-test.c
90
for (j = 0; j < sizeof(types)/sizeof(*types); ++j) {
crypto/heimdal/lib/krb5/krbhst-test.c
93
krb5_krbhst_init(context, argv[i], types[j], &handle);
crypto/heimdal/lib/krb5/pac.c
485
uint32_t **types)
crypto/heimdal/lib/krb5/pac.c
489
*types = calloc(p->pac->numbuffers, sizeof(*types));
crypto/heimdal/lib/krb5/pac.c
490
if (*types == NULL) {
crypto/heimdal/lib/krb5/pac.c
495
(*types)[i] = p->pac->buffers[i].type;
crypto/krb5/src/include/net-server.h
39
verto_ctx *loop_init(verto_ev_type types);
crypto/krb5/src/lib/apputils/net-server.c
225
loop_init(verto_ev_type types)
crypto/krb5/src/lib/apputils/net-server.c
227
types |= VERTO_EV_TYPE_IO;
crypto/krb5/src/lib/apputils/net-server.c
228
types |= VERTO_EV_TYPE_SIGNAL;
crypto/krb5/src/lib/apputils/net-server.c
229
types |= VERTO_EV_TYPE_TIMEOUT;
crypto/krb5/src/lib/apputils/net-server.c
230
return verto_default(NULL, types);
crypto/krb5/src/lib/gssapi/mechglue/g_inq_names.c
111
gss_OID_set types = GSS_C_NO_OID_SET;
crypto/krb5/src/lib/gssapi/mechglue/g_inq_names.c
114
status = gss_inquire_names_for_mech(&minor, mech_oid, &types);
crypto/krb5/src/lib/gssapi/mechglue/g_inq_names.c
117
status = gss_test_oid_set_member(&minor, name_type, types, &present);
crypto/krb5/src/lib/gssapi/mechglue/g_inq_names.c
118
(void) gss_release_oid_set(&minor, &types);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1320
*types_out = atypes->types;
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
289
krb5_authdatatype *types;
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
292
DEFCOUNTEDTYPE(authdata_types, struct authdata_types, types, ntypes,
crypto/krb5/src/lib/krb5/os/localauth.c
377
static const char *types[] = { "DEFAULT", NULL };
crypto/krb5/src/lib/krb5/os/localauth.c
380
vt->an2ln_types = types;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
315
static const char *types[] = { "RULE", NULL };
crypto/krb5/src/lib/krb5/os/localauth_rule.c
318
vt->an2ln_types = types;
crypto/krb5/src/lib/krb5/os/prompter.c
321
k5_set_prompt_types(krb5_context context, krb5_prompt_type *types)
crypto/krb5/src/lib/krb5/os/prompter.c
323
context->prompt_types = types;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
648
krb5_ui_4 *types = NULL;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
672
check(krb5_pac_get_types(context, old_pac, &num_buffers, &types));
crypto/krb5/src/plugins/kdb/test/kdb_test.c
676
if (types[i] == KRB5_PAC_SERVER_CHECKSUM ||
crypto/krb5/src/plugins/kdb/test/kdb_test.c
677
types[i] == KRB5_PAC_PRIVSVR_CHECKSUM ||
crypto/krb5/src/plugins/kdb/test/kdb_test.c
678
types[i] == KRB5_PAC_TICKET_CHECKSUM ||
crypto/krb5/src/plugins/kdb/test/kdb_test.c
679
types[i] == KRB5_PAC_CLIENT_INFO ||
crypto/krb5/src/plugins/kdb/test/kdb_test.c
680
types[i] == KRB5_PAC_DELEGATION_INFO)
crypto/krb5/src/plugins/kdb/test/kdb_test.c
683
check(krb5_pac_get_buffer(context, old_pac, types[i], &data));
crypto/krb5/src/plugins/kdb/test/kdb_test.c
685
if (types[i] == KRB5_PAC_LOGON_INFO) {
crypto/krb5/src/plugins/kdb/test/kdb_test.c
690
check(krb5_pac_add_buffer(context, new_pac, types[i], &data));
crypto/krb5/src/plugins/kdb/test/kdb_test.c
697
free(types);
crypto/krb5/src/plugins/localauth/test/main.c
162
static const char *types[] = { "TYPEA", "TYPEB", NULL };
crypto/krb5/src/plugins/localauth/test/main.c
165
vt->an2ln_types = types;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
283
token_types_free(token_type *types)
crypto/krb5/src/plugins/preauth/otp/otp_state.c
287
if (types == NULL)
crypto/krb5/src/plugins/preauth/otp/otp_state.c
290
for (i = 0; types[i].server != NULL; i++)
crypto/krb5/src/plugins/preauth/otp/otp_state.c
291
token_type_free(&types[i]);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
293
free(types);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
301
token_type *types = NULL;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
318
types = k5calloc(i + 2, sizeof(token_type), &retval);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
319
if (types == NULL)
crypto/krb5/src/plugins/preauth/otp/otp_state.c
325
retval = token_type_default(&types[pos++]);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
332
retval = token_type_decode(profile, names[i], &types[pos++]);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
337
*out = types;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
338
types = NULL;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
342
token_types_free(types);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
406
const token_type *types, k5_json_object obj, token *out)
crypto/krb5/src/plugins/preauth/otp/otp_state.c
422
for (i = 0; types[i].server != NULL; i++) {
crypto/krb5/src/plugins/preauth/otp/otp_state.c
423
if (strcmp(typename, types[i].name) == 0)
crypto/krb5/src/plugins/preauth/otp/otp_state.c
424
type = &types[i];
crypto/krb5/src/plugins/preauth/otp/otp_state.c
515
const token_type *types, const char *config, token **out)
crypto/krb5/src/plugins/preauth/otp/otp_state.c
538
retval = token_decode(ctx, princ, types, obj, &tokens[i]);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
584
retval = token_types_decode(profile, &self->types);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
620
token_types_free(self->types);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
718
retval = tokens_decode(state->ctx, princ, state->types, config,
crypto/krb5/src/plugins/preauth/otp/otp_state.c
75
token_type *types;
crypto/krb5/src/util/verto/ev.c
4989
ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) EV_THROW
crypto/krb5/src/util/verto/ev.c
4994
if (types & (EV_IO | EV_EMBED))
crypto/krb5/src/util/verto/ev.c
5003
if (types & EV_EMBED)
crypto/krb5/src/util/verto/ev.c
5014
if (types & EV_IO)
crypto/krb5/src/util/verto/ev.c
5020
if (types & (EV_TIMER | EV_STAT))
crypto/krb5/src/util/verto/ev.c
5026
if (types & EV_STAT)
crypto/krb5/src/util/verto/ev.c
5031
if (types & EV_TIMER)
crypto/krb5/src/util/verto/ev.c
5035
if (types & EV_PERIODIC)
crypto/krb5/src/util/verto/ev.c
5041
if (types & EV_IDLE)
crypto/krb5/src/util/verto/ev.c
5048
if (types & EV_FORK)
crypto/krb5/src/util/verto/ev.c
5055
if (types & EV_ASYNC)
crypto/krb5/src/util/verto/ev.c
5061
if (types & EV_PREPARE)
crypto/krb5/src/util/verto/ev.c
5070
if (types & EV_CHECK)
crypto/krb5/src/util/verto/ev.c
5076
if (types & EV_SIGNAL)
crypto/krb5/src/util/verto/ev.c
5087
if (types & EV_CHILD)
crypto/krb5/src/util/verto/ev.h
620
EV_API_DECL void ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) EV_THROW;
crypto/krb5/src/util/verto/verto-module.h
40
#define VERTO_MODULE(name, symb, types) \
crypto/krb5/src/util/verto/verto-module.h
57
types, \
crypto/krb5/src/util/verto/verto-module.h
94
verto_ev_type types;
crypto/krb5/src/util/verto/verto.c
257
&& (table->types & data->reqtypes) != data->reqtypes) {
crypto/krb5/src/util/verto/verto.c
399
|| ((*record)->module->types & reqtypes) == reqtypes) {
crypto/krb5/src/util/verto/verto.c
911
return ctx->module->types;
crypto/openssl/crypto/asn1/a_mbstr.c
288
unsigned long types = usable_types;
crypto/openssl/crypto/asn1/a_mbstr.c
296
types &= B_ASN1_NUMERICSTRING | B_ASN1_PRINTABLESTRING
crypto/openssl/crypto/asn1/a_mbstr.c
304
if (types != usable_types)
crypto/openssl/crypto/asn1/a_mbstr.c
305
types |= B_ASN1_UTF8STRING;
crypto/openssl/crypto/asn1/a_mbstr.c
310
if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native) || native == ' '))
crypto/openssl/crypto/asn1/a_mbstr.c
311
types &= ~B_ASN1_NUMERICSTRING;
crypto/openssl/crypto/asn1/a_mbstr.c
312
if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native))
crypto/openssl/crypto/asn1/a_mbstr.c
313
types &= ~B_ASN1_PRINTABLESTRING;
crypto/openssl/crypto/asn1/a_mbstr.c
314
if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native))
crypto/openssl/crypto/asn1/a_mbstr.c
315
types &= ~B_ASN1_IA5STRING;
crypto/openssl/crypto/asn1/a_mbstr.c
316
if ((types & B_ASN1_T61STRING) && (value > 0xff))
crypto/openssl/crypto/asn1/a_mbstr.c
317
types &= ~B_ASN1_T61STRING;
crypto/openssl/crypto/asn1/a_mbstr.c
318
if ((types & B_ASN1_BMPSTRING) && (value > 0xffff))
crypto/openssl/crypto/asn1/a_mbstr.c
319
types &= ~B_ASN1_BMPSTRING;
crypto/openssl/crypto/asn1/a_mbstr.c
320
if ((types & B_ASN1_UTF8STRING) && !is_unicode_valid(value))
crypto/openssl/crypto/asn1/a_mbstr.c
321
types &= ~B_ASN1_UTF8STRING;
crypto/openssl/crypto/asn1/a_mbstr.c
322
if (!types)
crypto/openssl/crypto/asn1/a_mbstr.c
324
*((unsigned long *)arg) = types;
crypto/openssl/crypto/evp/evp_local.h
298
#include <openssl/types.h>
crypto/openssl/crypto/store/store_strings.c
25
int types = OSSL_NELEM(type_strings);
crypto/openssl/crypto/store/store_strings.c
27
if (type < 1 || type > types)
lib/clang/liblldb/LLDBWrapLua.cpp
384
swig_type_info **types; /* Array of pointers to swig_type_info structures that are in this module */
lib/clang/liblldb/LLDBWrapLua.cpp
589
const char *iname = iter->types[i]->name;
lib/clang/liblldb/LLDBWrapLua.cpp
593
return iter->types[i];
lib/clang/liblldb/LLDBWrapLua.cpp
637
if (iter->types[i]->str && (SWIG_TypeEquiv(iter->types[i]->str, name)))
lib/clang/liblldb/LLDBWrapLua.cpp
638
return iter->types[i];
lib/clang/liblldb/LLDBWrapLua.cpp
83358
swig_module.types[i] = type;
lib/clang/liblldb/LLDBWrapLua.cpp
83360
swig_module.types[i] = 0;
lib/clang/liblldb/LLDBWrapLua.cpp
83394
if (swig_module.types[i]->clientdata) {
lib/clang/liblldb/LLDBWrapLua.cpp
83395
equiv = swig_module.types[i]->cast;
lib/clang/liblldb/LLDBWrapLua.cpp
83399
SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
lib/libc/locale/rune.c
125
uint32_t *types;
lib/libc/locale/rune.c
129
types = variable;
lib/libc/locale/rune.c
130
variable = types + len;
lib/libc/locale/rune.c
189
uint32_t *types;
lib/libc/locale/rune.c
196
types = variable;
lib/libc/locale/rune.c
197
variable = types + len;
lib/libc/locale/rune.c
201
rr[x].__types[len] = types[len];
lib/libc/regex/regcomp.c
1593
free(cs->types);
lib/libc/regex/regcomp.c
1701
newtypes = reallocarray(cs->types, cs->ntypes + 1,
lib/libc/regex/regcomp.c
1702
sizeof(*cs->types));
lib/libc/regex/regcomp.c
1707
cs->types = newtypes;
lib/libc/regex/regcomp.c
1708
cs->types[cs->ntypes++] = wct;
lib/libc/regex/regex2.h
118
wctype_t *types;
lib/libc/regex/regex2.h
149
if (iswctype(ch, cs->types[i]))
lib/libc/regex/regfree.c
72
free(g->sets[i].types);
lib/libc/stdio/printf-pos.c
104
freetypes(struct typetable *types)
lib/libc/stdio/printf-pos.c
107
if (types->table != types->stattable)
lib/libc/stdio/printf-pos.c
108
free (types->table);
lib/libc/stdio/printf-pos.c
116
_ensurespace(struct typetable *types)
lib/libc/stdio/printf-pos.c
119
if (types->nextarg >= types->tablesize) {
lib/libc/stdio/printf-pos.c
120
if (__grow_type_table(types))
lib/libc/stdio/printf-pos.c
123
if (types->nextarg > types->tablemax)
lib/libc/stdio/printf-pos.c
124
types->tablemax = types->nextarg;
lib/libc/stdio/printf-pos.c
133
addtype(struct typetable *types, enum typeid type)
lib/libc/stdio/printf-pos.c
136
if (_ensurespace(types))
lib/libc/stdio/printf-pos.c
138
types->table[types->nextarg++] = type;
lib/libc/stdio/printf-pos.c
143
addsarg(struct typetable *types, int flags)
lib/libc/stdio/printf-pos.c
146
if (_ensurespace(types))
lib/libc/stdio/printf-pos.c
149
types->table[types->nextarg++] = T_INTMAXT;
lib/libc/stdio/printf-pos.c
151
types->table[types->nextarg++] = T_SSIZET;
lib/libc/stdio/printf-pos.c
153
types->table[types->nextarg++] = T_PTRDIFFT;
lib/libc/stdio/printf-pos.c
155
types->table[types->nextarg++] = T_LLONG;
lib/libc/stdio/printf-pos.c
157
types->table[types->nextarg++] = T_LONG;
lib/libc/stdio/printf-pos.c
159
types->table[types->nextarg++] = T_INT;
lib/libc/stdio/printf-pos.c
164
adduarg(struct typetable *types, int flags)
lib/libc/stdio/printf-pos.c
167
if (_ensurespace(types))
lib/libc/stdio/printf-pos.c
170
types->table[types->nextarg++] = T_UINTMAXT;
lib/libc/stdio/printf-pos.c
172
types->table[types->nextarg++] = T_SIZET;
lib/libc/stdio/printf-pos.c
174
types->table[types->nextarg++] = T_SIZET;
lib/libc/stdio/printf-pos.c
176
types->table[types->nextarg++] = T_U_LLONG;
lib/libc/stdio/printf-pos.c
178
types->table[types->nextarg++] = T_U_LONG;
lib/libc/stdio/printf-pos.c
180
types->table[types->nextarg++] = T_U_INT;
lib/libc/stdio/printf-pos.c
188
addaster(struct typetable *types, char **fmtp)
lib/libc/stdio/printf-pos.c
200
u_int hold = types->nextarg;
lib/libc/stdio/printf-pos.c
201
types->nextarg = n2;
lib/libc/stdio/printf-pos.c
202
if (addtype(types, T_INT))
lib/libc/stdio/printf-pos.c
204
types->nextarg = hold;
lib/libc/stdio/printf-pos.c
207
if (addtype(types, T_INT))
lib/libc/stdio/printf-pos.c
214
addwaster(struct typetable *types, wchar_t **fmtp)
lib/libc/stdio/printf-pos.c
226
u_int hold = types->nextarg;
lib/libc/stdio/printf-pos.c
227
types->nextarg = n2;
lib/libc/stdio/printf-pos.c
228
if (addtype(types, T_INT))
lib/libc/stdio/printf-pos.c
230
types->nextarg = hold;
lib/libc/stdio/printf-pos.c
233
if (addtype(types, T_INT))
lib/libc/stdio/printf-pos.c
254
struct typetable types; /* table of types */
lib/libc/stdio/printf-pos.c
257
inittypes(&types);
lib/libc/stdio/printf-pos.c
278
if ((error = addaster(&types, &fmt)))
lib/libc/stdio/printf-pos.c
287
if ((error = addaster(&types, &fmt)))
lib/libc/stdio/printf-pos.c
310
types.nextarg = n;
lib/libc/stdio/printf-pos.c
347
error = addtype(&types,
lib/libc/stdio/printf-pos.c
357
if ((error = addsarg(&types, flags)))
lib/libc/stdio/printf-pos.c
367
error = addtype(&types,
lib/libc/stdio/printf-pos.c
374
error = addtype(&types, TP_INTMAXT);
lib/libc/stdio/printf-pos.c
376
error = addtype(&types, TP_PTRDIFFT);
lib/libc/stdio/printf-pos.c
378
error = addtype(&types, TP_SSIZET);
lib/libc/stdio/printf-pos.c
380
error = addtype(&types, TP_LLONG);
lib/libc/stdio/printf-pos.c
382
error = addtype(&types, TP_LONG);
lib/libc/stdio/printf-pos.c
384
error = addtype(&types, TP_SHORT);
lib/libc/stdio/printf-pos.c
386
error = addtype(&types, TP_SCHAR);
lib/libc/stdio/printf-pos.c
388
error = addtype(&types, TP_INT);
lib/libc/stdio/printf-pos.c
396
if ((error = adduarg(&types, flags)))
lib/libc/stdio/printf-pos.c
400
if ((error = addtype(&types, TP_VOID)))
lib/libc/stdio/printf-pos.c
407
error = addtype(&types,
lib/libc/stdio/printf-pos.c
418
if ((error = adduarg(&types, flags)))
lib/libc/stdio/printf-pos.c
428
build_arg_table(&types, ap, argtable);
lib/libc/stdio/printf-pos.c
430
freetypes(&types);
lib/libc/stdio/printf-pos.c
443
struct typetable types; /* table of types */
lib/libc/stdio/printf-pos.c
446
inittypes(&types);
lib/libc/stdio/printf-pos.c
467
if ((error = addwaster(&types, &fmt)))
lib/libc/stdio/printf-pos.c
476
if ((error = addwaster(&types, &fmt)))
lib/libc/stdio/printf-pos.c
499
types.nextarg = n;
lib/libc/stdio/printf-pos.c
536
error = addtype(&types,
lib/libc/stdio/printf-pos.c
546
if ((error = addsarg(&types, flags)))
lib/libc/stdio/printf-pos.c
556
error = addtype(&types,
lib/libc/stdio/printf-pos.c
563
error = addtype(&types, TP_INTMAXT);
lib/libc/stdio/printf-pos.c
565
error = addtype(&types, TP_PTRDIFFT);
lib/libc/stdio/printf-pos.c
567
error = addtype(&types, TP_SSIZET);
lib/libc/stdio/printf-pos.c
569
error = addtype(&types, TP_LLONG);
lib/libc/stdio/printf-pos.c
571
error = addtype(&types, TP_LONG);
lib/libc/stdio/printf-pos.c
573
error = addtype(&types, TP_SHORT);
lib/libc/stdio/printf-pos.c
575
error = addtype(&types, TP_SCHAR);
lib/libc/stdio/printf-pos.c
577
error = addtype(&types, TP_INT);
lib/libc/stdio/printf-pos.c
585
if ((error = adduarg(&types, flags)))
lib/libc/stdio/printf-pos.c
589
if ((error = addtype(&types, TP_VOID)))
lib/libc/stdio/printf-pos.c
596
error = addtype(&types,
lib/libc/stdio/printf-pos.c
607
if ((error = adduarg(&types, flags)))
lib/libc/stdio/printf-pos.c
617
build_arg_table(&types, ap, argtable);
lib/libc/stdio/printf-pos.c
619
freetypes(&types);
lib/libc/stdio/printf-pos.c
627
__grow_type_table(struct typetable *types)
lib/libc/stdio/printf-pos.c
629
enum typeid *const oldtable = types->table;
lib/libc/stdio/printf-pos.c
630
const int oldsize = types->tablesize;
lib/libc/stdio/printf-pos.c
635
if (types->nextarg > NL_ARGMAX)
lib/libc/stdio/printf-pos.c
639
if (newsize < types->nextarg + 1)
lib/libc/stdio/printf-pos.c
640
newsize = types->nextarg + 1;
lib/libc/stdio/printf-pos.c
653
types->table = newtable;
lib/libc/stdio/printf-pos.c
654
types->tablesize = newsize;
lib/libc/stdio/printf-pos.c
664
build_arg_table(struct typetable *types, va_list ap, union arg **argtable)
lib/libc/stdio/printf-pos.c
668
if (types->tablemax >= STATIC_ARG_TBL_SIZE) {
lib/libc/stdio/printf-pos.c
670
malloc (sizeof (union arg) * (types->tablemax + 1));
lib/libc/stdio/printf-pos.c
676
for (n = 1; n <= types->tablemax; n++) {
lib/libc/stdio/printf-pos.c
677
switch (types->table[n]) {
lib/libc/stdio/printf-pos.c
88
inittypes(struct typetable *types)
lib/libc/stdio/printf-pos.c
92
types->table = types->stattable;
lib/libc/stdio/printf-pos.c
93
types->tablesize = STATIC_ARG_TBL_SIZE;
lib/libc/stdio/printf-pos.c
94
types->tablemax = 0;
lib/libc/stdio/printf-pos.c
95
types->nextarg = 1;
lib/libc/stdio/printf-pos.c
97
types->table[n] = T_UNUSED;
lib/libcasper/services/cap_dns/cap_dns.c
328
cap_dns_type_limit(cap_channel_t *chan, const char * const *types,
lib/libcasper/services/cap_dns/cap_dns.c
345
nvlist_add_string(limits, nvlname, types[i]);
lib/libcasper/services/cap_dns/cap_dns.h
114
const char * const *types __unused,
lib/libcasper/services/cap_dns/cap_dns.h
66
int cap_dns_type_limit(cap_channel_t *chan, const char * const *types,
lib/libcasper/services/cap_dns/tests/dns_test.c
372
const char *types[2];
lib/libcasper/services/cap_dns/tests/dns_test.c
377
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
378
types[1] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
379
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
404
const char *types[2];
lib/libcasper/services/cap_dns/tests/dns_test.c
409
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
410
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
411
types[1] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
413
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
414
types[0] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
416
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
436
const char *types[2];
lib/libcasper/services/cap_dns/tests/dns_test.c
441
types[0] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
442
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
443
types[1] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
445
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
446
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
448
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
467
const char *types[2];
lib/libcasper/services/cap_dns/tests/dns_test.c
472
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
473
types[1] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
474
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
499
const char *types[2];
lib/libcasper/services/cap_dns/tests/dns_test.c
504
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
505
types[1] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
506
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
531
const char *types[2];
lib/libcasper/services/cap_dns/tests/dns_test.c
536
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
537
types[1] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
538
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
542
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
543
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
544
types[1] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
546
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
547
types[0] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
549
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
573
const char *types[2];
lib/libcasper/services/cap_dns/tests/dns_test.c
578
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
579
types[1] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
580
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
584
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
585
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
586
types[1] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
588
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
589
types[0] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
591
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
615
const char *types[2];
lib/libcasper/services/cap_dns/tests/dns_test.c
620
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
621
types[1] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
622
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
626
types[0] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
627
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
628
types[1] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
630
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
631
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
633
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
656
const char *types[2];
lib/libcasper/services/cap_dns/tests/dns_test.c
661
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
662
types[1] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
663
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
667
types[0] = "ADDR2NAME";
lib/libcasper/services/cap_dns/tests/dns_test.c
668
ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0);
lib/libcasper/services/cap_dns/tests/dns_test.c
669
types[1] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
671
cap_dns_type_limit(capdns, types, 2) == -1);
lib/libcasper/services/cap_dns/tests/dns_test.c
672
types[0] = "NAME2ADDR";
lib/libcasper/services/cap_dns/tests/dns_test.c
674
cap_dns_type_limit(capdns, types, 1) == -1);
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
331
} types[] = {
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
334
#define NUM_OF_TYPES ((int)(sizeof(types)/sizeof(types[0])))
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
384
if (_bcs_strcasecmp(type, types[id].t_name) == 0)
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
391
ret = (*types[id].t_init)(ms);
libexec/talkd/print.c
43
static const char *types[] =
libexec/talkd/print.c
45
#define NTYPES (sizeof (types) / sizeof (types[0]))
libexec/talkd/print.c
61
tp = types[mp->type];
libexec/talkd/print.c
76
tp = types[rp->type];
sbin/ping/ping.c
1663
const char *types[2];
sbin/ping/ping.c
1675
types[0] = "NAME2ADDR";
sbin/ping/ping.c
1676
types[1] = "ADDR2NAME";
sbin/ping/ping.c
1677
if (cap_dns_type_limit(capdnsloc, types, 2) < 0)
sbin/ping/ping.c
604
const char *types[1];
sbin/ping/ping.c
606
types[0] = "ADDR2NAME";
sbin/ping/ping.c
607
if (cap_dns_type_limit(capdns, types, 1) < 0)
sbin/ping/ping6.c
2749
const char *types[2];
sbin/ping/ping6.c
2761
types[0] = "NAME2ADDR";
sbin/ping/ping6.c
2762
types[1] = "ADDR2NAME";
sbin/ping/ping6.c
2763
if (cap_dns_type_limit(capdnsloc, types, nitems(types)) < 0)
sbin/ping/ping6.c
977
const char *types[1];
sbin/ping/ping6.c
979
types[0] = "ADDR2NAME";
sbin/ping/ping6.c
980
if (cap_dns_type_limit(capdns, types, nitems(types)) < 0)
sbin/sysctl/sysctl.c
800
static const char * const types[] = {
sbin/sysctl/sysctl.c
845
if (map->md_type < nitems(types))
sbin/sysctl/sysctl.c
846
type = types[map->md_type];
share/doc/psd/20.ipctut/dgramread.c
28
#include <sys/types.h>
share/doc/psd/20.ipctut/dgramsend.c
28
#include <sys/types.h>
share/doc/psd/20.ipctut/socketpair.c
28
#include <sys/types.h>
share/doc/psd/20.ipctut/strchkread.c
28
#include <sys/types.h>
share/doc/psd/20.ipctut/streamread.c
28
#include <sys/types.h>
share/doc/psd/20.ipctut/streamwrite.c
28
#include <sys/types.h>
share/doc/psd/20.ipctut/udgramread.c
28
#include <sys/types.h>
share/doc/psd/20.ipctut/udgramsend.c
28
#include <sys/types.h>
share/doc/psd/20.ipctut/ustreamread.c
28
#include <sys/types.h>
share/doc/psd/20.ipctut/ustreamwrite.c
28
#include <sys/types.h>
stand/efi/libefi/env.c
494
const char *types[] = {
stand/efi/libefi/env.c
528
return (types[type]);
stand/efi/loader/main.c
841
static const char *types[] = {
stand/efi/loader/main.c
851
if (t >= nitems(types))
stand/efi/loader/main.c
853
return (types[t]);
stand/ficl/loader.c
257
int names, types;
stand/ficl/loader.c
263
types = stackPopINT(pVM->pStack);
stand/ficl/loader.c
273
type = (char*) ficlMalloc(types+1);
stand/ficl/loader.c
276
strncpy(type, typep, types);
stand/ficl/loader.c
277
type[types] = '\0';
stand/kboot/libkboot/efi.c
188
static const char *types[] = {
stand/kboot/libkboot/efi.c
206
if (p->md_type < nitems(types))
stand/kboot/libkboot/efi.c
207
type = types[p->md_type];
sys/amd64/amd64/machdep.c
733
static const char *types[] = {
sys/amd64/amd64/machdep.c
770
if (p->md_type < nitems(types))
sys/amd64/amd64/machdep.c
771
type = types[p->md_type];
sys/cddl/dev/dtrace/x86/dis_tables.c
4605
char *types[] = {"", "w", "l", "q"};
sys/cddl/dev/dtrace/x86/dis_tables.c
4612
x->d86_mnem[i - 1] = *types[opnd_size];
sys/cddl/dev/dtrace/x86/dis_tables.c
4622
(void) strlcat(x->d86_mnem, types[opnd_size],
sys/cddl/dev/profile/profile.c
328
} types[] = {
sys/cddl/dev/profile/profile.c
385
for (i = 0; types[i].prefix != NULL; i++) {
sys/cddl/dev/profile/profile.c
386
len = strlen(types[i].prefix);
sys/cddl/dev/profile/profile.c
388
if (strncmp(name, types[i].prefix, len) != 0)
sys/cddl/dev/profile/profile.c
393
if (types[i].prefix == NULL)
sys/cddl/dev/profile/profile.c
396
kind = types[i].kind;
sys/compat/linuxkpi/common/include/net/cfg80211.h
973
int max, types;
sys/dev/bhnd/bcma/bcma.c
547
bhnd_port_type types[] = {
sys/dev/bhnd/bcma/bcma.c
553
for (int i = 0; i < nitems(types); i++) {
sys/dev/bhnd/bcma/bcma.c
554
ports = bcma_corecfg_get_port_list(dinfo->corecfg, types[i]);
sys/dev/bhnd/cores/chipc/chipc.c
691
bhnd_port_type types[] = {
sys/dev/bhnd/cores/chipc/chipc.c
707
for (u_int i = 0; i < nitems(types); i++) {
sys/dev/bhnd/cores/chipc/chipc.c
708
num_ports = bhnd_get_port_count(sc->dev, types[i]);
sys/dev/bhnd/cores/chipc/chipc.c
710
error = chipc_rman_init_regions(sc, types[i], port);
sys/dev/bhnd/cores/chipc/chipc.c
714
bhnd_port_type_name(types[i]), port,
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56555
uint16_t types;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
56654
uint16_t types;
sys/dev/drm2/drmP.h
991
enum drm_stat_type types[15];
sys/dev/drm2/drm_ioctl.c
247
if (dev->types[i] == _DRM_STAT_LOCK)
sys/dev/drm2/drm_ioctl.c
252
stats->data[i].type = dev->types[i];
sys/dev/drm2/drm_stub.c
246
dev->types[0] = _DRM_STAT_LOCK;
sys/dev/drm2/drm_stub.c
247
dev->types[1] = _DRM_STAT_OPENS;
sys/dev/drm2/drm_stub.c
248
dev->types[2] = _DRM_STAT_CLOSES;
sys/dev/drm2/drm_stub.c
249
dev->types[3] = _DRM_STAT_IOCTLS;
sys/dev/drm2/drm_stub.c
250
dev->types[4] = _DRM_STAT_LOCKS;
sys/dev/drm2/drm_stub.c
251
dev->types[5] = _DRM_STAT_UNLOCKS;
sys/dev/drm2/drm_sysctl.c
191
const char *types[] = {
sys/dev/drm2/drm_sysctl.c
248
type = types[map->type];
sys/dev/fb/fb.c
358
} types[] = {
sys/dev/fb/fb.c
368
for (i = 0; i < nitems(types); ++i) {
sys/dev/fb/fb.c
369
if (types[i].va_type == adp_type)
sys/dev/fb/fb.c
370
return types[i].fb_type;
sys/dev/hyperv/netvsc/if_hn.c
1379
uint32_t types = 0;
sys/dev/hyperv/netvsc/if_hn.c
1382
types |= RSS_TYPE_IPV4;
sys/dev/hyperv/netvsc/if_hn.c
1384
types |= RSS_TYPE_TCP_IPV4;
sys/dev/hyperv/netvsc/if_hn.c
1386
types |= RSS_TYPE_IPV6;
sys/dev/hyperv/netvsc/if_hn.c
1388
types |= RSS_TYPE_IPV6_EX;
sys/dev/hyperv/netvsc/if_hn.c
1390
types |= RSS_TYPE_TCP_IPV6;
sys/dev/hyperv/netvsc/if_hn.c
1392
types |= RSS_TYPE_TCP_IPV6_EX;
sys/dev/hyperv/netvsc/if_hn.c
1394
types |= RSS_TYPE_UDP_IPV4;
sys/dev/hyperv/netvsc/if_hn.c
1395
return (types);
sys/dev/hyperv/netvsc/if_hn.c
1399
hn_rss_type_tondis(uint32_t types)
sys/dev/hyperv/netvsc/if_hn.c
1403
KASSERT((types & (RSS_TYPE_UDP_IPV6 | RSS_TYPE_UDP_IPV6_EX)) == 0,
sys/dev/hyperv/netvsc/if_hn.c
1406
if (types & RSS_TYPE_IPV4)
sys/dev/hyperv/netvsc/if_hn.c
1408
if (types & RSS_TYPE_TCP_IPV4)
sys/dev/hyperv/netvsc/if_hn.c
1410
if (types & RSS_TYPE_IPV6)
sys/dev/hyperv/netvsc/if_hn.c
1412
if (types & RSS_TYPE_IPV6_EX)
sys/dev/hyperv/netvsc/if_hn.c
1414
if (types & RSS_TYPE_TCP_IPV6)
sys/dev/hyperv/netvsc/if_hn.c
1416
if (types & RSS_TYPE_TCP_IPV6_EX)
sys/dev/hyperv/netvsc/if_hn.c
1418
if (types & RSS_TYPE_UDP_IPV4)
sys/dev/ice/ice_lib.c
3638
uint64_t types;
sys/dev/ice/ice_lib.c
3657
types = pcaps.phy_type_high;
sys/dev/ice/ice_lib.c
3659
types = pcaps.phy_type_low;
sys/dev/ice/ice_lib.c
3661
ret = sysctl_handle_64(oidp, &types, sizeof(types), req);
sys/dev/ice/ice_lib.c
3668
cfg.phy_type_high = types & hw->port_info->phy.phy_type_high;
sys/dev/ice/ice_lib.c
3670
cfg.phy_type_low = types & hw->port_info->phy.phy_type_low;
sys/dev/mlx4/mlx4_core/mlx4_main.c
1105
enum mlx4_port_type types[MLX4_MAX_PORTS];
sys/dev/mlx4/mlx4_core/mlx4_main.c
1126
types[i] = priv->port[i+1].tmp_type ? priv->port[i+1].tmp_type :
sys/dev/mlx4/mlx4_core/mlx4_main.c
1128
if (types[i] == MLX4_PORT_TYPE_AUTO)
sys/dev/mlx4/mlx4_core/mlx4_main.c
1129
types[i] = mdev->caps.port_type[i+1];
sys/dev/mlx4/mlx4_core/mlx4_main.c
1146
mlx4_do_sense_ports(mdev, new_types, types);
sys/dev/mlx4/mlx4_core/mlx4_main.c
3956
enum mlx4_port_type *types,
sys/dev/mlx4/mlx4_core/mlx4_main.c
3967
err = mlx4_change_port_types(dev, types);
sys/dev/sound/pci/hda/hdaa.c
4745
static const int types[7][13] = {
sys/dev/sound/pci/hda/hdaa.c
4798
while (types[type][j] >= 0 &&
sys/dev/sound/pci/hda/hdaa.c
4799
(used & (1 << types[type][j])) != 0) {
sys/dev/sound/pci/hda/hdaa.c
4802
if (types[type][j] >= 0)
sys/dev/sound/pci/hda/hdaa.c
4803
use = types[type][j];
sys/dev/sound/pci/hda/hdaa.c
4851
while (types[type][j] >= 0 &&
sys/dev/sound/pci/hda/hdaa.c
4852
(used & (1 << types[type][j])) != 0) {
sys/dev/sound/pci/hda/hdaa.c
4855
if (types[type][j] >= 0) {
sys/dev/sound/pci/hda/hdaa.c
4856
w->ossdev = types[type][j];
sys/dev/sound/pci/hda/hdaa.c
4857
used |= (1 << types[type][j]);
sys/dev/sound/pci/hda/hdaa.c
4874
while (types[6][j] >= 0 &&
sys/dev/sound/pci/hda/hdaa.c
4875
(used & (1 << types[6][j])) != 0) {
sys/dev/sound/pci/hda/hdaa.c
4878
if (types[6][j] >= 0) {
sys/dev/sound/pci/hda/hdaa.c
4879
w->ossdev = types[6][j];
sys/dev/sound/pci/hda/hdaa.c
4880
used |= (1 << types[6][j]);
sys/kern/subr_efi_map.c
120
static const char *types[] = {
sys/kern/subr_efi_map.c
138
if (p->md_type < nitems(types))
sys/kern/subr_efi_map.c
139
type = types[p->md_type];
sys/netgraph/netgraph.h
1094
LIST_ENTRY(ng_type) types; /* linked list of all types */
sys/netgraph/ng_base.c
1295
LIST_INSERT_HEAD(&ng_typelist, tp, types);
sys/netgraph/ng_base.c
1316
LIST_REMOVE(tp, types);
sys/netgraph/ng_base.c
1330
LIST_FOREACH(type, &ng_typelist, types) {
sys/netgraph/ng_base.c
2748
LIST_FOREACH(type, &ng_typelist, types)
sys/netgraph/ng_base.c
2763
LIST_FOREACH(type, &ng_typelist, types) {
sys/netgraph/ng_base.c
3108
LIST_REMOVE(type, types);
sys/netgraph/ng_base.c
3125
LIST_REMOVE(type, types);
sys/netpfil/ipfilter/netinet/ip_log.c
337
int types[2], mlen;
sys/netpfil/ipfilter/netinet/ip_log.c
468
types[0] = 0;
sys/netpfil/ipfilter/netinet/ip_log.c
476
types[1] = 1;
sys/netpfil/ipfilter/netinet/ip_log.c
480
types[1] = 0;
sys/netpfil/ipfilter/netinet/ip_log.c
485
types[1] = 1;
sys/netpfil/ipfilter/netinet/ip_log.c
487
return (ipf_log_items(softc, IPL_LOGIPF, fin, ptrs, sizes, types, 2));
sys/netpfil/ipfilter/netinet/ip_log.c
508
size_t *itemsz, int *types, int cnt)
sys/netpfil/ipfilter/netinet/ip_log.c
560
if (types[i] == 0) {
sys/netpfil/ipfilter/netinet/ip_log.c
562
} else if (types[i] == 1) {
sys/netpfil/ipfilter/netinet/ip_nat.c
6069
int types[1];
sys/netpfil/ipfilter/netinet/ip_nat.c
6111
types[0] = 0;
sys/netpfil/ipfilter/netinet/ip_nat.c
6113
(void) ipf_log_items(softc, IPL_LOGNAT, NULL, items, sizes, types, 1);
sys/netpfil/ipfilter/netinet/ip_state.c
4277
int types[1];
sys/netpfil/ipfilter/netinet/ip_state.c
4319
types[0] = 0;
sys/netpfil/ipfilter/netinet/ip_state.c
4321
(void) ipf_log_items(softc, IPL_LOGSTATE, NULL, items, sizes, types, 1);
sys/xen/xenbus/xenbusb.c
281
const char **types;
sys/xen/xenbus/xenbusb.c
286
error = xs_directory(XST_NIL, xbs->xbs_node, "", &type_count, &types);
sys/xen/xenbus/xenbusb.c
291
XENBUSB_ENUMERATE_TYPE(xbs->xbs_dev, types[type_idx]);
sys/xen/xenbus/xenbusb.c
293
free(types, M_XENSTORE);
usr.bin/mkcsmapper/yacc.y
117
%type <i_value> dst types oob_mode_sel zone
usr.bin/mkcsmapper/yacc.y
135
type : R_TYPE types { set_type($2); }
usr.bin/mkcsmapper/yacc.y
136
types : R_ROWCOL { $$ = R_ROWCOL; }
usr.sbin/ppp/cbcp.c
215
static const char * const types[] = {
usr.sbin/ppp/cbcp.c
219
if (type < 1 || type > sizeof types / sizeof types[0])
usr.sbin/ppp/cbcp.c
221
return types[type-1];
usr.sbin/ppp/mppe.c
483
if (*bundle->radius.cfg.file && bundle->radius.mppe.types) {
usr.sbin/ppp/mppe.c
484
if (bundle->radius.mppe.types & MPPE_TYPE_40BIT)
usr.sbin/ppp/mppe.c
486
if (bundle->radius.mppe.types & MPPE_TYPE_128BIT)
usr.sbin/ppp/radius.c
1313
radius_typesname(r->mppe.types));
usr.sbin/ppp/radius.c
133
radius_typesname(int types)
usr.sbin/ppp/radius.c
135
switch(types) {
usr.sbin/ppp/radius.c
143
return NumStr(types, NULL, 0);
usr.sbin/ppp/radius.c
598
r->mppe.types = rad_cvt_int(data);
usr.sbin/ppp/radius.c
601
radius_typesname(r->mppe.types));
usr.sbin/ppp/radius.c
782
r->mppe.types = 0;
usr.sbin/ppp/radius.h
65
int types; /* MPPE_TYPE_*BIT bitmask */
usr.sbin/traceroute/traceroute.c
498
const char *types[] = { "NAME2ADDR", "ADDR2NAME" };
usr.sbin/traceroute/traceroute.c
539
if (cap_dns_type_limit(capdns, types, 2) < 0)
usr.sbin/traceroute6/traceroute6.c
1559
const char *types[] = { "NAME", "ADDR" };
usr.sbin/traceroute6/traceroute6.c
1569
if (cap_dns_type_limit(capdns, types, nitems(types)) < 0)