Home
last modified time | relevance | path

Searched defs:c (Results 101 – 125 of 3030) sorted by relevance

12345678910>>...122

/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h458 #define s(x, c) x[c] argument
569 #define word_in(x, c) bytes2word(((const uint8_t *)(x) + 4 * c)[0], \ argument
573 #define word_out(x, c, v) { ((uint8_t *)(x) + 4 * c)[0] = bval(v, 0); \ argument
696 #define no_table(x, box, vf, rf, c) bytes2word(\ argument
702 #define one_table(x, op, tab, vf, rf, c) \ argument
708 #define four_tables(x, tab, vf, rf, c) \ argument
714 #define vf1(x, r, c) (x) argument
715 #define rf1(r, c) (r) argument
716 #define rf2(r, c) ((8+r-c)&3) argument
750 #define ls_box(x, c) four_tables(x, t_use(f, l), vf1, rf2, c) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c185 register char **p1, **p2, *c; in sort() local
396 register int c; in match() local
418 wchar_t c, cc; in amatch() local
528 int c, cc; local
610 addpath(char c) in addpath()
624 register char *p, c; in rscan() local
643 tglob(char c) in tglob()
651 letter(char c) in letter()
657 digit(char c) in digit()
663 any(int c, char *s) in any()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c60 # define is_cntrl(c) ((c<=STRIP) && iscntrl(c)) argument
61 # define is_print(c) ((c&~STRIP) || isprint(c)) argument
63 # define is_cntrl(c) iscntrl(c) argument
64 # define is_print(c) isprint(c) argument
68 # define printchar(c) ((c) ^ ('A'-cntl('A'))) argument
70 static int printchar(int c) in printchar()
648 register int c; in ed_setup() local
791 register int c; in ed_putstring() local
796 static void ed_nputchar(register Edit_t *ep, int n, int c) in ed_nputchar()
H A Dvi.c66 # define iswprint(c) ((c&~0177) || isprint(c)) argument
84 # define digit(c) isdigit(c) argument
85 # define is_print(c) isprint(c) argument
95 #define iswascii(c) (!((c)&(~0177))) argument
138 #define putchar(c) ed_putchar(vp->ed,c) argument
293 register int c = shbuf[0]; in ed_viread() local
418 register int c = virtual[i]; in ed_viread() local
709 register int c; in cntlmode() local
1368 register int c; in getline() local
2311 register int c; in sync_cursor() local
[all …]
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c70 #define F(b, c, d) (((b) & (c)) | ((~b) & (d))) argument
71 #define G(b, c, d) (((b) & (d)) | ((c) & (~d))) argument
72 #define H(b, c, d) ((b) ^ (c) ^ (d)) argument
73 #define I(b, c, d) ((c) ^ ((b) | (~d))) argument
86 #define FF(a, b, c, d, x, s, ac) { \ argument
92 #define GG(a, b, c, d, x, s, ac) { \ argument
98 #define HH(a, b, c, d, x, s, ac) { \ argument
104 #define II(a, b, c, d, x, s, ac) { \ argument
418 MD5Transform(uint32_t a, uint32_t b, uint32_t c, uint32_t d, in MD5Transform()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c100 listchar(wchar_t c) in listchar()
134 normchar(wchar_t c) in normchar()
228 slobber(int c) in slobber()
272 putchar(int c) in putchar()
284 termchar(wchar_t c) in termchar()
318 wchar_t c; in flush1() local
445 int l, c; in fgoto() local
539 plodput(char c) in plodput()
913 putch(char c) in putch()
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c952 unsigned char c; in ldtermrput() local
1017 unsigned char c; in ldtermrput() local
1541 unsigned char c; in ldtermrmsg() local
2221 unsigned char c; in ldterm_tabcols() local
2404 int c; in ldterm_erase() local
2421 int c; in ldterm_werase() local
2467 int c, i; in ldterm_csi_werase() local
2563 int c, i; in ldterm_kill() local
2678 unsigned char c; in ldterm_dononcanon() local
3997 unsigned char c; in movtuc() local
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c67 getint(char **c) in getint()
83 second(char *c) in second()
119 demangle(char *c) in demangle()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstoa.c47 #define toupper(c) (islower(c) ? _toupper(c) : (c)) argument
48 #define todigit(c) ((int)((c) - '0')) /* char to digit */ argument
49 #define toxdigit(c) ((isdigit(c))?todigit(c):(toupper(c)-(int)'A'+10)) argument
50 #define isodigit(c) (isdigit(c) && ((c) != '9') && ((c) != '8')) argument
/illumos-gate/usr/src/cmd/bnu/
H A Dstoa.c42 #define toupper(c) (islower(c) ? _toupper(c) : (c)) argument
43 #define todigit(c) ((int)((c) - '0')) /* char to digit */ argument
44 #define toxdigit(c) ((isdigit(c))?todigit(c):(toupper(c)-(int)'A'+10)) argument
45 #define isodigit(c) (isdigit(c) && ((c) != '9') && ((c) != '8')) argument
/illumos-gate/usr/src/cmd/demangle/
H A Ddemangle.c47 int c; in main() local
108 int c; in do_input() local
199 appendc(custr_t *cus, char c) in appendc()
207 xputc(int c, FILE *out) in xputc()
/illumos-gate/usr/src/cmd/vntsd/
H A Dread.c54 write_vcc(vntsd_client_t *clientp, char c) in write_vcc()
161 read_char(vntsd_client_t *clientp, char *c) in read_char()
206 char c; in vntsd_read() local
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmessage.c141 char *c = va_arg(ap, char *); in error_message() local
149 char *c = va_arg(ap, char *); in error_message() local
158 long c = va_arg(ap, long); in error_message() local
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_ident.c46 #define IS_ALPHA(c) \ argument
49 #define IS_DIGIT(c) \ argument
55 char c; in is_valid_ident() local
/illumos-gate/usr/src/cmd/refer/
H A Ddeliv2.c21 int c, n; in hash() local
39 int c; in prefix() local
48 mindex(char *s, char c) in mindex()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dwclib.c55 #define eol(c) ((c)&WC_NL) argument
56 #define mbc(c) ((c)&WC_MB) argument
57 #define spc(c) ((c)&WC_SP) argument
119 static int chkstate(int state, register unsigned int c) in chkstate()
175 register ssize_t c; in wc_count() local
H A Dfmt.c74 #define isoption(fp,c) ((fp)->flags&(1L<<((c)-'a'))) argument
75 #define setoption(fp,c) ((fp)->flags|=(1L<<((c)-'a'))) argument
76 #define clroption(fp,c) ((fp)->flags&=~(1L<<((c)-'a'))) argument
83 int c; in outline() local
142 register int c = 1; in split() local
233 register int c; in dofmt() local
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c46 #define isascii( c ) (!((c) & ~0177)) argument
53 #define ISBLANK(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') /* not "\r\v\f" */ argument
270 char c; in str_getline() local
310 #define LDIF_SAFE_CHAR( c ) ( (c) != '\r' && (c) != '\n' ) argument
311 #define LDIF_CONSERVATIVE_CHAR( c ) ( LDIF_SAFE_CHAR(c) && isascii((c)) \ argument
313 #define LDIF_SAFE_INITCHAR( c ) ( LDIF_SAFE_CHAR(c) && (c) != ':' \ argument
315 #define LDIF_CONSERVATIVE_INITCHAR( c ) ( LDIF_SAFE_INITCHAR( c ) && \ argument
317 #define LDIF_CONSERVATIVE_FINALCHAR( c ) ( (c) != ' ' ) argument
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvatpit.c120 vatpit_delta_ticks(struct vatpit *vatpit, struct channel *c) in vatpit_delta_ticks()
130 struct channel *c; in vatpit_get_out() local
155 struct channel *c; in vatpit_callout_handler() local
192 struct channel *c = &vatpit->channel[0]; in vatpit_callout_reset() local
202 struct channel *c = &vatpit->channel[0]; in pit_timer_start_cntr0() local
230 pit_update_counter(struct vatpit *vatpit, struct channel *c, bool latch) in pit_update_counter()
268 struct channel *c; in pit_readback1() local
318 struct channel *c; in vatpit_update_mode() local
365 struct channel *c; in vatpit_handler() local
519 struct channel *c = &vatpit->channel[0]; in vatpit_pause() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplex.c60 #define PUTCHR(c) (*op++=(c)) argument
61 #define SETCHR(c) (*op=(c)) argument
67 #define UNGETCHR(c) (*--ip=(c)) argument
164 #define PUTCHR(c) (*op++=(c)) argument
165 #define SETCHR(c) (*op=(c)) argument
170 #define UNGETCHR(c) (*--ip=(c)) argument
180 register int c; in ppcpp() local
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_lex.c52 int c; in get_mb() local
120 po_uninput(int c) in po_uninput()
144 int c; in po_getc() local
215 int c, n, loop; in expand_es() local
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsmt.h29 #define smt_can_enable(c, f) (0) argument
32 #define smt_should_run(t, c) (B_TRUE) argument
33 #define smt_adjust_cpu_score(t, c, p) (p) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrpsearch.c33 #define MAP(m,c) (c) argument
35 #define MAP(m,c) m[c] argument
63 register int c; in strpsearch() local
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dserengeti.h128 #define SG_PORTID_TO_CPUID(p, c) ((p) + ((c) << SG_JG_CORE1_SHIFT)) argument
129 #define SG_PORTID_TO_CPU_UNIT(p, c) ((p % SG_MAX_CMPS_PER_BD) | \ argument
131 #define SG_CPUID_TO_PORTID(c) ((c) & SG_SAFARI_ID_MASK) argument
132 #define SG_CPUID_TO_COREID(c) (((c) & SG_CORE_ID_MASK) >> \ argument
134 #define SG_CPUID_TO_CPU_UNIT(c) SG_PORTID_TO_CPU_UNIT( \ argument
257 #define MAKE_CPUID(b, c) ((b*4) + c) argument
/illumos-gate/usr/src/cmd/eqn/
H A Dlex.c22 #define putbak(c) *ip++ = c; argument
92 int c; in yylex() local
166 int c; in getstr() local
196 int del, c, i; in cstr() local

12345678910>>...122