Symbol: ctype
bin/ksh/c_sh.c
380
if (ctype(c, C_IFS)) {
bin/ksh/c_sh.c
381
if (Xlength(cs, cp) == 0 && ctype(c, C_IFSWS))
bin/ksh/c_sh.c
390
while (Xlength(cs, cp) && ctype(cp[-1], C_IFS)
bin/ksh/c_sh.c
391
&& ctype(cp[-1], C_IFSWS))
bin/ksh/edit.c
712
#define IS_WORDC(c) !( ctype(c, C_LEX1) || (c) == '\'' || (c) == '"' \
bin/ksh/eval.c
554
&& ctype(c, C_IFS)))
bin/ksh/eval.c
568
|| (!ctype(c, C_IFSWS) && (c || word == IFS_NWS)))
bin/ksh/eval.c
597
word = ctype(c, C_IFSWS) ? IFS_WS : IFS_NWS;
bin/ksh/eval.c
757
if (ctype(c, C_SUBOP1)) {
bin/ksh/eval.c
760
} else if (ctype(c, C_SUBOP2)) { /* Note: ksh88 allows :%, :%%, etc */
bin/ksh/eval.c
824
&& (ctype(*sp, C_VAR1) || digit(*sp)))
bin/ksh/eval.c
834
if (ctype(c, C_SUBOP2) ||
bin/ksh/eval.c
839
&& (ctype(c, C_SUBOP2) || (state != XBASE && c != '+')))
bin/ksh/lex.c
1079
while (*p && ctype(*p, C_IFS) && ctype(*p, C_IFSWS))
bin/ksh/lex.c
1230
else if (ctype(c, C_VAR1))
bin/ksh/lex.c
166
&& ctype(c, C_LEX1))))
bin/ksh/lex.c
304
} else if (ctype(c, C_ALPHA)) {
bin/ksh/lex.c
311
} while (ctype(c, C_ALPHA|C_DIGIT));
bin/ksh/lex.c
316
} else if (ctype(c, C_DIGIT|C_VAR1)) {
bin/ksh/misc.c
1086
if (ctype(*p, C_QUOTE))
bin/ksh/sh.h
432
#define letter(c) ctype(c, C_ALPHA)
bin/ksh/sh.h
433
#define digit(c) ctype(c, C_DIGIT)
bin/ksh/sh.h
434
#define letnum(c) ctype(c, C_ALPHA|C_DIGIT)
bin/ksh/syn.c
557
if (ctype(*p, C_QUOTE) || *p == '=')
lib/libc/gen/vis.c
85
#include <ctype.h>
sys/arch/arm/arm/cpufunc.c
1395
u_int ctype, isize, dsize;
sys/arch/arm/arm/cpufunc.c
1398
ctype = armreg_ctr_read();
sys/arch/arm/arm/cpufunc.c
1407
if (ctype == cpu_idnum())
sys/arch/arm/arm/cpufunc.c
1411
if (CPU_CT_FORMAT(ctype) == 4) {
sys/arch/arm/arm/cpufunc.c
1414
if (CPU_CT4_L1IPOLICY(ctype) == CPU_CT4_L1_PIPT) {
sys/arch/arm/arm/cpufunc.c
1449
if ((ctype & CPU_CT_S) == 0)
sys/arch/arm/arm/cpufunc.c
1456
arm_pcache.cache_type = CPU_CT_CTYPE(ctype);
sys/arch/arm/arm/cpufunc.c
1459
isize = CPU_CT_ISIZE(ctype);
sys/arch/arm/arm/cpufunc.c
1484
dsize = CPU_CT_DSIZE(ctype);
sys/arch/sun3/dev/xd.c
486
if (ctl->ctype != XDCT_753) {
sys/arch/sun3/dev/xdreg.h
252
volatile u_char ctype; /* controller type */
sys/dev/hpc/video_subr.c
291
} ctype[] = {
sys/dev/hpc/video_subr.c
302
for (ctypep = ctype; ctypep->normal != -1 ; ctypep++) {
sys/dev/i2c/ihidev.c
1041
int ctype;
sys/dev/i2c/ihidev.c
1043
if ((ctype = ihidev_report_type_conv(type)) < 0)
sys/dev/i2c/ihidev.c
1046
rreq.type = ctype;
sys/dev/i2c/ihidev.c
1065
int ctype;
sys/dev/i2c/ihidev.c
1067
if ((ctype = ihidev_report_type_conv(type)) < 0)
sys/dev/i2c/ihidev.c
1070
rreq.type = ctype;
sys/dev/vme/xd.c
642
if (ctl->ctype != XDCT_753) {
sys/dev/vme/xdreg.h
252
volatile u_char ctype; /* controller type */
sys/kern/tty.c
787
int ctype;
sys/kern/tty.c
809
ctype = ISALPHA(c);
sys/kern/tty.c
819
(alt == 0 || ISALPHA(c) == ctype));
sys/net/if_spppsubr.c
2097
u_char ctype;
sys/net/if_spppsubr.c
2105
ctype = CONF_ACK;
sys/net/if_spppsubr.c
2111
cp->screply(cp, sp, ctype, ident, msglen, msg);
sys/net/if_spppsubr.c
2117
cp->screply(cp, sp, ctype, ident, msglen, msg);
sys/net/if_spppsubr.c
2122
cp->screply(cp, sp, ctype, ident, msglen, msg);
sys/net/if_spppsubr.c
2128
cp->screply(cp, sp, ctype, ident, msglen, msg);
sys/net/if_spppsubr.c
2146
ctype = type == CP_RCR_NAK ? CONF_NAK : CONF_REJ;
sys/net/if_spppsubr.c
2153
cp->screply(cp, sp, ctype, ident, msglen, msg);
sys/net/if_spppsubr.c
2159
cp->screply(cp, sp, ctype, ident, msglen, msg);
sys/net/if_spppsubr.c
2164
cp->screply(cp, sp, ctype, ident, msglen, msg);
sys/net/if_spppsubr.c
2168
cp->screply(cp, sp, ctype, ident, msglen, msg);
sys/net/if_spppsubr.c
4261
int ctype = type == CP_RCR_REJ ? CONF_REJ : CONF_NAK;
sys/net/if_spppsubr.c
4263
cpname = sppp_cp_type_name(tbuf, sizeof(tbuf), ctype);
sys/net/if_spppsubr.c
4283
int ctype ;
sys/net/if_spppsubr.c
4284
ctype = type == CP_RCR_REJ ?
sys/net/if_spppsubr.c
4286
cpname = sppp_cp_type_name(tbuf, sizeof(tbuf), ctype);
sys/net/if_spppsubr.c
5429
sppp_auth_screply(const struct cp *cp, struct sppp *sp, u_char ctype,
sys/net/if_spppsubr.c
5442
if (ctype == CONF_ACK) {
tests/lib/libc/locale/t_wctype.c
260
ATF_TC(ctype);
tests/lib/libc/locale/t_wctype.c
262
ATF_TC_HEAD(ctype, tc)
tests/lib/libc/locale/t_wctype.c
268
ATF_TC_BODY(ctype, tc)
tests/lib/libc/locale/t_wctype.c
279
ATF_TP_ADD_TC(tp, ctype);
usr.bin/mail/mime_attach.c
218
is_text(const char *ctype)
usr.bin/mail/mime_attach.c
220
return ctype &&
usr.bin/mail/mime_attach.c
221
strncasecmp(ctype, "text/", sizeof("text/") - 1) == 0;
usr.bin/mail/mime_attach.c
225
content_encoding_core(void *fh, const char *ctype)
usr.bin/mail/mime_attach.c
246
if (!is_text(ctype))
usr.bin/mail/mime_attach.c
272
content_encoding_by_name(const char *filename, const char *ctype)
usr.bin/mail/mime_attach.c
281
enc = content_encoding_core(fp, ctype);
usr.bin/mail/mime_attach.c
287
content_encoding_by_fileno(int fd, const char *ctype)
usr.bin/mail/mime_attach.c
302
encoding = content_encoding_core(fp, ctype);
usr.bin/mail/mime_attach.c
309
content_encoding(struct attachment *ap, const char *ctype)
usr.bin/mail/mime_attach.c
313
return content_encoding_by_name(ap->a_name, ctype);
usr.bin/mail/mime_attach.c
317
return content_encoding_by_fileno(ap->a_fileno, ctype);
usr.bin/mail/mime_attach.c
819
sget_encoding(const char **str, const char *filename, const char *ctype, int num)
usr.bin/mail/mime_attach.c
831
defename = content_encoding_by_name(filename, ctype);
usr.bin/sed/compile.c
962
duptoeol(char *s, const char *ctype)
usr.bin/sed/compile.c
973
sedwarn("whitespace after %s", ctype);