Home
last modified time | relevance | path

Searched refs:c (Results 101 – 125 of 7437) sorted by relevance

12345678910>>...298

/illumos-gate/usr/src/cmd/scadm/
H A DMakefile.com54 mpxu_SOURCES = boot_recv.c callback.c date.c download.c eventlog.c \
55 help.c init.c modem_setup.c process_command.c reset.c \
56 scadm.c send_event.c send_file.c set.c show.c status.c usage.c \
57 user.c valid_srecord.c wrappers.c smq.c xsem.c consolelog.c \
58 configlog.c
93 %.o: common/%.c
94 $(COMPILE.c) -o $@ $<
99 %.ln: common/%.c
100 $(LINT.c) -c $@ $<
103 $(LINT.c) -c $@ $<
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.char.h23 #define isauxsp(c) (Z=((unsigned)(c)), isauxspZ) argument
28 #define iswdigit(c) isdigit(c) argument
29 #define iswalpha(c) isalpha(c) argument
50 #define quoted(c) ((unsigned)(c) & QUOTE) argument
53 #define cmap(c, bits) (Z=((unsigned)(c)), cmapZ(bits)) argument
55 #define isglob(c) cmap(c, _GLOB) argument
56 #define ismeta(c) cmap(c, _META) argument
57 #define digit(c) cmap(c, _DIG) argument
58 #define issp(c) (Z=((unsigned)(c)), cmapZ( _SP)||isauxspZ) argument
60 #define isspnl(c) (Z=((unsigned)(c)), cmapZ( _SP|_NL)||isauxspZ) argument
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c78 #define FF(a, b, c, d, x, s, ac) \ argument
79 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
83 #define GG(a, b, c, d, x, s, ac) \ argument
84 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
88 #define HH(a, b, c, d, x, s, ac) \ argument
89 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \
93 #define II(a, b, c, d, x, s, ac) \ argument
94 {(a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
208 FF (a, b, c, d, in[ 0], S11, 3614090360U); /* 1 */ in Transform()
209 FF (d, a, b, c, in[ 1], S12, 3905402710U); /* 2 */ in Transform()
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t89 ok($c) or
92 my $view = lgrp_view($c);
96 my $fin = lgrp_fini($c);
100 $fin = lgrp_fini($c);
104 ok($c) or
107 $view = lgrp_view($c);
116 my $root = lgrp_root($c);
228 ok(lgrp_fini($c));
240 my @lg1 = $c->lgrps;
242 my@leaves1 = $c->leaves;
[all …]
/illumos-gate/usr/src/cmd/eqn/neqn.d/
H A DMakefile11 CSRCS = diacrit.c eqnbox.c font.c fromto.c funny.c \
12 glob.c integral.c io.c lex.c lookup.c \
13 mark.c matrix.c move.c over.c paren.c \
14 pile.c shift.c size.c sqrt.c text.c
20 COBJS = $(CSRCS:%.c=%.o)
24 CLEANFILES = y.tab.c y.tab.h $(YACCSRC:%.y=%.c) $(YACCSRC:%.y=%.def)
48 $(LINK.c) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)
58 $(YACCSRC:%.y=%.c) + $(YACCSRC:%.y=%.def) : ../$(YACCSRC)
60 $(MV) y.tab.c $(YACCSRC:%.y=%.c)
63 $(COBJS) : $$(@:%.o=../%.c)
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-utf8.h234 #define KRB5_ASCII(c) (!((c) & 0x80)) argument
235 #define KRB5_SPACE(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') argument
236 #define KRB5_DIGIT(c) ((c) >= '0' && (c) <= '9') argument
237 #define KRB5_LOWER(c) ((c) >= 'a' && (c) <= 'z') argument
238 #define KRB5_UPPER(c) ((c) >= 'A' && (c) <= 'Z') argument
239 #define KRB5_ALPHA(c) (KRB5_LOWER(c) || KRB5_UPPER(c)) argument
240 #define KRB5_ALNUM(c) (KRB5_ALPHA(c) || KRB5_DIGIT(c)) argument
242 #define KRB5_LDH(c) (KRB5_ALNUM(c) || (c) == '-') argument
244 #define KRB5_HEXLOWER(c) ((c) >= 'a' && (c) <= 'f') argument
245 #define KRB5_HEXUPPER(c) ((c) >= 'A' && (c) <= 'F') argument
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com23 acpi.c \
26 conf.c \
38 tem.c \
39 vers.c
92 SRCS += boot.c commands.c console.c devopen.c interp.c
93 SRCS += interp_backslash.c interp_parse.c ls.c misc.c
94 SRCS += module.c linenoise.c zfs_cmd.c
100 SRCS += load_elf32.c load_elf32_obj.c reloc_elf32.c
101 SRCS += load_elf64.c load_elf64_obj.c reloc_elf64.c
106 SRCS += disk.c part.c dev_net.c vdisk.c
[all …]
/illumos-gate/usr/src/boot/i386/loader/
H A DMakefile44 SRCS= main.c conf.c vers.c chain.c
54 SRCS += boot.c commands.c console.c devopen.c interp.c
55 SRCS += interp_backslash.c interp_parse.c ls.c misc.c
56 SRCS += module.c linenoise.c multiboot2.c nvstore.c
57 SRCS += zfs_cmd.c
58 SRCS += font.c $(FONT).c tem.c
63 SRCS += load_elf32.c load_elf32_obj.c reloc_elf32.c
64 SRCS += load_elf64.c load_elf64_obj.c reloc_elf64.c
68 SRCS += disk.c part.c vdisk.c
75 SRCS += isapnp.c
[all …]
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c638 if (c == NEWLINE || c == EOF) {
667 if (c >= '0' && c <= '7') {
670 if (c >= '0' && c <= '7')
758 if (c >= '0' && c <= '7') {
761 if (c >= '0' && c <= '7')
859 while (c == SPACE || c == TAB)
884 while (c == SPACE || c == TAB)
919 if (c == SPACE || c == TAB)
982 if (isascii(c) && isdigit(c)) {
993 if (c == NEWLINE || c == EOF) {
[all …]
/illumos-gate/usr/src/lib/libdtrace/
H A DMakefile.com32 dt_as.c \
33 dt_buf.c \
34 dt_cc.c \
35 dt_cg.c \
38 dt_dis.c \
57 dt_pq.c \
75 DRTISRCS = dlink_init.c dlink_common.c
79 LIBDAUDITSRCS = dlink_audit.c dlink_common.c
83 DLINKSRCS = dlink_common.c dlink_init.c dlink_audit.c
108 SRCS = $(LIBSRCS:%.c=../common/%.c) $(LIBISASRCS:%.c=../$(MACH)/%.c)
[all …]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c403 c = lexlast = lexregexp(c); in yylex()
406 if (iswalpha(c) || c == '_') { in yylex()
407 c = lexid(c); in yylex()
408 } else if (iswdigit(c) || c == '.') { in yylex()
409 c = lexnumber(c); in yylex()
419 c = lexstring(c); in yylex()
715 if (c == ctosym[i].c) { in yylex()
747 } else if (c == 'e' || c == 'E') { in lexnumber()
788 } while (iswalpha(c) || iswdigit(c) || c == '_'); in lexid()
931 switch (c = lexgetc(), c) { in lexescape()
[all …]
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.h53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) argument
54 #define isupper(c) ((__ctype + 1)[c] & _U) argument
55 #define islower(c) ((__ctype + 1)[c] & _L) argument
56 #define isdigit(c) ((__ctype + 1)[c] & _N) argument
57 #define isxdigit(c) ((__ctype + 1)[c] & _X) argument
58 #define isalnum(c) ((__ctype + 1)[c] & (_U | _L | _N)) argument
59 #define isspace(c) ((__ctype + 1)[c] & _S) argument
60 #define ispunct(c) ((__ctype + 1)[c] & _P) argument
62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N)) argument
63 #define iscntrl(c) ((__ctype + 1)[c] & _C) argument
[all …]
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c130 int c; in scanc() local
137 return (c); in scanc()
251 int c; in get_byte() local
254 unscanc(c); in get_byte()
257 c = scanc(); in get_byte()
259 switch (c) { in get_byte()
275 unscanc(c); in get_byte()
313 int c; in get_wide() local
340 int c; in get_symbol() local
478 int c; in scan_to_eol() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtre.c69 if (!(c = *s++) || c == '{' || c == '}') in fmtre()
79 *t++ = c; in fmtre()
84 c = *s++; in fmtre()
124 *t++ = c; in fmtre()
172 c = '.'; in fmtre()
179 *t++ = c; in fmtre()
189 *t++ = c; in fmtre()
194 *t++ = c; in fmtre()
196 for (c = 0; c < p->len; c++) in fmtre()
205 *t++ = c; in fmtre()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c71 #define FF(a, b, c, d, x, s) \ argument
75 #define GG(a, b, c, d, x, s) \ argument
79 #define HH(a, b, c, d, x, s) \ argument
178 #define ROTATE { krb5_ui_4 temp; temp = d, d = c, c = b, b = a, a = temp; } in Transform()
199 FF (a, b, c, d, in[ 0], 3); in Transform()
200 FF (d, a, b, c, in[ 1], 7); in Transform()
201 FF (c, d, a, b, in[ 2], 11); in Transform()
202 FF (b, c, d, a, in[ 3], 19); in Transform()
203 FF (a, b, c, d, in[ 4], 3); in Transform()
204 FF (d, a, b, c, in[ 5], 7); in Transform()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v-c/
H A Dtst.int.out1 libdis_test: d5 40 c.li ra,0x15
2 libdis_test+0x2: b5 5d c.li s11,-0x13
3 libdis_test+0x4: 89 64 c.lui s1,0x2
4 libdis_test+0x6: cd 64 c.lui s1,0x13
5 libdis_test+0x8: fd 04 c.addi s1,0x1f
6 libdis_test+0xa: 8d 04 c.addi s1,0x3
10 libdis_test+0x12: 0c 08 c.addi4spn a1,sp,0x10
11 libdis_test+0x14: 6c 10 c.addi4spn a1,sp,0x2c
21 libdis_test+0x28: ba 84 c.mv s1,a4
29 libdis_test+0x38: 01 00 c.nop
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dastsa.manifest3 ../cdt/dtclose.c
4 ../cdt/dtdisc.c
5 ../cdt/dthash.c
9 ../cdt/dtnew.c
30 aso.c
32 ast.c
40 error.c
44 sfstr.c
46 strdup.c
47 strmatch.c
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c73 c = 'i'; in numtostr()
77 c = 'o'; in numtostr()
81 c = 't'; in numtostr()
132 for (c = *++s; c != '\0'; c = *++s) { in mdb_strtonum()
165 int c; in strntoul() local
245 for (n = 0; (c = *s) >= '0' && c <= '9'; s++) in strtoi()
311 c = c * 8 + *p++ - '0'; in stresc2chr()
314 c = c * 8 + *p - '0'; in stresc2chr()
394 if (c < '!' || c > '~') in strchr2esc()
447 if (c < '!' || c > '~') { in strchr2esc()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c85 int t, i, c; in rnetrc() local
174 while ((c = getc(cfile)) != EOF && c == ' ' || in rnetrc()
176 if (c == EOF || c == '\n') { in rnetrc()
186 *tmp++ = c; in rnetrc()
199 while ((c = getc(cfile)) != EOF && c != '\n'); in rnetrc()
221 *tmp = c; in rnetrc()
260 int c; in token() local
267 (c == '\n' || c == '\t' || c == ' ' || c == ',')) in token()
273 while ((c = fgetwc(cfile)) != EOF && c != '"') { in token()
288 while ((c = fgetwc(cfile)) != EOF && c != '\n' && c != '\t' && in token()
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Dsvr4.make.rules.file89 $(CC) $(CFLAGS) -c $*.c
92 .c~.c:
96 $(CC) $(CFLAGS) -c $*.c
122 $(CC) $(CFLAGS) -c lex.yy.c
134 $(CC) $(CFLAGS) -c lex.yy.c
160 $(CC) $(CFLAGS) -c y.tab.c
166 mv y.tab.c $*.c
171 $(CC) $(CFLAGS) -c y.tab.c
218 $(C++C) $(C++FLAGS) -c y.tab.c
229 $(C++C) $(C++FLAGS) -c y.tab.c
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddsapi.c83 clock_t c; in target_add_obj() local
93 c = clock() - c; in target_add_obj()
111 clock_t c; in target_modify_obj() local
121 c = clock() - c; in target_modify_obj()
139 clock_t c; in target_delete_obj() local
149 c = clock() - c; in target_delete_obj()
167 clock_t c; in target_delete_assoc() local
177 c = clock() - c; in target_delete_assoc()
194 clock_t c; in target_update_commit() local
204 c = clock() - c; in target_update_commit()
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A DMakefile31 bio.c \
34 biosmem.c \
35 biospci.c \
36 biospnp.c \
42 cpuid.c \
48 linux.c \
52 pxe.c \
56 time.c \
57 vbe.c \
58 vgasubr.c \
[all …]
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c58 c = cl; \
144 wchar_t c; in _compile() local
201 if (c != '*' && ((c != '\\') || (PEEKC() != '{'))) in _compile()
277 if (valid_range(lc, c) && lc < c) in _compile()
283 lc = c; in _compile()
288 lc = c; in _compile()
290 lc = c; in _compile()
292 if (!multibyte || c <= 0177 || c <= 0377 && in _compile()
357 if ('0' <= c && c <= '9') in _compile()
361 } while (((c = GETC()) != '\\') && (c != ',')); in _compile()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y203 while ((c = getc(fin)) != EOF && c != '\n') in yylex()
230 c = '-'; in yylex()
242 if (c == EOF || c == '"') in yylex()
284 *cp1++ = c; in yylex()
286 if (c == EOF || any(c, " \"'\t()=;:\n")) { in yylex()
326 c = NOTIFY; in yylex()
328 c = EXCEPT; in yylex()
338 return(c); in yylex()
342 any(c, str) in any() argument
380 for (prev = NULL, c = cmds; c!=NULL; prev = c, c = c->c_next) {
[all …]
/illumos-gate/usr/src/cmd/fm/fminject/
H A DMakefile.com31 inj_cmds.c \
32 inj_decl.c \
33 inj_defn.c \
34 inj_err.c \
37 inj_log.c \
41 inj_util.c
48 CLEANFILES += inj_grammar.c inj_grammar.h inj_lex.c y.tab.h y.tab.c
74 inj_lex.c: ../common/inj_lex.l inj_grammar.c
79 $(MV) y.tab.c inj_grammar.c
82 %.o: %.c
[all …]

12345678910>>...298