Home
last modified time | relevance | path

Searched defs:c (Results 126 – 150 of 3042) sorted by relevance

12345678910>>...122

/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/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c151 #define OPTION(c,v) (_O&2&&**v?*(*v)++:!c||_O&4?0:(!(_O&1)&& \ argument
154 #define OPTARG(c,v) (_O&2?**v||(++v,--c)?(_O=1,--c,*v++): \ argument
156 #define OPTONLYARG(c,v) (_O&2&&**v?(_O=1,--c,*v++):(char*)0) argument
157 #define ARG(c,v) (c?(--c,*v++):(char*)0) argument
245 void *dup_mem(b, c) in dup_mem() argument
633 int c, rep_len; local
985 char *character(c) in character() argument
1199 char c; in get_char() local
1222 int put_char(c) in put_char() argument
1251 int write_char (c) in write_char() argument
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1023 c_to_hh( Byte *o, Byte c ) in c_to_hh()
1038 c_to_cc( Byte *o, Couple *cc, Byte c ) in c_to_cc()
1062 int c; in ldap_t61_to_8859() local
1191 Byte c; in hh_to_c() local
1212 int n, c = 0; in cc_to_t61() local
1599 int c; in ldap_8859_to_t61() local
1709 int c; 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/cmd/banner/
H A Dbanner.c218 unsigned char c; in banner() local
234 banfil(char *c, struct bann *p) in banfil()
245 banset(char c, struct bann *p) in banset()
268 convert(unsigned char c) in convert()
/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
H A Dtext.c34 int c; in text() local
80 trans(int c, char *p1) in trans()
198 roman(int c) in roman()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h223 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c) argument
224 #define TOLOWER(c) (isascii(c) && isupper(c) ? _tolower(c) : c) argument
226 #define TOUPPER(c) (isascii(c) && islower(c) ? toupper(c) : c) argument
227 #define TOLOWER(c) (isascii(c) && isupper(c) ? tolower(c) : c) argument
272 #define NSLDAPI_CTIME( c, b, l ) ctime( c ) argument
305 #define NSLDAPI_CTIME( c, b, l ) ctime( c ) argument
307 #define NSLDAPI_CTIME( c, b, l ) nsldapi_compat_ctime_r( c, b, l ) argument
310 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b ) argument
312 #define NSLDAPI_CTIME( c, b, l ) (ctime_r( c, b, l ) ? NULL : b) argument
314 #define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b, l ) argument
/illumos-gate/usr/src/common/util/
H A Dstring.c58 #define ADDCHAR(c) if (bufp++ - buf < buflen) bufp[-1] = (c) argument
75 char c, pad; in vsnprintf() local
417 strchr(const char *sp, int c) in strchr()
535 strrchr(const char *sp, int c) in strrchr()
552 char c; in strstr() local
705 int c, sc; in strsep() local
842 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') argument
844 #define IS_ALPHA(c) \ argument
850 int c = *id++; in strident_valid() local
869 char c; in strident_canon() local
/illumos-gate/usr/src/head/
H A Dregexp.h56 #define PLACE(c) ep[c >> 3] |= bittab[c & 07] argument
57 #define ISTHERE(c) (ep[c >> 3] & bittab[c & 07]) argument
79 register int c; in compile() local
310 char c; in step() local
344 int c; in advance() local
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c949 cyclic_fire(cpu_t *c) in cyclic_fire()
1129 cyclic_softint(cpu_t *c, cyc_level_t level) in cyclic_softint()
1560 cpu_t *c, *start = (part != NULL) ? part->cp_cpulist : CPU; in cyclic_pick_cpu() local
2176 cpu_t *c = cpu->cyp_cpu; in cyclic_juggle_one() local
2203 cpu_t *c = cpu->cyp_cpu; in cyclic_unbind_cpu() local
2233 cpu_t *c = cpu->cyp_cpu; in cyclic_bind_cpu() local
2262 cpu_t *c = cpu->cyp_cpu; in cyclic_unbind_cpupart() local
2289 cpu_t *c = cpu->cyp_cpu; in cyclic_bind_cpupart() local
2311 cyclic_configure(cpu_t *c) in cyclic_configure()
2362 cyclic_unconfigure(cpu_t *c) in cyclic_unconfigure()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.c535 mapreg(int c) in mapreg()
546 KILLreg(int c) in KILLreg()
580 putreg(unsigned char c) in putreg()
622 partreg(unsigned char c) in partreg()
629 notpart(int c) in notpart()
640 int c; in getREG() local
664 YANKreg(int c) in YANKreg()
717 int c; in YANKline() local
755 regbuf(unsigned char c, unsigned char *buf, int buflen) in regbuf()
H A Dex_io.c74 int c = comm, d; in filename() local
159 int c; in getargs() local
264 int c; in glob() local
382 rop(int c) in rop()
488 rop3(int c) in rop3()
557 int c, exclam, nonexist; local
701 short c; in getfile() local
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c63 getfl(int c) in getfl()
129 char c, buffer[BUFSIZ]; in transfer() local
294 int c, ccount, lcount; in transmit() local
430 send(char c) in send()
475 pipeout(int c) in pipeout()
527 consh(int c) in consh()
617 char c; in setscript() local
875 suspend(int c) in suspend()
959 int c; in anyof() local
/illumos-gate/usr/src/uts/common/sys/
H A Dfx.h84 #define FX_CB_EXIT(cb, c) cb->fx_callb_exit(c) argument
86 #define FX_CB_TICK(cb, c, q, p) cb->fx_callb_tick(c, q, p) argument
88 #define FX_CB_PREEMPT(cb, c, q, p) cb->fx_callb_preempt(c, q, p) argument
90 #define FX_CB_STOP(cb, c) cb->fx_callb_stop(c) argument
92 #define FX_CB_SLEEP(cb, c) cb->fx_callb_sleep(c) argument
94 #define FX_CB_WAKEUP(cb, c, q, p) cb->fx_callb_wakeup(c, q, p) argument
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c127 int c; in process() local
198 int c, ch; in yankstr() local
257 octdigit(char c) in octdigit()
283 int c; in fgetNUL() local
389 int c; in prstr() local
415 int i, c; in xsdotc() local
/illumos-gate/usr/src/cmd/tbl/
H A Dtv.c19 drawvert(int start, int end, int c, int lwid) in drawvert()
128 midbar(int i, int c) in midbar()
138 midbcol(int i, int c) in midbcol()
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dkdefs.h81 #define ishaninit(c) (c>=0xa4a1&&c<=0xa4be) /* S000 */ argument
82 #define ishanmid(c) (c>=0xa4bf&&c<=0xa4d3) argument
84 #define INITIAL_SOUND(c) ((KCHAR)(c & 0x7c00) >> 10) argument
85 #define MIDDLE_SOUND(c) ((KCHAR)(c & 0x03e0) >> 5) argument
86 #define FINAL_SOUND(c) (c & 0x001f) argument
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c689 isdigit(int c) isdigit() argument
695 isupper(int c) isupper() argument
701 islower(int c) islower() argument
707 isspace(int c) isspace() argument
714 isxdigit(int c) isxdigit() argument
721 isalpha(int c) isalpha() argument
727 isalnum(int c) isalnum() argument
[all...]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c94 #define setlocale(c,l) native_setlocale(c,l) argument
180 #define native_locale(a,b,c) ((char*)0) argument
280 wchar_t c; in debug_mbtowc() local
328 debug_wctomb(char* s, wchar_t c) in debug_wctomb()
373 debug_wcwidth(wchar_t c) in debug_wcwidth()
383 debug_alpha(wchar_t c) in debug_alpha()
603 register int c; in utf8_mbtowc() local
1686 utf8_wcwidth(wchar_t c) in utf8_wcwidth()
2210 utf8_alpha(wchar_t c) in utf8_alpha()
2219 iswalpha(wchar_t c) in iswalpha()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h355 size_t c; in raidz_generate_p_impl() local
389 raidz_gen_pq_add(void **c, const void *dc, const size_t csize, in raidz_gen_pq_add()
422 size_t c; in raidz_generate_pq_impl() local
459 raidz_gen_pqr_add(void **c, const void *dc, const size_t csize, in raidz_gen_pqr_add()
495 size_t c; in raidz_generate_pqr_impl() local
588 size_t c; in raidz_reconstruct_p_impl() local
662 size_t c; in raidz_reconstruct_q_impl() local
753 size_t c; in raidz_reconstruct_r_impl() local
843 raidz_rec_pq_abd(void **tc, const size_t tsize, void **c, in raidz_rec_pq_abd()
890 size_t c; in raidz_reconstruct_pq_impl() local
[all …]
/illumos-gate/usr/src/boot/efi/libefi/
H A Defichar.c53 CHAR16 c; in utf8_len_of_ucs2() local
73 CHAR16 c; in ucs2_to_utf8() local
125 int c, bytes; in utf8_to_ucs2() local
/illumos-gate/usr/src/cmd/ed/
H A Ded.c154 #define UNGETC(c) (peekc = c) argument
371 int c; in main() local
496 int c; in commands() local
956 int minus, c; in address() local
1108 int c; in newline() local
1126 int c; in filename() local
1183 int c; in exfile() local
1264 int c; in error() local
1324 char c; in getchr() local
1344 int c; in gettty() local
[all …]
/illumos-gate/usr/src/lib/libmp/common/
H A Dutil.c69 _mp_xfree(MINT *c) in _mp_xfree()
131 MINT c; in mp_mcmp() local
150 xtoi(char c) in xtoi()
211 char c; in mp_mtox() local

12345678910>>...122