Home
last modified time | relevance | path

Searched refs:c (Results 51 – 75 of 6798) sorted by relevance

12345678910>>...272

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A DUTF2_to_nbyte.c236 c[(*i)++] = 'c'; /* H */ in echo_vowel()
241 c[(*i)++] = '|'; /* | */ in echo_vowel()
245 c[(*i)++] = 's'; /* T */ in echo_vowel()
250 c[(*i)++] = 's'; /* T */ in echo_vowel()
255 c[(*i)++] = 's'; /* T */ in echo_vowel()
256 c[(*i)++] = '|'; /* | */ in echo_vowel()
261 c[(*i)++] = '|'; /* | */ in echo_vowel()
274 c[(*i)++] = 'A'; /* g */ in echo_consonant()
275 c[(*i)++] = 'U'; /* s */ in echo_consonant()
279 c[(*i)++] = 'D'; /* n */ in echo_consonant()
[all …]
/illumos-gate/usr/src/lib/libgss/
H A DMakefile.com125 $(COMPILE.c) -o $@ $(KRB5DIR)/rel_buffer.c
140 $(COMPILE.c) -o $@ $(KRB5DIR)/util_buffer.c
145 $(COMPILE.c) -o $@ $(KRB5DIR)/util_errmap.c
155 $(COMPILE.c) -o $@ $(KRB5ETDIR)/adb_err.c
159 $(COMPILE.c) -o $@ $(KRB5ETDIR)/adm_err.c
164 $(COMPILE.c) -o $@ $(KRB5ETDIR)/asn1_err.c
190 $(COMPILE.c) -o $@ $(KRB5ETDIR)/kadm_err.c
195 $(COMPILE.c) -o $@ $(KRB5ETDIR)/kdb5_err.c
200 $(COMPILE.c) -o $@ $(KRB5ETDIR)/kdc5_err.c
225 $(COMPILE.c) -o $@ $(KRB5ETDIR)/pty_err.c
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrto.c65 } while (isascii(c) && isspace(c));
69 c = *s++;
75 c = *s++;
80 c = s[1];
120 if (isascii(c) && isdigit(c))
122 else if (isascii(c) && isalpha(c))
123 c -= isupper(c) ? 'A' - 10 : 'a' - 10;
201 } while (isascii(c) && isspace(c));
226 if (isascii(c) && isdigit(c))
228 else if (isascii(c) && isalpha(c))
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dword.c59 while (c = nextwc(), space(c)) /* skipc() */ in word()
64 while ((c = readwc()) != NL && c != EOF); in word()
65 peekc = c; in word()
79 while ((c = readwc()) && c != LITERAL){ in word()
144 d = c; in word()
159 if (c == 0 || c == d) in word()
184 } while ((c = nextwc(), !eofmeta(c))); in word()
192 (c == '>' || c == '<')) in word()
243 while (c = nextwc(), space(c)) in skipwc()
375 c = EOF; in readwc()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc25 SRCS += $(SASRC)/__main.c $(SASRC)/abort.c $(SASRC)/assert.c
127 SRCS += _bzlib.c _crctable.c _decompress.c _huffman.c _randtable.c
129 CLEANFILES += _bzlib.c _crctable.c _decompress.c _huffman.c _randtable.c
179 _infback.c: $(ZLIB)/infback.c
195 _zutil.c: $(ZLIB)/zutil.c
200 SRCS += _infback.c _inffast.c _inflate.c _inftrees.c _zutil.c
202 CLEANFILES += _infback.c _inffast.c _inflate.c _inftrees.c _zutil.c
232 $(SASRC)/stat.c $(SASRC)/fstat.c $(SASRC)/close.c \
233 $(SASRC)/lseek.c $(SASRC)/open.c $(SASRC)/read.c \
248 SRCS += $(SASRC)/arp.c $(SASRC)/ether.c $(SASRC)/ip.c \
[all …]
/illumos-gate/usr/src/lib/libmvec/
H A DMakefile.com192 ../common/__vcos.c \
196 ../common/__vexp.c \
200 ../common/__vlog.c \
202 ../common/__vpow.c \
209 ../common/__vsin.c \
230 ../common/vcos_.c \
232 ../common/vexp_.c \
236 ../common/vlog_.c \
238 ../common/vpow_.c \
244 ../common/vsin_.c \
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha1.c174 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in sha1_transform()
175 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in sha1_transform()
176 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in sha1_transform()
177 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in sha1_transform()
178 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in sha1_transform()
179 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in sha1_transform()
180 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in sha1_transform()
181 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in sha1_transform()
182 R2(d,e,a,b,c,32); R2(c,d,e,a,b,33); R2(b,c,d,e,a,34); R2(a,b,c,d,e,35); in sha1_transform()
183 R2(e,a,b,c,d,36); R2(d,e,a,b,c,37); R2(c,d,e,a,b,38); R2(b,c,d,e,a,39); in sha1_transform()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dint_const.h78 #define INT8_C(c) (c) argument
79 #define INT16_C(c) (c) argument
80 #define INT32_C(c) (c) argument
83 #define INT64_C(c) __CONCAT__(c,l) argument
87 #define INT64_C(c) __CONCAT__(c,ll)
92 #define UINT8_C(c) __CONCAT__(c,u) argument
94 #define UINT16_C(c) __CONCAT__(c,u) argument
96 #define UINT32_C(c) __CONCAT__(c,u) argument
109 #define INTMAX_C(c) __CONCAT__(c,l) argument
119 #define INTMAX_C(c) (c)
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregclass.c68 static int Isalnum(int c) { return iswalnum(c); } in Isalnum() argument
69 static int Isalpha(int c) { return iswalpha(c); } in Isalpha() argument
70 static int Isblank(int c) { return iswblank(c); } in Isblank() argument
71 static int Iscntrl(int c) { return iswcntrl(c); } in Iscntrl() argument
72 static int Isdigit(int c) { return iswdigit(c); } in Isdigit() argument
73 static int Notdigit(int c) { return !iswdigit(c); } in Notdigit() argument
74 static int Isgraph(int c) { return iswgraph(c); } in Isgraph() argument
75 static int Islower(int c) { return iswlower(c); } in Islower() argument
76 static int Isprint(int c) { return iswprint(c); } in Isprint() argument
81 static int Isword(int c) { return iswalnum(c) || c == '_'; } in Isword() argument
[all …]
/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
96 if ((c = GETC()) == eof || c == '\n') { in compile()
168 if (c == '\0' || c == '\n') in compile()
250 if ('0' <= c && c <= '9') in compile()
285 if (c >= '1' && c <= '9') { in compile()
310 char c; in step() local
344 int c; in advance() local
391 if (((c & 0200) == 0 && ISTHERE(c)) ^ neg) { in advance()
466 if (((c & 0200) || !ISTHERE(c)) ^ neg) in advance()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlctype.h50 #define testprop(c,p) (luai_ctype_[(c)+1] & (p)) argument
57 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) argument
58 #define lisspace(c) testprop(c, MASK(SPACEBIT)) argument
65 #define ltolower(c) ((c) | ('A' ^ 'a')) argument
81 #define lislalpha(c) (isalpha(c) || (c) == '_') argument
82 #define lislalnum(c) (isalnum(c) || (c) == '_') argument
83 #define lisdigit(c) (isdigit(c)) argument
84 #define lisspace(c) (isspace(c)) argument
85 #define lisprint(c) (isprint(c)) argument
86 #define lisxdigit(c) (isxdigit(c)) argument
[all …]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c175 if ((rv = c->c_open(c, oflag)) != 0) { in audio_open()
182 *devp = makedevice(c->c_major, c->c_minor); in audio_open()
234 if ((rv = c->c_open(c, oflag)) != 0) { in audio_stropen()
288 c->c_close(c); in audio_strclose()
339 c->c_close(c); in audio_close()
362 rv = (c->c_write == NULL) ? ENXIO : c->c_write(c, uio, credp); in audio_write()
380 rv = (c->c_read == NULL) ? ENXIO : c->c_read(c, uio, credp); in audio_read()
398 rv = (c->c_ioctl == NULL) ? ENXIO : c->c_ioctl(c, cmd, arg, mode, in audio_ioctl()
430 c->c_wput(c, mp); in audio_wput()
444 c->c_wsrv(c); in audio_wsrv()
[all …]
/illumos-gate/usr/src/uts/sparc/fpu/
H A Ddiv.c89 c = fpu_sub3wc(&r[3], r[3], y[3], c);
90 c = fpu_sub3wc(&r[2], r[2], y[2], c);
91 c = fpu_sub3wc(&r[1], r[1], y[1], c);
92 c = fpu_sub3wc(&r[0], r[0], y[0], c);
107 c = fpu_sub3wc(&r[3], r[3], y[3], c);
108 c = fpu_sub3wc(&r[2], r[2], y[2], c);
231 c = fpu_add3wc(&s[1], t[1], r, c);
232 c = fpu_add3wc(&s[0], t[0], 0, c);
253 c = fpu_add3wc(&s[2], t[2], r, c);
254 c = fpu_add3wc(&s[1], t[1], 0, c);
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMamfile912 meta tok.o %.c>%.o string/tok.c tok
1259 meta fts.o %.c>%.o misc/fts.c fts
1575 meta lc.o %.c>%.o port/lc.c lc
1584 meta lctab.o %.c>%.o lctab.c lctab
1642 meta mc.o %.c>%.o port/mc.c mc
2019 meta stk.o %.c>%.o misc/stk.c stk
2571 meta mnt.o %.c>%.o port/mnt.c mnt
3506 meta wc.o %.c>%.o comp/wc.c wc
3580 meta ftw.o %.c>%.o comp/ftw.c ftw
5643 meta aso.o %.c>%.o aso/aso.c aso
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtesc.c105 c = *s++; in fmtquote()
106 if (!(flags & FMT_ESCAPED) && (iscntrl(c) || !isprint(c) || c == '\\')) in fmtquote()
113 c = 'a'; in fmtquote()
116 c = 'b'; in fmtquote()
119 c = 'f'; in fmtquote()
122 c = 'n'; in fmtquote()
125 c = 'r'; in fmtquote()
128 c = 't'; in fmtquote()
143 c = '0' + (c & 07); in fmtquote()
173 else if (c == '$' || c == '`') in fmtquote()
[all …]
H A Dchresc.c68 c -= '0'; in chrexp()
75 c = (c << 3) + *s++ - '0'; in chrexp()
105 c = toupper(c); in chrexp()
106 c = ccmapc(c, CC_NATIVE, CC_ASCII); in chrexp()
108 c = ccmapc(c, CC_ASCII, CC_NATIVE); in chrexp()
166 c = 0; in chrexp()
172 c = (c << 4) + *s++ - 'a' + 10; in chrexp()
176 c = (c << 4) + *s++ - 'A' + 10; in chrexp()
181 c = (c << 4) + *s++ - '0'; in chrexp()
226 return c; in chrexp()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE5 12-04-20 chgrp.c,chmod.c,cksum.c,cp.c: default fts_flags()|FTS_META (to disable pure FTS_PHYSICAL)
13 11-03-28 chmod.c,chgrp.c: fix --symlink logic
23 10-08-11 cp.c,expr.c: use conformance("standard",0) test
25 10-07-28 chgrp.c,chmod.c,cksum.c: fts_path for diagnostics, not fts_accpath!
47 09-11-30 cat.c,date.c,cksum.c: drop setlocale() call already done by optget()
60 09-07-02 chgrp.c,chmod.c,cksum.c: fts_flags() default only if not --recursive
151 06-09-27 head.c: handle -1c => -c1
158 06-08-24 wc.c,wclib.c: implement -m and WC_MBYTE
164 06-06-25 chmod.c: mask -c output with S_IPERM
199 04-07-22 date.c,uname.c: access() => eaccess()
[all …]
H A DMamfile510 meta cat.o %.c>%.o cat.c cat
540 meta cmp.o %.c>%.o cmp.c cmp
552 meta cp.o %.c>%.o cp.c cp
558 meta cut.o %.c>%.o cut.c cut
582 meta fds.o %.c>%.o fds.c fds
588 meta fmt.o %.c>%.o fmt.c fmt
612 meta id.o %.c>%.o id.c id
624 meta ln.o %.c>%.o ln.c ln
660 meta mv.o %.c>%.o mv.c mv
690 meta rm.o %.c>%.o rm.c rm
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfstrtof.h231 do c = GET(s); while (isspace(c));
250 if (c == 'x' || c == 'X')
276 if (c == 'p' || c == 'P')
281 while (c >= '0' && c <= '9')
343 else if (c == 'i' || c == 'I')
367 else if (c == 'n' || c == 'N')
376 do c = GET(s); while (c && !isspace(c));
380 else if (c < '1' || c > '9')
396 if (c >= '0' && c <= '9')
456 if (c == 'e' || c == 'E')
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A DMakefile.am17 little_bswap.h misc.c nic.c nic.h osdep.h pci.c pci.h \
18 pci_ids.h pci_io.c stdint.h tftp.h timer.c timer.h \
19 types.h udp.h mii.h pic8259.c pic8259.h pxe.h basemem.c segoff.h
20 EXTRA_libdrivers_a_SOURCES = 3c595.c 3c595.h 3c90x.c davicom.c \
21 e1000.c e1000_hw.h eepro100.c epic100.c epic100.h natsemi.c \
22 ns8390.c ns8390.h pcnet32.c rtl8139.c sis900.c sis900.h \
23 sundance.c tg3.c tg3.h tlan.c tlan.h tulip.c via-rhine.c \
24 w89c840.c r8169.c forcedeth.c ns83820.c pnic.c pnic_api.c \
25 undi.c undi.h
85 $(3c90x_drivers): 3c90x.c
[all …]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_context.c48 c->ctx_status = c->ctx_func(); in context_init()
59 if (c == NULL) in mdb_context_create()
62 c->ctx_func = func; in mdb_context_create()
64 c->ctx_stack = mdb_alloc_align(c->ctx_stacksize, pagesize, UM_NOSLEEP); in mdb_context_create()
71 kmdb_makecontext(&c->ctx_uc, (void (*)(void *))context_init, c, in mdb_context_create()
72 c->ctx_stack, c->ctx_stacksize); in mdb_context_create()
74 return (c); in mdb_context_create()
80 mdb_free_align(c->ctx_stack, c->ctx_stacksize); in mdb_context_destroy()
87 if (setjmp(c->ctx_pcb) == 0 && kmdb_setcontext(&c->ctx_uc) == -1) in mdb_context_switch()
96 c->ctx_resumes++; in mdb_context_getpcb()
[all …]
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk69 $(TOP)/src/auth.c \
84 $(TOP)/src/os.c \
106 $(TOP)/src/where.c
113 $(TOP)/src/os.c \
120 $(TOP)/src/md5.c
186 cp parse.c opcodes.c tsrc
190 lemon: $(TOP)/tool/lemon.c $(TOP)/tool/lempar.c
212 opcodes.c: $(TOP)/src/vdbe.c
229 $(TCCX) -c parse.c
231 parse.h: parse.c
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dwordexp.c45 while((c= *sp) && c!='\'') in sh_unquote()
47 if(c==0) in sh_unquote()
58 while((c= *++sp) && c!='\'') in sh_unquote()
59 *dp++ = c; in sh_unquote()
94 if(c=='\\' && (!quoted || strchr("\\\"`\n$",c))) in wordexp()
104 else if(c=='`' || (c=='$' && *cp=='(')) in wordexp()
137 else if(!quoted && (c==' ' || c=='\n')) in wordexp()
140 c = 0; in wordexp()
152 c = ac+2; in wordexp()
189 c=0; in wordexp()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c74 int c; local
406 if (!isascii(c) && c != EOF) { in comprhs()
559 if (c != '\n' && c != EOF) { in confirmed()
683 c = toupper(c); in fixcase()
686 c = tolower(c); in fixcase()
787 if (c == eof || c == '\n' || c == EOF) { in vi_compile()
806 if (c == eof || c == EOF) { in vi_compile()
866 if(c >= '0' && c <= '9') { in vi_compile()
898 if (c >= '1' && c <= '9') in vi_compile()
935 if (!isascii(c) && c != EOF) { in vi_compile()
[all …]
H A Dex_get.c52 int c; in getchar() local
57 return (c); in getchar()
63 int c; in getcd() local
77 return (c); in getcd()
104 c = peekc; in getach()
124 if (c < 0) in getach()
126 if (c == 0 || inputline[c-1] != '\n') in getach()
158 int c = 0; in gettty() local
224 while (c != EOF && c != '\n') { in gettty()
239 for (c = lastin; c >= value(vi_TABSTOP); c -= value(vi_TABSTOP)) in gettty()
[all …]

12345678910>>...272