/titanic_51/usr/src/man/man3c/ |
H A D | Makefile | 22 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_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 65 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 hashdum [all...] |
/titanic_51/usr/src/lib/iconv_modules/euro/utils/gentbl/ |
H A D | Makefile | 22 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 31 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 \ [all...] |
/titanic_51/usr/src/lib/iconv_modules/euro/utils/ |
H A D | Makefile.com | 31 SRCS = 646%8859.c 646da%8859.c 646de%8859.c 646en%8859.c 646es%8859.c 646fr%8859.c 646it%8859.c 646sv%8859.c \ 32 8859%646.c 8859%646da.c 885 [all...] |
/titanic_51/usr/src/lib/iconv_modules/euro/utils/test/ |
H A D | Makefile | 29 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_51/usr/src/uts/common/ |
H A D | Makefile.rules | 23 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. 52 $(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 [all...] |
/titanic_51/usr/src/boot/sys/boot/userboot/libstand/ |
H A D | Makefile | 26 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 strdu [all...] |
/titanic_51/usr/src/cmd/ast/msgcc/ |
H A D | msgcvt.c | 132 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_51/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | msgcvt.c | 4 * Copyright (c) 2000-2011 AT&T Intellectual Property * 132 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() 209 register int c; sfnext() local 218 register int c; html2msg() local 411 encode(Sfio_t * op,register int c) encode() argument 433 register int c; msg2html() local [all...] |
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | charset.c | 2 * Copyright (c) 2001 by Sun Microsystems, Inc. 30 * Copyright (c) 1995 Regents of the University of Michigan. 34 * charset.c 153 * based on the code found in Enrique Silvestre Mora's iso-t61.c, found 166 /* iso-t61.c - ISO-T61 translation routines (version: 0.2.1, July-1994) */ 168 * Copyright (c) 1994 Enrique Silvestre Mora, Universitat Jaume I, Spain. 195 static Byte *c_to_hh( Byte *o, Byte c ); 196 static Byte *c_to_cc( Byte *o, Couple *cc, Byte c ); 878 {0xc8,'a'}, {0xca,'a'}, {0xf1,0}, {0xcb,'c'}, 905 {0xc8,'a'}, {0xc2,'l'}, {0xc2,'c'}, { 1025 c_to_hh(Byte * o,Byte c) c_to_hh() argument 1040 c_to_cc(Byte * o,Couple * cc,Byte c) c_to_cc() argument 1064 int c; ldap_t61_to_8859() local 1193 Byte c; hh_to_c() local 1214 int n, c = 0; cc_to_t61() local 1601 int c; ldap_8859_to_t61() local 1711 int c; global() local [all...] |
/titanic_51/usr/src/lib/iconv_modules/ja/ |
H A D | Makefile.com | 32 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_51/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 22 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 48 isxdigit(int c) isxdigit() argument 55 isalpha(int c) isalpha() argument 62 isalnum(int c) isalnum() argument 68 ispunct(int c) ispunct() argument 77 iscntrl(int c) iscntrl() argument 83 isprint(int c) isprint() argument 93 isgraph(int c) isgraph() argument [all...] |
/titanic_51/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 19 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_51/usr/src/lib/libm/ |
H A D | Makefile.com | 520 ../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_51/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | Makefile.files | 23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 24 # Copyright (c) 2013, Joyent, Inc. All rights reserved. 25 # Copyright (c) 2013 by Delphix. All rights reserved. 34 avl.c \ 35 bio.c \ 36 bitset.c \ 37 combined.c \ 38 contract.c \ 39 cpupart.c \ 40 cred.c \ [all...] |
/titanic_51/usr/src/cmd/sgs/libelf/misc/ |
H A D | demangle.c | 23 * Copyright (c) 1988 AT&T 27 * Copyright (c) 1998 by Sun Microsystems, Inc. 67 getint(c) in getint() argument 68 char **c; in getint() 70 return strtol(*c, c, 10); 80 * c should start with two underscores followed by a non-zero digit or an F. 83 second(c) in second() argument 84 char *c; in second() 87 if(strncmp(c, MSG_ORI 120 demangle(c) demangle() argument [all...] |
/titanic_51/usr/src/uts/common/sys/ |
H A D | kiconv_ja.h | 61 #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);\ 140 * KICONV_JA_ISXXXX(c) macros below assume (c) i 143 KICONV_JA_ISASC(c) global() argument 146 KICONV_JA_ISC1CTRL(c) global() argument 149 KICONV_JA_ISC1CTRLEUC(c) global() argument 153 KICONV_JA_ISCS1(c) global() argument 156 KICONV_JA_ISCS1_0208(c) global() argument 159 KICONV_JA_ISCS1_UDC(c) global() argument 162 KICONV_JA_ISCS2(c) global() argument 165 KICONV_JA_ISCS3(c) global() argument 168 KICONV_JA_ISCS3_UDC(c) global() argument 171 KICONV_JA_ISSJKANA(c) global() argument 174 KICONV_JA_ISSJMB_1(c) global() argument 179 KICONV_JA_ISSJKANJI1(c) global() argument 185 KICONV_JA_ISSJSUPKANJI1(c) global() argument 188 KICONV_JA_ISSJUDC_1(c) global() argument 191 KICONV_JA_ISSJIBM(c) global() argument 194 KICONV_JA_ISSJNECIBM(c) global() argument 197 KICONV_JA_ISSJKANJI2(c) global() argument 202 KICONV_JA_ISUTF8UDC(c) global() argument [all...] |
/titanic_51/usr/src/cmd/mdb/ |
H A D | Makefile.kmdb.files | 27 # 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 D | Makefile.mdb | 28 # Copyright (c) 2012 by Delphix. All rights reserved. 29 # Copyright (c) 2012 Joyent, Inc. All rights reserved. 36 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 \ [all...] |
/titanic_51/usr/src/uts/common/syscall/ |
H A D | SYSCALL.README | 31 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, containin [all...] |
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | utf8.c | 2 * util/support/utf8.c 141 #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) 168 const unsigned char *c = (const unsigned char *) p; krb5int_utf8_to_ucs4() local 206 krb5int_ucs4_to_utf8(krb5_ucs4 c,char * buf) krb5int_ucs4_to_utf8() argument 257 krb5int_ucs2_to_utf8(krb5_ucs2 c,char * buf) krb5int_ucs2_to_utf8() argument 262 KRB5_UCS_UTF8LEN(c) global() argument 355 unsigned c = * (const unsigned char *) p; krb5int_utf8_isascii() local 362 unsigned c = * (const unsigned char *) p; krb5int_utf8_isdigit() local 372 unsigned c = * (const unsigned char *) p; krb5int_utf8_isxdigit() local 382 unsigned c = * (const unsigned char *) p; krb5int_utf8_isspace() local 406 unsigned c = * (const unsigned char *) p; krb5int_utf8_isalpha() local 416 unsigned c = * (const unsigned char *) p; krb5int_utf8_isalnum() local [all...] |
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 44 # define iswprint(c) (((c)&~0377) || isprint(c)) argument 58 register int c; in sh_locate() local 63 while((c= *tp->sh_name) && (CC_NATIVE!=CC_ASCII || c <= first)) in sh_locate() 65 if(first == c && strcmp(sp,tp->sh_name)==0) in sh_locate() 76 #define sep(c) ((c)=='-'||(c)=='_') argument 82 register int c; in sh_lookopt() local 106 if(!(c= *t)) in sh_lookopt() 108 if(first == c) in sh_lookopt() 204 int c = mbsize(sp); in sh_substitute() local 205 if(c < 0) in sh_substitute() [all …]
|
/titanic_51/usr/src/cmd/mdb/sun4v/ |
H A D | Makefile.kmdb | 27 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_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | string.c | 4 * Copyright (c) 1982-2012 AT&T Intellectual Property * 40 # 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) argument 78 register int c; sh_lookopt() local 200 int c = mbsize(sp); sh_substitute() local 244 register int c; sh_trim() local 282 register int c; sh_utol() local 299 register int c; sh_fmtcsv() local 335 register int c, state; sh_fmtq() local 471 register int c; sh_fmtqf() local 671 wchar_t c, d; sh_strchr() local 709 register int c; sh_checkid() local [all...] |
/titanic_51/usr/src/boot/include/ |
H A D | ctype.h | 2 * Copyright (c) 1989, 1993 4 * (c) UNIX System Laboratories, Inc. 88 #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_ argument 92 isgraph(c) global() argument 93 islower(c) global() argument 94 isprint(c) global() argument 95 ispunct(c) global() argument 96 isspace(c) global() argument 97 isupper(c) global() argument 98 isxdigit(c) global() argument 99 tolower(c) global() argument 100 toupper(c) global() argument 115 _tolower(c) global() argument 116 _toupper(c) global() argument 117 isascii(c) global() argument 118 toascii(c) global() argument 122 isblank(c) global() argument 126 digittoint(c) global() argument 127 ishexnumber(c) global() argument 128 isideogram(c) global() argument 129 isnumber(c) global() argument 130 isphonogram(c) global() argument 131 isrune(c) global() argument 132 isspecial(c) global() argument [all...] |