Home
last modified time | relevance | path

Searched defs:c (Results 26 – 50 of 2903) sorted by relevance

12345678910>>...117

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_context.c46 context_init(mdb_context_t *volatile c) in context_init()
56 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create() local
78 mdb_context_destroy(mdb_context_t *c) in mdb_context_destroy()
85 mdb_context_switch(mdb_context_t *c) in mdb_context_switch()
94 mdb_context_getpcb(mdb_context_t *c) in mdb_context_getpcb()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c84 #define SIP_URI_ISHEX(c) \ argument
130 #define c SIP_URI_COLON_BIT macro
197 #define SIP_URI_ISSCHEME(c) \ argument
199 #define SIP_URI_ISTOKEN(c) \ argument
201 #define SIP_URI_ISSIPDELIM(c) \ argument
205 #define SIP_URI_ISHOST(c) \ argument
207 #define SIP_URI_ISUSER(c) \ argument
214 #define SIP_URI_ISABSDELIM(c) \ argument
216 #define SIP_URI_ISUNRESERVED(c) \ argument
229 #define SIP_URI_ISPCHAR(c) \ argument
[all …]
/illumos-gate/usr/src/head/
H A Dwctype.h98 #define iswrune(c) __iswrune(c) argument
99 #define nextwctype(c, t) __nextwctype(c, t) argument
105 #define iswascii(c) isascii(c) argument
122 #define iscodeset0(c) isascii(c) argument
123 #define iscodeset1(c) (((c) & WCHAR_CSMASK) == WCHAR_CS1) argument
124 #define iscodeset2(c) (((c) & WCHAR_CSMASK) == WCHAR_CS2) argument
125 #define iscodeset3(c) (((c) & WCHAR_CSMASK) == WCHAR_CS3) argument
H A Dctype.h82 #define isascii(c) (!(((int)(c)) & ~0177)) argument
83 #define toascii(c) (((int)(c)) & 0177) argument
84 #define _toupper(c) (toupper(c)) argument
85 #define _tolower(c) (tolower(c)) argument
H A Dmath.h130 #define _POLY1(x, c) ((c)[0] * (x) + (c)[1]) argument
131 #define _POLY2(x, c) (_POLY1((x), (c)) * (x) + (c)[2]) argument
132 #define _POLY3(x, c) (_POLY2((x), (c)) * (x) + (c)[3]) argument
133 #define _POLY4(x, c) (_POLY3((x), (c)) * (x) + (c)[4]) argument
134 #define _POLY5(x, c) (_POLY4((x), (c)) * (x) + (c)[5]) argument
135 #define _POLY6(x, c) (_POLY5((x), (c)) * (x) + (c)[6]) argument
136 #define _POLY7(x, c) (_POLY6((x), (c)) * (x) + (c)[7]) argument
137 #define _POLY8(x, c) (_POLY7((x), (c)) * (x) + (c)[8]) argument
138 #define _POLY9(x, c) (_POLY8((x), (c)) * (x) + (c)[9]) argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstring.c54 register int c; in sh_locate() local
72 #define sep(c) ((c)=='-'||(c)=='_') argument
78 register int c; in sh_lookopt() local
200 int c = mbsize(sp); in sh_substitute() local
244 register int c; in sh_trim() local
282 register int c; in sh_utol() local
299 register int c; in sh_fmtcsv() local
335 register int c, state; in sh_fmtq() local
471 register int c; in sh_fmtqf() local
671 wchar_t c, d; in sh_strchr() local
[all …]
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_stdint.h45 #define INT8_C(c) (c) argument
46 #define INT16_C(c) (c) argument
47 #define INT32_C(c) (c) argument
49 #define UINT8_C(c) (c) argument
50 #define UINT16_C(c) (c) argument
51 #define UINT32_C(c) (c ## U) argument
54 #define INT64_C(c) (c ## L) argument
55 #define UINT64_C(c) (c ## UL) argument
57 #define INT64_C(c) (c ## LL) argument
58 #define UINT64_C(c) (c ## ULL) argument
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c52 context_init(mdb_context_t *volatile c) in context_init()
62 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create() local
109 mdb_context_destroy(mdb_context_t *c) in mdb_context_destroy()
118 mdb_context_switch(mdb_context_t *c) in mdb_context_switch()
127 mdb_context_getpcb(mdb_context_t *c) in mdb_context_getpcb()
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c68 #define isquote(c) ((c) == SQ || (c) == DQ) argument
71 #define is_between(c, l, u) ((l) <= (c) && (c) <= (u)) argument
73 #define is_lower(c) is_between((c), 'a', 'z') argument
74 #define is_upper(c) is_between((c), 'A', 'Z') argument
75 #define is_alpha(c) (is_lower(c) || is_upper(c)) argument
76 #define is_digit(c) is_between((c), '0', '9') argument
77 #define is_sstart(c) (is_alpha(c) || (c) == '_') argument
78 #define is_sfollow(c) (is_sstart(c) || is_digit(c)) argument
79 #define is_xdigit(c) \ argument
203 int c, xc; in yylex() local
[all …]
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcallout.h34 #define callout_active(c) ((c)->c_target != 0) argument
35 #define callout_deactivate(c) ((c)->c_target = 0) argument
45 #define callout_pending(c) ((c)->c_target > (c)->c_fired) argument
55 callout_init(struct callout *c, int mpsafe) in callout_init()
61 callout_stop(struct callout *c) in callout_stop()
67 callout_drain(struct callout *c) in callout_drain()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSDigest.c249 #define HASH_MAKE_STRING(c,s) do { \ argument
563 #define HOST_c2l(c,l) ((void)_HOST_c2l(c,l)) argument
899 #define H(b,c,d) ((b) ^ (c) ^ (d)) argument
900 #define I(b,c,d) (((~(d)) | (b)) ^ (c)) argument
902 #define R0(a,b,c,d,k,s,t) { \ argument
907 #define R1(a,b,c,d,k,s,t) { \ argument
912 #define R2(a,b,c,d,k,s,t) { \ argument
917 #define R3(a,b,c,d,k,s,t) { \ argument
933 int MD5_Init(MD5_CTX *c) in MD5_Init()
1350 MD5_CTX c; in DNSDigest_SignMessage() local
[all …]
/illumos-gate/usr/src/lib/libsec/common/
H A Dacl_lex.l349 int c; variable
377 int c; variable
424 int c; variable
437 int c; variable
450 int c; variable
463 int c; variable
518 int c; variable
531 int c; variable
544 int c; variable
765 int c; variable
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv_sc.h36 #define KICONV_SC_IS_GBK_1st_BYTE(c) ((c) >= 0x81 && (c) <= 0xfe) argument
39 #define KICONV_SC_IS_GBK_2nd_BYTE(c) \ argument
43 #define KICONV_SC_IS_GB18030_2nd_BYTE(c) ((c) >= 0x30 && (c) <= 0x39) argument
46 #define KICONV_SC_IS_GB18030_3rd_BYTE(c) ((c) >= 0x81 && (c) <= 0xfe) argument
49 #define KICONV_SC_IS_GB18030_4th_BYTE(c) \ argument
H A Dpriv_impl.h61 #define CR_EPRIV(c) (CR_PRIVS(c)->crprivs[PRIV_EFFECTIVE]) argument
62 #define CR_IPRIV(c) (CR_PRIVS(c)->crprivs[PRIV_INHERITABLE]) argument
63 #define CR_PPRIV(c) (CR_PRIVS(c)->crprivs[PRIV_PERMITTED]) argument
64 #define CR_LPRIV(c) (CR_PRIVS(c)->crprivs[PRIV_LIMIT]) argument
66 #define CR_FLAGS(c) (CR_PRIVS(c)->crpriv_flags) argument
70 #define PRIV_EISAWARE(c) ((CR_FLAGS(c) & PRIV_AWARE) || (c)->cr_uid != 0) argument
71 #define PRIV_PISAWARE(c) ((CR_FLAGS(c) & PRIV_AWARE) || \ argument
75 #define CR_OEPRIV(c) (*(PRIV_EISAWARE(c) ? &CR_EPRIV(c) : &CR_LPRIV(c))) argument
76 #define CR_OPPRIV(c) (*(PRIV_PISAWARE(c) ? &CR_PPRIV(c) : &CR_LPRIV(c))) argument
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c165 #define COPY32(v, a, c) { \ argument
172 #define MOD_STR(t, a, s, c) { \ argument
180 #define MOD_NAME(a, s, c) MOD_STR(MODINFO_NAME, a, s, c) argument
181 #define MOD_TYPE(a, s, c) MOD_STR(MODINFO_TYPE, a, s, c) argument
182 #define MOD_ARGS(a, s, c) MOD_STR(MODINFO_ARGS, a, s, c) argument
184 #define MOD_VAR(t, a, s, c) { \ argument
192 #define MOD_ADDR(a, s, c) MOD_VAR(MODINFO_ADDR, a, s, c) argument
193 #define MOD_SIZE(a, s, c) MOD_VAR(MODINFO_SIZE, a, s, c) argument
195 #define MOD_METADATA(a, mm, c) { \ argument
203 #define MOD_END(a, c) { \ argument
[all …]
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c317 obj_init(obj_list * c) in obj_init()
400 obj_elf_hdr(obj_list * c) in obj_elf_hdr()
552 obj_prog_hdr(obj_list * c) in obj_prog_hdr()
683 find_symtabs(obj_list * c) in find_symtabs()
826 obj_finis(obj_list * c) in obj_finis()
981 scan_symbols(obj_list * c, in scan_symbols()
1068 bind_symbols(obj_list * c, in bind_symbols()
1188 obj_list *c; in print_symtab() local
1258 get_symtab(obj_list * c, in get_symtab()
1324 process(obj_list * c, in process()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c241 devaudio_proc_alloc(audio_client_t *c) in devaudio_proc_alloc()
458 devaudio_clear_eof(audio_client_t *c) in devaudio_clear_eof()
472 devaudio_proc_release(audio_client_t *c) in devaudio_proc_release()
523 devaudio_input(audio_client_t *c) in devaudio_input()
571 audio_client_t *c; in devaudio_proc_update() local
982 devaudio_drain(audio_client_t *c) in devaudio_drain()
1001 devaudio_output(audio_client_t *c) in devaudio_output()
1110 devaudio_close(audio_client_t *c) in devaudio_close()
1120 devaudioctl_close(audio_client_t *c) in devaudioctl_close()
1337 devaudio_rsrv(audio_client_t *c) in devaudio_rsrv()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/euro/utils/
H A Djapanese.h26 #define GET(c) ((c) = *ip, ip++, ileft--) argument
27 #define PUT(c) (*op = (c), op++, oleft--) argument
33 #define ISASC(c) (((c) >= 0x00) && ((c) <= 0x7f)) argument
36 #define ISCS1(c) (((c) >= 0xa1) && ((c) <= 0xfe)) argument
39 #define ISCS2(c) (((c) >= 0xa1) && ((c) <= 0xdf)) argument
42 #define ISCS3(c) (((c) >= 0xa1) && ((c) <= 0xfe)) argument
45 #define ISSJKANA(c) (((c) >= 0xa1) && ((c) <= 0xdf)) argument
48 #define ISSJKANJI1(c) ((((c) >= 0x81) && ((c) <= 0x9f)) ||\ argument
52 #define ISSJKANJI2(c) ((((c) >= 0x40) && ((c) <= 0x7e)) ||\ argument
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c78 Blowfish_encipher(c, xl, xr) in Blowfish_encipher() argument
106 Blowfish_decipher(c, xl, xr) in Blowfish_decipher() argument
134 Blowfish_initstate(c) in Blowfish_initstate() argument
435 Blowfish_expand0state(blf_ctx *c, const uint8_t *key, uint16_t keybytes) in Blowfish_expand0state()
515 blf_key(blf_ctx *c, const uint8_t *k, uint16_t len) in blf_key()
525 blf_enc(blf_ctx *c, uint32_t *data, uint16_t blocks) in blf_enc()
538 blf_dec(blf_ctx *c, uint32_t *data, uint16_t blocks) in blf_dec()
551 blf_ecb_encrypt(blf_ctx *c, uint8_t *data, uint32_t len) in blf_ecb_encrypt()
573 blf_ecb_decrypt(blf_ctx *c, uint8_t *data, uint32_t len) in blf_ecb_decrypt()
595 blf_cbc_encrypt(blf_ctx *c, uint8_t *iv, uint8_t *data, uint32_t len) in blf_cbc_encrypt()
[all …]
/illumos-gate/usr/src/cmd/oawk/
H A Dparse.c76 NODE *node2(int a, NODE *b, NODE *c) in node2()
90 NODE *node3(int a, NODE *b, NODE *c, NODE *d) in node3()
105 NODE *node4(int a, NODE *b, NODE *c, NODE *d, NODE *e) in node4()
121 NODE *stat3(int a, NODE *b, NODE *c, NODE *d) in stat3()
132 NODE *op2(int a, NODE *b, NODE *c) in op2()
165 NODE *op3(int a, NODE *b, NODE *c, NODE *d) in op3()
176 NODE *stat2(int a, NODE *b, NODE *c) in stat2()
187 NODE *stat4(int a, NODE *b, NODE *c, NODE *d, NODE *e) in stat4()
210 NODE *pa2stat(NODE *a, NODE *b, NODE *c) in pa2stat()
224 NODE *c; in linkum() local
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtolower.c26 tolower_l(int c, locale_t loc) in tolower_l()
32 toupper_l(int c, locale_t loc) in toupper_l()
39 tolower(int c) in tolower()
46 toupper(int c) in toupper()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c47 ungetkey(int c) in ungetkey()
60 int c; /* char --> int */ in getkey() local
97 int c, d; in getbr() local
222 int c; in getesc() local
259 readecho(c) in readecho() argument
355 int c; in setBUF() local
510 map(c, maps, commch) in map() argument
771 int c, cnt; in vgetcnt() local
796 int c; in fastpeekkey() local
817 c = 0; in fastpeekkey() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h84 # define sh_context(c) ((Shbltin_t*)(c)) argument
85 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1) argument
86 # define sh_system(c,str) ((c)?(*sh_context(c)->shtrap)(str,0):system(str)) argument
87 # define sh_exit(c,n) ((c)?(*sh_context(c)->shexit)(n):exit(n)) argument
88 # define sh_checksig(c) ((c) && sh_context(c)->sigset) argument
89 # define sh_builtin(c,n,f,p) ((c)?(*sh_context(c)->shbltin)(n,(Shbltin_f)(f),sh_context(p)):0) argument
91 # define LIB_INIT(c) argument
93 # define LIB_INIT(c) ((c) && (sh_context(c)->nosfio = 1)) argument
99 # define cmdinit(ac,av,c,cat,flg) do { if((ac)<=0) return(0); \ argument
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dbool-simplify2.c10 static uint ioiii(uint a, uint b, uint c) { return a || b || c; } in ioiii()
11 static uint iaiii(uint a, uint b, uint c) { return a && b && c; } in iaiii()
12 static bool boiii(uint a, uint b, uint c) { return a || b || c; } in boiii()
13 static bool baiii(uint a, uint b, uint c) { return a && b && c; } in baiii()
21 static uint iobbb(bool a, bool b, bool c) { return a || b || c; } in iobbb()
22 static uint iabbb(bool a, bool b, bool c) { return a && b && c; } in iabbb()
23 static bool bobbb(bool a, bool b, bool c) { return a || b || c; } in bobbb()
24 static bool babbb(bool a, bool b, bool c) { return a && b && c; } in babbb()
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_string.c152 smb_isupper(int c) in smb_isupper()
165 smb_islower(int c) in smb_islower()
178 smb_toupper(uint32_t c) in smb_toupper()
191 smb_tolower(uint32_t c) in smb_tolower()
207 uint32_t c; in smb_strupr() local
238 uint32_t c; in smb_strlwr() local
267 uint32_t c; in smb_isstrlwr() local
298 uint32_t c; in smb_isstrupr() local

12345678910>>...117