bin/sh/parser.c
2219
static const char types[] = "}-+?="; /* see parser.h VSXYZ defs */
bin/sh/parser.c
2316
p = strchr(types, c);
bin/sh/parser.c
2339
subtype = p - types + VSNORMAL;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2736
int32_t types[MAXALGCLASS];
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2778
memset(types, 0, sizeof(types));
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2779
types[algclass_isakmp_enc] = s->algclass[algclass_isakmp_enc];
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2780
types[algclass_isakmp_hash] = s->algclass[algclass_isakmp_hash];
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2781
types[algclass_isakmp_dh] = s->algclass[algclass_isakmp_dh];
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2782
types[algclass_isakmp_ameth] =
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2787
trns_no = expand_isakmpspec(prop_no, trns_no, types,
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2820
expand_isakmpspec(int prop_no, int trns_no, int *types, int class, int last,
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2833
snprintf(tb, sizeof(tb), "%d", types[j]);
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2836
s_algtype(j, types[j]),
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2837
types[j] ? "(" : "",
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2839
types[j] ? ")" : "");
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2845
s_algtype(algclass_isakmp_##n, types[algclass_isakmp_##n])
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2847
if (types[algclass_isakmp_enc] == 0
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2848
|| types[algclass_isakmp_ameth] == 0
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2849
|| types[algclass_isakmp_hash] == 0
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2850
|| types[algclass_isakmp_dh] == 0) {
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2871
new->enctype = types[algclass_isakmp_enc];
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2873
new->authmethod = types[algclass_isakmp_ameth];
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2874
new->hashtype = types[algclass_isakmp_hash];
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2875
new->dh_group = types[algclass_isakmp_dh];
lib/libc/citrus/modules/citrus_mapper_std.c
346
} types[] = {
lib/libc/citrus/modules/citrus_mapper_std.c
349
#define NUM_OF_TYPES ((int)(sizeof(types)/sizeof(types[0])))
lib/libc/citrus/modules/citrus_mapper_std.c
401
if (_bcs_strcasecmp(type, types[id].t_name) == 0)
lib/libc/citrus/modules/citrus_mapper_std.c
408
ret = (*types[id].t_init)(ms);
lib/libc/hash/hashhl.c
49
#include <sys/types.h>
lib/libc/iconv/iconv.c
48
#include <sys/types.h>
lib/libc/md/mdXhl.c
35
#include <sys/types.h>
lib/libc/regex/regcomp.c
1727
free(cs->types);
lib/libc/regex/regcomp.c
1829
newtypes = reallocarray(cs->types, cs->ntypes + 1,
lib/libc/regex/regcomp.c
1830
sizeof(*cs->types));
lib/libc/regex/regcomp.c
1835
cs->types = newtypes;
lib/libc/regex/regcomp.c
1836
cs->types[cs->ntypes++] = wct;
lib/libc/regex/regex2.h
123
wctype_t *types;
lib/libc/regex/regex2.h
153
if (iswctype(ch, cs->types[i]))
lib/libc/regex/regfree.c
93
free(g->sets[i].types);
lib/libc/time/localtime.c
1224
sp->types[i] = at <= TIME_T_MAX;
lib/libc/time/localtime.c
1225
if (sp->types[i]) {
lib/libc/time/localtime.c
1232
sp->types[i - 1] = 0;
lib/libc/time/localtime.c
1245
if (sp->types[i])
lib/libc/time/localtime.c
1246
sp->types[timecnt++] = typ;
lib/libc/time/localtime.c
1392
&& (sp->types[sp->timecnt - 1]
lib/libc/time/localtime.c
1393
== sp->types[sp->timecnt - 2]))
lib/libc/time/localtime.c
1409
sp->types[sp->timecnt] = (sp->typecnt
lib/libc/time/localtime.c
1410
+ ts->types[i]);
lib/libc/time/localtime.c
1892
sp->types[timecnt++] = !reversed;
lib/libc/time/localtime.c
1897
sp->types[timecnt++] = reversed;
lib/libc/time/localtime.c
2292
i = sp->types[lo - 1];
lib/libc/time/localtime.c
3038
unsigned char types[TZ_MAX_TYPES];
lib/libc/time/localtime.c
3076
if (!seen[sp->types[i]] && !ttunspecified(sp, sp->types[i])) {
lib/libc/time/localtime.c
3077
seen[sp->types[i]] = true;
lib/libc/time/localtime.c
3078
types[nseen++] = sp->types[i];
lib/libc/time/localtime.c
3081
samei = types[sameind];
lib/libc/time/localtime.c
3085
otheri = types[otherind];
lib/libc/time/localtime.c
564
unsigned char types[TZ_MAX_TIMES];
lib/libc/time/localtime.c
875
stddst_mask = may_update_tzname_etc(stddst_mask, sp, sp->types[i]);
lib/libc/time/zic.c
2655
zic_t const *ats, unsigned char const *types)
lib/libc/time/zic.c
2659
r.defaulttype = types[r.base];
lib/libc/time/zic.c
2712
unsigned char *types = typesptr;
lib/libc/time/zic.c
2783
types[i] = attypes[i].type;
lib/libc/time/zic.c
2804
ats, types);
lib/libc/time/zic.c
2805
range32 = limitrange(range64, ZIC32_MIN, ZIC32_MAX, ats, types);
lib/libc/time/zic.c
2908
omittype[types[i]] = false;
lib/libc/time/zic.c
2938
if (isdsts[types[i]])
lib/libc/time/zic.c
2939
mrudst = types[i];
lib/libc/time/zic.c
2940
else mrustd = types[i];
lib/libc/time/zic.c
3059
putc(typemap[types[i]], fp);
lib/libc/time/zic.c
3092
j = types[j - 1];
lib/libcurses/PSD.doc/ex1.c
32
#include <sys/types.h>
libexec/ftpd/conf.c
295
char *suffix, *types, *disable, *convcmd;
libexec/ftpd/conf.c
303
NEXTWORD(p, types);
libexec/ftpd/conf.c
309
if (none || EMPTYSTR(types) ||
libexec/ftpd/conf.c
311
types = NULL;
libexec/ftpd/conf.c
315
types = ftpd_strdup(types);
libexec/ftpd/conf.c
342
REASSIGN(conv->types, types);
libexec/ftpd/conf.c
782
filetypematch(char *types, int mode)
libexec/ftpd/conf.c
784
for ( ; types[0] != '\0'; types++)
libexec/ftpd/conf.c
785
switch (*types) {
libexec/ftpd/conf.c
829
if (cp->types == NULL || cp->disable == NULL ||
libexec/ftpd/conf.c
840
if (!filetypematch(cp->types, st.st_mode))
libexec/ftpd/conf.c
86
REASSIGN(conv->types, NULL);
libexec/ftpd/extern.h
237
char *types; /* Valid file types */
libexec/ftpd/ftpd.c
2826
if (cp->suffix == NULL || cp->types == NULL ||
libexec/ftpd/ftpd.c
2830
cp->suffix, cp->types, cp->disable, cp->command);
libexec/talkd/print.c
52
static const char *types[] = {
libexec/talkd/print.c
58
#define NTYPES (sizeof (types) / sizeof (types[0]))
libexec/talkd/print.c
83
tp = types[mp->type];
libexec/talkd/print.c
99
tp = types[rp->type];
share/doc/psd/20.ipctut/dgramread.c
32
#include <sys/types.h>
share/doc/psd/20.ipctut/dgramsend.c
32
#include <sys/types.h>
share/doc/psd/20.ipctut/socketpair.c
32
#include <sys/types.h>
share/doc/psd/20.ipctut/strchkread.c
32
#include <sys/types.h>
share/doc/psd/20.ipctut/streamread.c
32
#include <sys/types.h>
share/doc/psd/20.ipctut/streamwrite.c
32
#include <sys/types.h>
share/doc/psd/20.ipctut/udgramread.c
32
#include <sys/types.h>
share/doc/psd/20.ipctut/udgramsend.c
32
#include <sys/types.h>
share/doc/psd/20.ipctut/ustreamread.c
32
#include <sys/types.h>
share/doc/psd/20.ipctut/ustreamwrite.c
32
#include <sys/types.h>
share/examples/puffs/pgfs/pgfs_db.c
521
vfetchnext(struct fetchstatus *s, unsigned int n, const Oid *types, va_list ap)
share/examples/puffs/pgfs/pgfs_db.c
561
assert((types[i] != BYTEA) == (PQfformat(s->res, i) == 0));
share/examples/puffs/pgfs/pgfs_db.c
563
i, PQftype(s->res, i), types[i],
share/examples/puffs/pgfs/pgfs_db.c
567
assert(PQftype(s->res, i) == types[i]);
share/examples/puffs/pgfs/pgfs_db.c
569
switch(types[i]) {
share/examples/puffs/pgfs/pgfs_db.c
594
types[i]);
share/examples/puffs/pgfs/pgfs_db.c
606
fetchnext(struct fetchstatus *s, unsigned int n, const Oid *types, ...)
share/examples/puffs/pgfs/pgfs_db.c
611
va_start(ap, types);
share/examples/puffs/pgfs/pgfs_db.c
612
error = vfetchnext(s, n, types, ap);
share/examples/puffs/pgfs/pgfs_db.c
917
static const Oid types[] = { INT8OID, };
share/examples/puffs/pgfs/pgfs_db.c
925
error = FETCHNEXT(&s, types, &pid);
share/examples/puffs/pgfs/pgfs_puffs.c
1171
static const Oid types[] = { INT8OID, };
share/examples/puffs/pgfs/pgfs_puffs.c
1203
error = FETCHNEXT(&s, types, &nfiles);
share/examples/puffs/pgfs/pgfs_puffs.c
1213
error = FETCHNEXT(&s, types, &bytes);
share/examples/puffs/pgfs/pgfs_puffs.c
1223
error = FETCHNEXT(&s, types, &lo_bytes);
share/examples/puffs/pgfs/pgfs_puffs.c
130
static const Oid types[] = {
share/examples/puffs/pgfs/pgfs_puffs.c
213
error = FETCHNEXT(&s, types, &nametofree, &cookie, &nextcookie,
share/examples/puffs/pgfs/pgfs_puffs.c
329
static const Oid types[] = { INT8OID, };
share/examples/puffs/pgfs/pgfs_puffs.c
342
error = FETCHNEXT(&s, types, &child_fileid);
share/examples/puffs/pgfs/pgfs_subs.c
368
static const Oid types[] = { OIDOID, };
share/examples/puffs/pgfs/pgfs_subs.c
378
error = FETCHNEXT(&s, types, idp);
share/examples/puffs/pgfs/pgfs_subs.c
466
static const Oid types[] = {
share/examples/puffs/pgfs/pgfs_subs.c
499
error = FETCHNEXT(&s, types, &type, &mode, &uid, &gid, &nlink,
share/examples/puffs/pgfs/pgfs_subs.c
507
static const Oid types[] = {
share/examples/puffs/pgfs/pgfs_subs.c
524
error = FETCHNEXT(&s, types, &type, &mode, &uid, &gid, &nlink,
share/examples/puffs/pgfs/pgfs_subs.c
640
static const Oid types[] = { INT8OID, };
share/examples/puffs/pgfs/pgfs_subs.c
651
error = FETCHNEXT(&s, types, parent);
share/examples/puffs/pgfs/pgfs_subs.c
911
static const Oid types[] = { INT8OID, };
share/examples/puffs/pgfs/pgfs_subs.c
913
error = FETCHNEXT(&s, types, &parent_fileid);
sys/arch/hpcmips/stand/pbsdboot/main.c
407
} types[] = {
sys/arch/hpcmips/stand/pbsdboot/main.c
416
for (i = 0; i < ARRAYSIZEOF(types); i++) {
sys/arch/hpcmips/stand/pbsdboot/main.c
417
if (types[i].type0 == type) {
sys/arch/hpcmips/stand/pbsdboot/main.c
418
return (types[i].type1);
sys/arch/hpcmips/stand/pbsdboot/main.c
420
if (types[i].type1 == type) {
sys/arch/hpcmips/stand/pbsdboot/main.c
421
return (types[i].type0);
sys/arch/ia64/stand/ia64/efi/main.c
206
static char *types[] = {
sys/arch/ia64/stand/ia64/efi/main.c
243
types[p->Type],
sys/arch/pmax/tc/dtkbd.c
160
static u_int types[20];
sys/arch/pmax/tc/dtkbd.c
172
cnt = dtkbd_process_msg(&msg, types, vals);
sys/arch/pmax/tc/dtkbd.c
176
*type = types[i++];
sys/arch/pmax/tc/dtkbd.c
212
u_int types[20];
sys/arch/pmax/tc/dtkbd.c
220
cnt = dtkbd_process_msg(msg, types, vals);
sys/arch/pmax/tc/dtkbd.c
222
wskbd_input(sc->sc_wskbddev, types[i], vals[i]);
sys/arch/pmax/tc/dtkbd.c
226
dtkbd_process_msg(struct dt_msg *msg, u_int *types, int *vals)
sys/arch/pmax/tc/dtkbd.c
246
types[0] = WSCONS_EVENT_ALL_KEYS_UP;
sys/arch/pmax/tc/dtkbd.c
262
types[count] = WSCONS_EVENT_KEY_DOWN;
sys/arch/pmax/tc/dtkbd.c
276
types[count] = WSCONS_EVENT_KEY_UP;
sys/dev/acpi/apei_einj.c
309
uint64_t types = apei_einj_act(sc, ACPI_EINJ_GET_ERROR_TYPE, 0);
sys/dev/acpi/apei_einj.c
334
"\0", types, 36);
sys/dev/acpi/apei_einj.c
847
uint64_t types;
sys/dev/acpi/apei_einj.c
879
types = apei_einj_act(sc, ACPI_EINJ_GET_ERROR_TYPE, 0);
sys/dev/acpi/apei_einj.c
880
node.sysctl_data = &types;
sys/dev/hdaudio/hdafg.c
2447
static const int types[7][13] = {
sys/dev/hdaudio/hdafg.c
2500
while (types[type][j] >= 0 &&
sys/dev/hdaudio/hdafg.c
2501
(used & (1 << types[type][j])) != 0) {
sys/dev/hdaudio/hdafg.c
2504
if (types[type][j] >= 0)
sys/dev/hdaudio/hdafg.c
2505
use = types[type][j];
sys/dev/hdaudio/hdafg.c
2553
while (types[type][j] >= 0 &&
sys/dev/hdaudio/hdafg.c
2554
(used & (1 << types[type][j])) != 0) {
sys/dev/hdaudio/hdafg.c
2557
if (types[type][j] >= 0) {
sys/dev/hdaudio/hdafg.c
2558
w->w_audiodev = types[type][j];
sys/dev/hdaudio/hdafg.c
2559
used |= (1 << types[type][j]);
sys/dev/hdaudio/hdafg.c
2576
while (types[6][j] >= 0 &&
sys/dev/hdaudio/hdafg.c
2577
(used & (1 << types[6][j])) != 0) {
sys/dev/hdaudio/hdafg.c
2580
if (types[6][j] >= 0) {
sys/dev/hdaudio/hdafg.c
2581
w->w_audiodev = types[6][j];
sys/dev/hdaudio/hdafg.c
2582
used |= (1 << types[6][j]);
tests/include/t_stddef.c
124
ATF_TP_ADD_TC(tp, types);
tests/include/t_stddef.c
90
ATF_TC(types);
tests/include/t_stddef.c
91
ATF_TC_HEAD(types, tc)
tests/include/t_stddef.c
95
ATF_TC_BODY(types, tc)
usr.bin/ftp/cmds.c
134
} types[] = {
usr.bin/ftp/cmds.c
222
struct types *p;
usr.bin/ftp/cmds.c
229
for (p = types; p->t_name; p++) {
usr.bin/ftp/cmds.c
248
struct types *p;
usr.bin/ftp/cmds.c
251
for (p = types; p->t_name; p++)
usr.bin/ftp/cmds.c
277
struct types *p;
usr.bin/ftp/cmds.c
286
for (p = types; p->t_name; p++)
usr.bin/mkcsmapper/yacc.y
122
%type <i_value> dst types oob_mode_sel zone
usr.bin/mkcsmapper/yacc.y
140
type : R_TYPE types { set_type($2); }
usr.bin/mkcsmapper/yacc.y
141
types : R_ROWCOL { $$ = R_ROWCOL; }
usr.bin/mklocale/ldef.h
44
u_int32_t *types;
usr.bin/mklocale/yacc.y
185
{ set_map(&types, $2, $1); }
usr.bin/mklocale/yacc.y
191
{ set_digitmap(&types, $2); }
usr.bin/mklocale/yacc.y
437
list->types = xlalloc(run);
usr.bin/mklocale/yacc.y
439
list->types[i] = flag;
usr.bin/mklocale/yacc.y
454
list->types = xlalloc(run);
usr.bin/mklocale/yacc.y
456
list->types[i] = flag;
usr.bin/mklocale/yacc.y
469
list->types = xlalloc(run);
usr.bin/mklocale/yacc.y
471
list->types[i] = flag;
usr.bin/mklocale/yacc.y
511
r->types[i - r->min] |= flag;
usr.bin/mklocale/yacc.y
522
list->types = xlalloc(list->max - list->min + 1);
usr.bin/mklocale/yacc.y
525
list->types[i - list->min] = flag;
usr.bin/mklocale/yacc.y
528
list->types[i - list->min] |= r->types[i - r->min];
usr.bin/mklocale/yacc.y
530
free(r->types);
usr.bin/mklocale/yacc.y
531
r->types = list->types;
usr.bin/mklocale/yacc.y
543
list->types = xlalloc(r->max - list->min + 1);
usr.bin/mklocale/yacc.y
546
list->types[i - list->min] = r->types[i - r->min];
usr.bin/mklocale/yacc.y
549
list->types[i - list->min] = flag;
usr.bin/mklocale/yacc.y
552
list->types[i - list->min] |= flag;
usr.bin/mklocale/yacc.y
554
free(r->types);
usr.bin/mklocale/yacc.y
555
r->types = list->types;
usr.bin/mklocale/yacc.y
568
r->types = xrelalloc(r->types, list->max - r->min + 1);
usr.bin/mklocale/yacc.y
571
r->types[i - r->min] |= flag;
usr.bin/mklocale/yacc.y
574
r->types[i - r->min] = flag;
usr.bin/mklocale/yacc.y
590
r->types[i - r->min] |= lr->types[i - lr->min];
usr.bin/mklocale/yacc.y
595
r->types = xrelalloc(r->types, lr->max - r->min + 1);
usr.bin/mklocale/yacc.y
598
r->types[i - r->min] |= lr->types[i - lr->min];
usr.bin/mklocale/yacc.y
601
r->types[i - r->min] = lr->types[i - lr->min];
usr.bin/mklocale/yacc.y
613
free(lr->types);
usr.bin/mklocale/yacc.y
629
for(list = types.root; list; list = list->next) {
usr.bin/mklocale/yacc.y
630
list->map = list->types[0];
usr.bin/mklocale/yacc.y
632
if (list->types[x] != list->map) {
usr.bin/mklocale/yacc.y
646
new_locale.frl_runetype[x] = htonl(types.map[x]);
usr.bin/mklocale/yacc.y
654
list = types.root;
usr.bin/mklocale/yacc.y
696
for (list = types.root, n = 0; list != NULL; list = list->next, n++) {
usr.bin/mklocale/yacc.y
71
rune_map types = { { 0, }, };
usr.bin/mklocale/yacc.y
738
for (list = types.root, n = 0; list != NULL; list = list->next, n++) {
usr.bin/mklocale/yacc.y
740
list->types[x] = htonl(list->types[x]);
usr.bin/mklocale/yacc.y
743
if (fwrite((char *)list->types,
usr.bin/mklocale/yacc.y
809
u_int32_t r = types.map[x];
usr.bin/mklocale/yacc.y
835
for (list = types.root; list; list = list->next) {
usr.bin/mklocale/yacc.y
877
u_int32_t r = ntohl(list->types[x - list->min]);
usr.bin/who/who.c
286
const char *types = NULL;
usr.bin/who/who.c
294
types = ut_type_names[i].name;
usr.bin/who/who.c
337
(void)printf(" type=%s ", types);
usr.sbin/btattach/btattach.c
239
if (i == __arraycount(types))
usr.sbin/btattach/btattach.c
242
type = &types[i];
usr.sbin/btattach/btattach.c
335
for (i = 0; i < __arraycount(types); i++)
usr.sbin/btattach/btattach.c
336
fprintf(stderr, "\t%-12s%s\n", types[i].name, types[i].descr);
usr.sbin/btattach/btattach.c
57
static const struct devtype types[] = {