Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 5330) sorted by relevance

12345678910>>...214

/titanic_53/usr/src/man/man3c/
H A DMakefile22 MANSECT= 3c
24 MANFILES= __fbufsize.3c \
25 _longjmp.3c \
26 _stack_grow.3c \
27 a64l.3c \
28 abort.3c \
29 abs.3c \
30 addsev.3c \
31 addseverity.3c \
32 aio_cancel.3c \
[all …]
/titanic_53/usr/src/contrib/ast/src/lib/libast/
H A DMakefile65 state.c transition.c \
66 dirlib.h opendir.c readdir.c rewinddir.c seekdir.c telldir.c \
67 getcwd.c fastfind.c \
68 hashlib.h hashalloc.c hashdump.c hashfree.c hashlast.c \
69 hashlook.c hashscan.c hashsize.c hashview.c hashwalk.c \
70 memhash.c memsum.c strhash.c strkey.c strsum.c \
71 stracmp.c strnacmp.c \
72 ccmap.c ccmapid.c ccnative.c \
73 chresc.c chrtoi.c streval.c strexpr.c strmatch.c strcopy.c \
74 modelib.h modei.c modex.c strmode.c \
[all …]
/titanic_53/usr/src/lib/iconv_modules/euro/utils/gentbl/
H A DMakefile31 646%8859.c \
32 646da%8859.c \
33 646de%8859.c \
34 646en%8859.c \
35 646es%8859.c \
36 646fr%8859.c \
37 646it%8859.c \
38 646sv%8859.c \
39 8859%646.c \
40 8859%646da.c \
[all …]
/titanic_53/usr/src/lib/iconv_modules/euro/utils/
H A DMakefile.com31 SRCS = 646%8859.c 646da%8859.c 646de%8859.c 646en%8859.c 646es%8859.c 646fr%8859.c 646it%8859.c 646…
32 8859%646.c 8859%646da.c 8859%646de.c 8859%646en.c 8859%646es.c 8859%646fr.c 8859%646it.c 8859%646sv…
33 8859-1%IBM-500.c 8859-1%IBM-850.c IBM-037%8859-1.c IBM-500%8859-1.c IBM-850%8859-1.c alt%iso.c alt%…
34 alt%koi8.c alt%mac.c alt%win.c alt%win5.c dhn%dos2.c dhn%ib2.c dhn%is2.c dhn%iso2.c dhn%maz.c dhn%w…
35 dos2%dhn.c dos2%iso2.c dos2%maz.c dos2%win2.c ib2%dhn.c ib2%is2.c ib2%maz.c ib2%wi2.c is2%dhn.c is2…
36 is2%wi2.c iso%alt.c iso%koi.c iso%mac.c iso%win.c iso2%dhn.c iso2%dos2.c iso2%maz.c iso2%win2.c iso…
37 iso5%mac.c iso5%win5.c koi%alt.c koi%iso.c koi%mac.c koi%win.c koi8%alt.c koi8%iso5.c koi8%mac.c ko…
38 mac%iso.c mac%iso5.c mac%koi.c mac%koi8.c mac%win.c mac%win5.c maz%dhn.c maz%dos2.c maz%ib2.c maz%i…
39 maz%wi2.c maz%win2.c orig%646de%8859.c table.8859-1.IBM-500.c table.IBM-500.8859-1.c table.alt.iso.
40 table.alt.mac.c table.alt.win.c table.dhn.ib2.c table.dhn.is2.c table.dhn.maz.c table.dhn.wi2.c tab…
[all …]
/titanic_53/usr/src/lib/iconv_modules/euro/utils/test/
H A DMakefile29 646%8859.c \
30 646da%8859.c \
31 646de%8859.c \
32 646en%8859.c \
33 646es%8859.c \
34 646fr%8859.c \
35 646it%8859.c \
36 646sv%8859.c \
37 8859%646.c \
38 8859%646da.c \
[all …]
/titanic_53/usr/src/uts/common/
H A DMakefile.rules52 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/aes/%.c
53 $(COMPILE.c) -o $@ $<
56 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/arcfour/%.c
57 $(COMPILE.c) -o $@ $<
60 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/blowfish/%.c
61 $(COMPILE.c) -o $@ $<
64 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/ecc/%.c
65 $(COMPILE.c) -o $@ $<
68 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/modes/%.c
69 $(COMPILE.c) -o $@ $<
[all …]
/titanic_53/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c195 static Byte *c_to_hh( Byte *o, Byte c );
196 static Byte *c_to_cc( Byte *o, Couple *cc, Byte c );
1025 c_to_hh( Byte *o, Byte c ) in c_to_hh() argument
1030 n = c >> 4; in c_to_hh()
1032 n = c & 0x0F; in c_to_hh()
1040 c_to_cc( Byte *o, Couple *cc, Byte c ) in c_to_cc() argument
1054 return c_to_hh( o, c ); in c_to_cc()
1064 int c; in ldap_t61_to_8859() local
1100 case 'A': c = letter_w_diacritic[n][0]; break; in ldap_t61_to_8859()
1101 case 'C': c = letter_w_diacritic[n][1]; break; in ldap_t61_to_8859()
[all …]
/titanic_53/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcvt.c132 register int c; in decode() local
136 if ((c = sfgetc(ip)) == EOF) in decode()
138 name[0] = c; in decode()
140 if (c != '#' && !isalpha(c)) in decode()
142 while ((c = sfgetc(ip)) != EOF && c != ';') in decode()
144 if (c == '&') in decode()
148 name[i++] = c; in decode()
149 if (!isalnum(c) && (i > 1 || c != '#') || i >= (elementsof(name) - 1)) in decode()
156 switch (c = strtol(name + 1, NiL, 10)) in decode()
159 c = '['; in decode()
[all …]
/titanic_53/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile26 SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
27 globals.c pager.c printf.c strdup.c strerror.c strtol.c strtoul.c random.c \
28 sbrk.c twiddle.c zalloc.c zalloc_malloc.c
31 SRCS+= strcasecmp.c
35 SRCS+= ntoh.c
42 SRCS+= bcmp.c bcopy.c bzero.c ffs.c memccpy.c memchr.c memcmp.c memcpy.c \
43 memmove.c memset.c qdivrem.c strcat.c strchr.c strcmp.c strcpy.c \
44 strcspn.c strlen.c strncat.c strncmp.c strncpy.c strpbrk.c \
45 strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c
53 SRCS+= ashldi3.c ashrdi3.c
[all …]
/titanic_53/usr/src/lib/iconv_modules/ja/
H A DMakefile.com32 LIB = $(MODULES:%.c=%.so)
33 LIB64 = $(MODULES:%.c=$(MACH64)/%.so)
47 eucJP_TO_ISO-2022-JP.RFC1468.c \
48 PCK_TO_ISO-2022-JP.RFC1468.c \
49 UTF-8_TO_ISO-2022-JP.RFC1468.c \
50 eucJP_TO_UTF-8-Java.c \
51 UTF-8-Java_TO_eucJP.c \
52 PCK_TO_UTF-8-Java.c \
53 UTF-8-Java_TO_PCK.c \
54 eucJP_TO_UTF-8.c \
[all …]
/titanic_53/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc19 file path=usr/share/man/man3c/__fbufsize.3c
20 file path=usr/share/man/man3c/_longjmp.3c
21 file path=usr/share/man/man3c/_stack_grow.3c
22 file path=usr/share/man/man3c/a64l.3c
23 file path=usr/share/man/man3c/aligned_alloc.3c
24 file path=usr/share/man/man3c/abort.3c
25 file path=usr/share/man/man3c/abs.3c
26 file path=usr/share/man/man3c/addsev.3c
27 file path=usr/share/man/man3c/addseverity.3c
28 file path=usr/share/man/man3c/aio_cancel.3c
[all …]
/titanic_53/usr/src/cmd/mdb/common/libstand/
H A Dctype.c22 isdigit(int c) in isdigit() argument
24 return ((c >= '0' && c <= '9') ? 1 : 0); in isdigit()
28 isupper(int c) in isupper() argument
30 return ((c >= 'A' && c <= 'Z') ? 1 : 0); in isupper()
35 islower(int c) in islower() argument
37 return ((c >= 'a' && c <= 'z') ? 1 : 0); in islower()
41 isspace(int c) in isspace() argument
43 return (((c == ' ') || (c == '\t') || (c == '\r') || (c == '\n') || in isspace()
44 (c == '\v') || (c == '\f')) ? 1 : 0); in isspace()
48 isxdigit(int c) in isxdigit() argument
[all …]
/titanic_53/usr/src/lib/libm/
H A DMakefile.com520 ../common/LD/finitel.c \
521 ../common/LD/isnanl.c \
522 ../common/LD/nextafterl.c
526 ../common/LD/__cosl.c \
527 ../common/LD/__lgammal.c \
528 ../common/LD/__poly_libmq.c \
529 ../common/LD/__rem_pio2l.c \
530 ../common/LD/__sincosl.c \
531 ../common/LD/__sinl.c \
532 ../common/LD/__tanl.c \
[all …]
/titanic_53/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c67 getint(c) in getint() argument
68 char **c; in getint()
70 return strtol(*c, c, 10);
83 second(c) in second() argument
84 char *c; in second()
87 if(strncmp(c, MSG_ORIG(MSG_STR_DBLUNDBAR), 2))
89 c += 2;
91 if (!(isdigit(*c) || *c == 'F'))
94 if (isdigit(*c)) {
96 n = getint(&c);
[all …]
/titanic_53/usr/src/cmd/mdb/common/modules/genunix/
H A DMakefile.files34 avl.c \
35 bio.c \
36 bitset.c \
37 combined.c \
38 contract.c \
39 cpupart.c \
40 cred.c \
41 ctxop.c \
42 cyclic.c \
43 damap.c \
[all …]
/titanic_53/usr/src/uts/common/sys/
H A Dkiconv_ja.h61 #define KICONV_JA_NGET(c) \ argument
66 (c) = *ip++;\
69 #define KICONV_JA_NGET_REP_FR_MB(c) \ argument
76 (c) = *ip++;\
79 #define KICONV_JA_NGET_REP_TO_MB(c) \ argument
86 (c) = *ip++;\
89 #define KICONV_JA_NPUT(c) \ argument
94 *op++ = (uint8_t)(c);\
143 #define KICONV_JA_ISASC(c) ((c) <= 0x7f) argument
146 #define KICONV_JA_ISC1CTRL(c) (((c) >= 0x80) && ((c) <= 0x9f)) argument
[all …]
/titanic_53/usr/src/cmd/mdb/
H A DMakefile.kmdb.files27 # Copyright (c) 2012 by Delphix. All rights reserved.
28 # Copyright (c) 2012 Joyent, Inc. All rights reserved.
32 ffs.c \
33 kaif_start.c \
34 mdb.c \
35 mdb_addrvec.c \
36 mdb_argvec.c \
37 mdb_callb.c \
38 mdb_cmdbuf.c \
39 mdb_cmds.c \
[all …]
H A DMakefile.mdb36 ffs.c \
37 mdb.c \
38 mdb_addrvec.c \
39 mdb_argvec.c \
40 mdb_callb.c \
41 mdb_cmdbuf.c \
42 mdb_cmds.c \
43 mdb_conf.c \
44 mdb_context.c \
45 mdb_create.c \
[all …]
/titanic_53/usr/src/uts/common/syscall/
H A DSYSCALL.README31 common/os/scalls.c and common/fs/vncalls.c, have been sub-divided into
40 From a practical standpoint, recompiling all of scalls.c or vncalls.c
43 changing scalls.c or vncalls.c in one's own environment had a
71 The system calls in sigqueue.c and lwpsys.c are examples
72 of the first case; lwp_sobj.c is an example of the second.
75 calls. The file rlimit.c, containing getrlimit() and
79 such as the the different forms of stat in stat.c.
87 These functions were moved into common/os/fio.c, where they
94 The system calls in common/os/scalls.c, common/fs/vncalls.c
96 calls that previously resided in <arch>/os/archdep.c have
[all …]
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c141 #undef c
142 #define c const char macro
143 c krb5int_utf8_mintab[] = {
144 (c)0x20, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80,
145 (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80,
146 (c)0x30, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80, (c)0x80,
147 (c)0x38, (c)0x80, (c)0x80, (c)0x80, (c)0x3c, (c)0x80, (c)0x00, (c)0x00 };
148 #undef c
168 const unsigned char *c = (const unsigned char *) p; in krb5int_utf8_to_ucs4() local
180 ch = c[0] & mask[len]; in krb5int_utf8_to_ucs4()
[all …]
/titanic_53/usr/src/cmd/mdb/sun4v/
H A DMakefile.kmdb27 prom_2path.c \
28 prom_devname.c \
29 prom_devtype.c \
30 prom_enter.c \
31 prom_env.c \
32 prom_exit.c \
33 prom_fb.c \
34 prom_getchar.c \
35 prom_init.c \
36 prom_inpath.c \
[all …]
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstring.c40 # define iswprint(c) (((c)&~0377) || isprint(c)) argument
54 register int c; in sh_locate() local
59 while((c= *tp->sh_name) && (CC_NATIVE!=CC_ASCII || c <= first)) in sh_locate()
61 if(first == c && strcmp(sp,tp->sh_name)==0) in sh_locate()
72 #define sep(c) ((c)=='-'||(c)=='_') argument
78 register int c; in sh_lookopt() local
102 if(!(c= *t)) in sh_lookopt()
104 if(first == c) in sh_lookopt()
200 int c = mbsize(sp); in sh_substitute() local
201 if(c < 0) in sh_substitute()
[all …]
/titanic_53/usr/src/boot/include/
H A Dctype.h88 #define isalnum(c) __sbistype((c), _CTYPE_A|_CTYPE_D|_CTYPE_N) argument
89 #define isalpha(c) __sbistype((c), _CTYPE_A) argument
90 #define iscntrl(c) __sbistype((c), _CTYPE_C) argument
91 #define isdigit(c) __sbistype((c), _CTYPE_D) argument
92 #define isgraph(c) __sbistype((c), _CTYPE_G) argument
93 #define islower(c) __sbistype((c), _CTYPE_L) argument
94 #define isprint(c) __sbistype((c), _CTYPE_R) argument
95 #define ispunct(c) __sbistype((c), _CTYPE_P) argument
96 #define isspace(c) __sbistype((c), _CTYPE_S) argument
97 #define isupper(c) __sbistype((c), _CTYPE_U) argument
[all …]
/titanic_53/usr/src/lib/iconv_modules/ja/common/
H A Djapanese.h35 #define GET(c) ((c) = *ip, ip++, ileft--) argument
36 #define PUT(c) (*op = (c), op++, oleft--) argument
72 #define NGET(c, msg) \ argument
76 (c) = *ip++;\
79 #define NPUT(c, msg) \ argument
83 *op++ = (c);\
152 #define ISASC(c) ((c) <= 0x7f) argument
155 #define ISC1CTRL(c) (((c) >= 0x80) && ((c) <= 0x9f)) argument
158 #define ISC1CTRLEUC(c) ((((c) >= 0x80) && ((c) <= 0x8d)) ||\ argument
159 (((c) >= 0x90) && ((c) <= 0x9f)))
[all …]
/titanic_53/usr/src/boot/lib/libstand/
H A DMakefile.inc24 SRCS += $(LIBSTAND_SRC)/__main.c $(LIBSTAND_SRC)/assert.c
25 SRCS += $(LIBSTAND_SRC)/bcd.c $(LIBSTAND_SRC)/environment.c
26 SRCS += $(LIBSTAND_SRC)/getopt.c $(LIBSTAND_SRC)/strtol.c
27 SRCS += $(LIBSTAND_SRC)/strtoul.c $(LIBSTAND_SRC)/random.c
28 SRCS += $(LIBSTAND_SRC)/sbrk.c $(LIBSTAND_SRC)/twiddle.c
29 SRCS += $(LIBSTAND_SRC)/zalloc.c $(LIBSTAND_SRC)/zalloc_malloc.c
37 SRCS += $(LIBSTAND_SRC)/strcasecmp.c
41 SRCS += $(LIB_BASE)/libc/net/ntoh.c
45 SRCS += $(LIB_BASE)/libc/string/bcmp.c $(LIB_BASE)/libc/string/bcopy.c
46 SRCS += $(LIB_BASE)/libc/string/bzero.c $(LIB_BASE)/libc/string/ffs.c
[all …]

12345678910>>...214