Home
last modified time | relevance | path

Searched refs:c (Results 26 – 50 of 5773) sorted by relevance

12345678910>>...231

/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c90 #define ungetC(c) peekc = c argument
91 #define ungetD(c) peekd = c argument
399 *np++ = c, c = getC(DOEXCL); in getdol()
400 if (c == '#' || c == '?') in getdol()
459 *np++ = c, c = getC(DOEXCL); in getdol()
554 if (! (c == ':' || c == '^' || c == '$' || c == '*' || in getexcl()
555 c == '-' || c == '%')) in getexcl()
572 ungetC(c), c = '-'; in getexcl()
962 if (c == '-' || c == '$' || c == '*') in getsel()
1016 if (c == '(' || c == '=' || c == '~') { in gethent()
[all …]
H A Dsh.dol.c48 #define unDgetC(c) Dpeekc = c argument
198 c1 = c; in Dword()
204 if (c == '\n' || c == DEOF) in Dword()
217 wbuf[wp++] = c == '`' ? '`' : c | QUOTE; in Dword()
239 if (c == '\n' || c == DEOF) in Dword()
290 int c; in DgetC() local
484 if (c == '\n' || c == DEOF) in Dgetdol()
607 int c; in Dredc() local
639 int c; in heredoc() local
722 if ((c != '$') && (c != '\\') && (c != '`')) in heredoc()
[all …]
/illumos-gate/usr/src/uts/intel/
H A DMakefile.rules51 $(COMPILE.c) -o $@ $<
55 $(COMPILE.c) -o $@ $<
65 $(COMPILE.c) -o $@ $<
72 $(COMPILE.c) -o $@ $<
76 $(COMPILE.c) -o $@ $<
80 $(COMPILE.c) -o $@ $<
84 $(COMPILE.c) -o $@ $<
94 $(COMPILE.c) -o $@ $<
98 $(COMPILE.c) -o $@ $<
102 $(COMPILE.c) -o $@ $<
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A DMakefile.am19 libgrub_a_SOURCES = boot.c builtins.c char_io.c cmdline.c common.c \
20 disk_io.c fsys_ext2fs.c fsys_fat.c fsys_ffs.c fsys_iso9660.c \
21 fsys_jfs.c fsys_minix.c fsys_reiserfs.c fsys_ufs.c fsys_ufs2.c \
22 fsys_zfs.c zfs_fletcher.c zfs_lzjb.c zfs_lz4.c zfs_sha256.c \
23 fsys_vstafs.c fsys_xfs.c gunzip.c md5.c serial.c stage2.c \
24 terminfo.c tparm.c graphics.c
101 cmdline.c common.c console.c disk_io.c fsys_ext2fs.c \
104 fsys_zfs.c zfs_fletcher.c zfs_lzjb.c zfs_lz4.c zfs_sha256.c \
105 gunzip.c hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c \
236 disk_io.c stage1_5.c fsys_jfs.c bios.c
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c196 if (c >= 'A' && c <= 'Z') return 1; in ldap_utf8isalnum()
197 if (c >= 'a' && c <= 'z') return 1; in ldap_utf8isalnum()
198 if (c >= '0' && c <= '9') return 1; in ldap_utf8isalnum()
208 if (c >= 'A' && c <= 'Z') return 1; in ldap_utf8isalpha()
209 if (c >= 'a' && c <= 'z') return 1; in ldap_utf8isalpha()
219 if (c >= '0' && c <= '9') return 1; in ldap_utf8isdigit()
229 if (c >= '0' && c <= '9') return 1; in ldap_utf8isxdigit()
230 if (c >= 'A' && c <= 'F') return 1; in ldap_utf8isxdigit()
231 if (c >= 'a' && c <= 'f') return 1; in ldap_utf8isxdigit()
264 c++; in ldap_utf8isspace()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/tracemem/
H A Dtst.dynsize.d.out2 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
13 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
24 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
35 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
46 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
57 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
68 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
79 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
90 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
101 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
[all …]
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_cmd.c198 cv_wait(&c->c_cv, &c->c_lock); in sda_cmd_wait()
254 c->c_index = c->c_acmd; in sda_cmd_resubmit_acmd()
255 c->c_argument = c->c_aarg; in sda_cmd_resubmit_acmd()
256 c->c_rtype = c->c_artype; in sda_cmd_resubmit_acmd()
257 c->c_acmd = 0; in sda_cmd_resubmit_acmd()
275 c->c_resid = 0; in sda_cmd_alloc()
276 c->c_nblks = 0; in sda_cmd_alloc()
280 c->c_dmah = 0; in sda_cmd_alloc()
283 bzero(&c->c_dmac, sizeof (c->c_dmac)); in sda_cmd_alloc()
290 c->c_acmd = 0; in sda_cmd_alloc()
[all …]
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c68 #define isquote(c) ((c) == SQ || (c) == DQ) argument
69 #define iswhite(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || (c) == '\f') argument
71 #define is_between(c, l, u) ((l) <= (c) && (c) <= (u)) argument
72 #define is_white(c) ((c) == ' ' || c == '\r' || c == '\t' || c == '\f') argument
75 #define is_alpha(c) (is_lower(c) || is_upper(c)) argument
77 #define is_sstart(c) (is_alpha(c) || (c) == '_') argument
78 #define is_sfollow(c) (is_sstart(c) || is_digit(c)) argument
80 (is_digit(c) || is_between((c), 'A', 'F') || is_between((c), 'a', 'f'))
288 if (c == 'x' || c == 'X') { in yylex()
296 c == 'd' || c == 'D' || in yylex()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsub.c86 c = toupper(c); in subold()
90 c = tolower(c); in subold()
94 c = tolower(c); in subold()
96 c = toupper(c); in subold()
115 c = c * 10 + *sp++ - '0'; in subold()
127 c = tolower(c); in subold()
145 c = toupper(c); in subold()
219 c = toupper(c); in subold()
223 c = tolower(c); in subold()
227 c = tolower(c); in subold()
[all …]
/illumos-gate/usr/src/cmd/banner/
H A Dbanner.c225 c = convert(c); in banner()
270 if (c >= 0xc0 && c <= 0xc6) in convert()
272 if (c >= 0xc8 && c <= 0xcb) in convert()
276 if (c >= 0xcc && c <= 0xcf) in convert()
282 if (c >= 0xd2 && c <= 0xd6) in convert()
288 if (c >= 0xd9 && c <= 0xdc) in convert()
296 if (c >= 0xe0 && c <= 0xe6) in convert()
300 if (c >= 0xe8 && c <= 0xeb) in convert()
302 if (c >= 0xec && c <= 0xef) in convert()
308 if (c >= 0xf2 && c <= 0xf6) in convert()
[all …]
/illumos-gate/usr/src/lib/libc/
H A DMakefile.targ38 $(COMPILE.c) -o $@ $<
50 $(COMPILE.c) -o $@ $<
70 $(COMPILE.c) -o $@ $<
74 $(COMPILE.c) -o $@ $<
179 $(COMPILE.c) \
184 $(COMPILE.c) \
302 $(COMPILE.c) -o $@ $(SRC)/common/util/$(@F:.o=.c)
306 $(COMPILE.c) -o $@ $(SRC)/common/xattr/$(@F:.o=.c)
310 $(COMPILE.c) -o $@ $(SRC)/common/dtrace/$(@F:.o=.c)
314 $(COMPILE.c) -o $@ $(SRC)/common/secflags/$(@F:.o=.c)
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c388 if (c == ' ' || c == '\t' || c == '\n' || c == '\f') in mks_vfscanf()
506 if (c >= start && c <= end) in match()
511 if (c < start || c > end) in match()
556 if (c == '+' || c == '-') in getnum()
568 if (c == 'X' || c == 'x') in getnum()
638 c = toupper(c); in getnum()
702 if (c == '-' || c == '+') in lstrtod()
709 while (c >= '0' && c <= '9') { in lstrtod()
717 while (c >= '0' && c <= '9') { in lstrtod()
724 if (c == 'e' || c == 'E') { in lstrtod()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_string.c60 c = c * 8 + *p++ - '0'; in stresc2chr()
63 c = c * 8 + *p - '0'; in stresc2chr()
96 if (c >= '0' && c <= '9') in stresc2chr()
98 else if (c >= 'a' && c <= 'f') in stresc2chr()
100 else if (c >= 'A' && c <= 'F') in stresc2chr()
159 if (c < '!' || c > '~') in strchr2esc()
213 if (c < '!' || c > '~') { in strchr2esc()
256 int c; in strbadidnum() local
268 if (isalnum(c) == 0 && c != '_' && c != '`') in strbadidnum()
282 char c; in strisglob() local
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c358 (c == ' ' || c == '\t')) in yylex()
420 while ((c = getc(Fp)) != EOF && c != '\n' && c != '\r') in yylex()
802 (c == ' ' || c == '\t' || c == '"')) in doident()
805 if (c == EOF || c == '\n') in doident()
811 while ((c = getc(Fp)) != EOF && c != '"' && c != '\n') in doident()
838 (c == ' ' || c == '\t' || c == '"')) in dodictionary()
841 if (c == EOF || c == '\n') in dodictionary()
847 while ((c = getc(Fp)) != EOF && c != '"' && c != '\n') in dodictionary()
890 (c == ' ' || c == '\t' || c == '"')) in doallow_cycles()
893 if (c == EOF || c == '\n') in doallow_cycles()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dswapmem.c54 c = f[0]; t[0] = f[1]; t[1] = c; in swapmem()
60 c = f[0]; t[0] = f[2]; t[2] = c; in swapmem()
61 c = f[1]; t[1] = f[3]; t[3] = c; in swapmem()
67 c = f[0]; t[0] = f[3]; t[3] = c; in swapmem()
68 c = f[1]; t[1] = f[2]; t[2] = c; in swapmem()
74 c = f[0]; t[0] = f[4]; t[4] = c; in swapmem()
75 c = f[1]; t[1] = f[5]; t[5] = c; in swapmem()
76 c = f[2]; t[2] = f[6]; t[6] = c; in swapmem()
77 c = f[3]; t[3] = f[7]; t[7] = c; in swapmem()
83 c = f[0]; t[0] = f[5]; t[5] = c; in swapmem()
[all …]
/illumos-gate/usr/src/lib/libkmf/include/
H A Drdn_parser.h76 (((c) == ' ') || ((c) == '\r') || ((c) == '\n'))
79 (((c) == ',') || ((c) == '=') || ((c) == C_DOUBLE_QUOTE) || \
80 ((c) == '\r') || ((c) == '\n') || ((c) == '+') || \
81 ((c) == '<') || ((c) == '>') || ((c) == '#') || \
82 ((c) == ';') || ((c) == C_BACKSLASH))
86 ((((c) >= 'a') && ((c) <= 'z')) || \
87 (((c) >= 'A') && ((c) <= 'Z')) || \
88 (((c) >= '0') && ((c) <= '9')) || \
89 ((c) == ' ') || \
93 (((c) >= '+') && ((c) <= '/')) || /* + , - . / */ \
[all …]
/illumos-gate/usr/src/cmd/tbl/
H A Dt4.c58 switch(c) in readspec()
82 while ((c=get1char()) && c != '\n') in readspec()
83 if (c != ' ' && c != '\t') in readspec()
100 case '_': if (c=='_') c= '-'; in readspec()
166 if (c=='\n'){un1getc(c); break;} in readspec()
168 if (c>= '0' && c<= '9') break; in readspec()
180 if (c== ' ' || c== tab || c=='\n') break; in readspec()
181 if (c=='-' || c == '+') in readspec()
205 if (c== ' ' || c== tab || c=='\n') break; in readspec()
206 if (c=='-' || c == '+') in readspec()
[all …]
H A Dt8.c46 for(c=0; c<ncol; c++) in putline()
80 for(c=0; c<ncol; c++) in putline()
94 for(c=0; c<ncol; c++) in putline()
120 for(c=0; c<ncol; c++) in putline()
124 tohcol(c); in putline()
137 if (form=='n' && table[nl][c].rcol && lused[c]==0) ct= c+CMID; in putline()
232 (topat[c] == topat[c+1]) && in putline()
258 for(c=0; c<ncol; c++) in putline()
288 for(c=0; c<ncol; c++) in funnies()
301 fprintf(tabout, "(\\n(%du+\\n(%du-\\n(%c-u)/2u\n",c+CLEFT,c-1+ctspan(lin,c)+CRIGHT, s); in funnies()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c54 c->ctx_status = c->ctx_func(); in context_init()
67 if (c == NULL) in mdb_context_create()
75 c->ctx_stack = mmap(NULL, c->ctx_stacksize, prot, in mdb_context_create()
88 c->ctx_stack = mmap(NULL, c->ctx_stacksize, prot, in mdb_context_create()
94 if (c->ctx_stack == MAP_FAILED || getcontext(&c->ctx_uc) != 0) { in mdb_context_create()
99 c->ctx_uc.uc_stack.ss_sp = c->ctx_stack; in mdb_context_create()
100 c->ctx_uc.uc_stack.ss_size = c->ctx_stacksize; in mdb_context_create()
103 makecontext(&c->ctx_uc, context_init, 1, c); in mdb_context_create()
105 return (c); in mdb_context_create()
111 if (munmap(c->ctx_stack, c->ctx_stacksize) == -1) in mdb_context_destroy()
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/
H A DMakefile.com30 cpu.c \
31 dev.c \
32 fmd.c \
33 hc.c \
35 mem.c \
36 mod.c \
37 pkg.c \
38 svc.c \
39 sw.c \
40 zfs.c
[all …]
/illumos-gate/usr/src/lib/libsqlite/
H A DMakefile.com60 GENSRC = opcodes.c parse.c
175 lempar.c \
176 opcodes.c \
182 parse.c \
220 opcodes.c: $(SRCDIR)/vdbe.c
243 parse.h parse.c : $(SRCDIR)/parse.y $(TOOLDIR)/lemon.c $(TOOLDIR)/lempar.c
246 $(CP) $(TOOLDIR)/lempar.c lempar.c
251 $(CP) parse_tmp.c parse.c
265 $(COMPILE.c) -o $@ parse.c
278 $(COMPILE.c) -o $@ opcodes.c
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dstring.h36 #define _smb_between(l, c, u) ((l) <= (c) && (c) <= (u)) argument
38 #define smb_isalpha(c) (smb_islower(c) || smb_isupper(c)) argument
39 #define smb_isdigit(c) _smb_between('0', (c), '9') argument
40 #define smb_isalnum(c) (smb_isalpha(c) || smb_isdigit(c)) argument
41 #define smb_isxdigit(c) (smb_isdigit(c) || \ argument
44 #define smb_isblank(c) ((c) == ' ' || (c) == '\t') argument
45 #define smb_isspace(c) ((c) == ' ' || \ argument
50 #define smb_isascii(c) (!((c) &~ 0x7F)) argument
55 #define smb_isalnum_ascii(c) (smb_isalpha_ascii(c) || smb_isdigit(c)) argument
58 #define smb_iscntrl(c) ((((c) >= 0) && ((c) <= 0x1f)) || ((c) == 0x7f)) argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DMakefile20 cmd 1.2 :LIBRARY: RELEASE cmdinit.c \
22 basename.c cat.c chgrp.c chmod.c chown.c cksum.c cmp.c \
23 comm.c cp.c cut.c dirname.c date.c expr.c fds.c fmt.c fold.c \
24 getconf.c head.c id.c join.c ln.c logname.c md5sum.c mkdir.c \
25 mkfifo.c mktemp.c mv.c paste.c pathchk.c pids.c rev.c rm.c \
26 rmdir.c stty.c sum.c sync.c tail.c tee.c tty.c uname.c uniq.c \
27 vmstate.c wc.c revlib.c wclib.c sumlib.o \
28 fts_fix.c lib.c \
36 "win32*" :NOOPTIMIZE: id.c
38 src = $(*$(*$(*cmd)):N=*.c:T=F)
/illumos-gate/usr/src/cmd/sh/
H A Dctype.h95 #define space(c) ((c<QUOTE) && _ctype1[c]&(T_SPC)) argument
96 #define eofmeta(c) ((c<QUOTE) && _ctype1[c]&(_META|T_EOF)) argument
97 #define qotchar(c) ((c<QUOTE) && _ctype1[c]&(T_QOT)) argument
99 #define dipchar(c) ((c<QUOTE) && _ctype1[c]&(T_DIP)) argument
101 #define escchar(c) ((c<QUOTE) && _ctype1[c]&(T_ESC)) argument
109 #define digit(c) ((c<QUOTE) && _ctype2[c]&(T_DIG)) argument
111 #define defchar(c) ((c<QUOTE) && _ctype2[c]&(T_DEF)) argument
112 #define setchar(c) ((c<QUOTE) && _ctype2[c]&(T_SET)) argument
114 #define letter(c) ((c<QUOTE) && _ctype2[c]&(T_IDC)) argument
115 #define alphanum(c) ((c<QUOTE) && _ctype2[c]&(_IDCH)) argument
[all …]
/illumos-gate/usr/src/boot/common/
H A DMakefile.inc3 SRCS+= boot.c commands.c console.c devopen.c interp.c
4 SRCS+= interp_backslash.c interp_parse.c ls.c misc.c
8 SRCS+= load_elf32.c load_elf32_obj.c reloc_elf32.c
9 SRCS+= load_elf64.c load_elf64_obj.c reloc_elf64.c
11 SRCS+= load_elf64.c reloc_elf64.c
13 SRCS+= load_elf32.c reloc_elf32.c
15 SRCS+= load_elf32.c reloc_elf32.c
16 SRCS+= load_elf64.c reloc_elf64.c
18 SRCS+= load_elf64.c reloc_elf64.c
20 SRCS+= load_elf64.c reloc_elf64.c
[all …]

12345678910>>...231