/titanic_41/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_41/usr/src/cmd/ssh/libssh/common/ |
H A D | nchan.c | 83 chan_set_istate(Channel *c, u_int next) in chan_set_istate() argument 85 if (c->istate > CHAN_INPUT_CLOSED || next > CHAN_INPUT_CLOSED) in chan_set_istate() 86 fatal("chan_set_istate: bad state %d -> %d", c->istate, next); in chan_set_istate() 87 debug("channel %d: input %s -> %s", c->self, istates[c->istate], in chan_set_istate() 89 c->istate = next; in chan_set_istate() 92 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate() argument 94 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED) in chan_set_ostate() 95 fatal("chan_set_ostate: bad state %d -> %d", c->ostate, next); in chan_set_ostate() 96 debug("channel %d: output %s -> %s", c->self, ostates[c->ostate], in chan_set_ostate() 98 c->ostate = next; in chan_set_ostate() [all …]
|
H A D | channels.c | 139 static void port_open_helper(Channel *c, char *rtype); 146 Channel *c; in channel_lookup() local 152 c = channels[id]; in channel_lookup() 153 if (c == NULL) { in channel_lookup() 157 return c; in channel_lookup() 166 channel_register_fds(Channel *c, int rfd, int wfd, int efd, in channel_register_fds() argument 176 c->rfd = rfd; in channel_register_fds() 177 c->wfd = wfd; in channel_register_fds() 178 c->sock = (rfd == wfd) ? rfd : -1; in channel_register_fds() 179 c->efd = efd; in channel_register_fds() [all …]
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.rules | 47 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/aes/%.c 48 $(COMPILE.c) -o $@ $< 51 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/arcfour/%.c 52 $(COMPILE.c) -o $@ $< 55 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/blowfish/%.c 56 $(COMPILE.c) -o $@ $< 59 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/ecc/%.c 60 $(COMPILE.c) -o $@ $< 63 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/modes/%.c 64 $(COMPILE.c) -o $@ $< [all …]
|
/titanic_41/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_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | charset.c | 195 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 …]
|
H A D | ldaputf8.c | 114 register unsigned long c; in ldap_utf8getcc() local 118 c = (*s++) & 0x3F; goto more5; in ldap_utf8getcc() 119 case 1: c = (*s++); break; in ldap_utf8getcc() 120 case 2: c = (*s++) & 0x1F; goto more1; in ldap_utf8getcc() 121 case 3: c = (*s++) & 0x0F; goto more2; in ldap_utf8getcc() 122 case 4: c = (*s++) & 0x07; goto more3; in ldap_utf8getcc() 123 case 5: c = (*s++) & 0x03; goto more4; in ldap_utf8getcc() 124 case 6: c = (*s++) & 0x01; goto more5; in ldap_utf8getcc() 125 more5: if ((*s & 0xC0) != 0x80) break; c = (c << 6) | ((*s++) & 0x3F); in ldap_utf8getcc() 126 more4: if ((*s & 0xC0) != 0x80) break; c = (c << 6) | ((*s++) & 0x3F); in ldap_utf8getcc() [all …]
|
/titanic_41/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/abort.3c 24 file path=usr/share/man/man3c/abs.3c 25 file path=usr/share/man/man3c/addsev.3c 26 file path=usr/share/man/man3c/addseverity.3c 27 file path=usr/share/man/man3c/aio_cancel.3c 28 file path=usr/share/man/man3c/aio_error.3c [all …]
|
/titanic_41/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 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_41/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_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | Makefile.files | 34 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_41/usr/src/cmd/sgs/libelf/misc/ |
H A D | demangle.c | 67 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_41/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);\ 143 #define KICONV_JA_ISASC(c) ((c) <= 0x7f) argument 146 #define KICONV_JA_ISC1CTRL(c) (((c) >= 0x80) && ((c) <= 0x9f)) argument [all …]
|
/titanic_41/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 | 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 \ 44 mdb_context.c \ 45 mdb_create.c \ [all …]
|
/titanic_41/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, 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_41/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | 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)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_41/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_41/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_41/usr/src/grub/grub-0.97/stage2/ |
H A D | Makefile.am | 19 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 100 pre_stage2_exec_SOURCES = asm.S bios.c boot.c builtins.c char_io.c \ 101 cmdline.c common.c console.c disk_io.c fsys_ext2fs.c \ 102 fsys_fat.c fsys_ffs.c fsys_iso9660.c fsys_jfs.c fsys_minix.c \ 103 fsys_reiserfs.c fsys_ufs.c fsys_ufs2.c fsys_vstafs.c fsys_xfs.c \ [all …]
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.lex.c | 84 #define ungetC(c) peekc = c argument 85 #define ungetD(c) peekd = c argument 91 int c; in lex() local 101 c = readc(0); in lex() 102 while (issp(c)); in lex() 104 if (HIST && c == HISTSUB && intty) in lex() 106 getexcl(c); in lex() 108 unreadc(c); in lex() 193 tchar c, c1; in word() local 205 while (issp(c = getC(DOALL))) in word() [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/tracemem/ |
H A D | tst.dynsize.d.out | 2 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 …]
|
/titanic_41/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_cmd.c | 131 sda_cmd_impl_t *c = cbuf; in sda_cmd_ctor() local 133 mutex_init(&c->c_lock, NULL, MUTEX_DRIVER, NULL); in sda_cmd_ctor() 134 cv_init(&c->c_cv, NULL, CV_DRIVER, NULL); in sda_cmd_ctor() 142 sda_cmd_impl_t *c = cbuf; in sda_cmd_dtor() local 144 cv_destroy(&c->c_cv); in sda_cmd_dtor() 145 mutex_destroy(&c->c_lock); in sda_cmd_dtor() 163 sda_cmd_impl_t *c = CIP(cmdp); in sda_cmd_notify() local 169 mutex_enter(&c->c_lock); in sda_cmd_notify() 170 c->c_flags &= ~(flags); in sda_cmd_notify() 174 if (c->c_errno == SDA_EOK) { in sda_cmd_notify() [all …]
|
/titanic_41/usr/src/uts/intel/ |
H A D | Makefile.rules | 50 $(OBJS_DIR)/%.o: $(SRC)/common/fs/%.c 51 $(COMPILE.c) -o $@ $< 54 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/power/%.c 55 $(COMPILE.c) -o $@ $< 67 $(OBJS_DIR)/%.o: $(UTSBASE)/intel/dtrace/%.c 68 $(COMPILE.c) -o $@ $< 74 $(OBJS_DIR)/%.o: $(UTSBASE)/intel/fs/proc/%.c 75 $(COMPILE.c) -o $@ $< 81 $(OBJS_DIR)/%.o: $(UTSBASE)/intel/ia32/os/%.c 82 $(COMPILE.c) -o $@ $< [all …]
|
/titanic_41/usr/src/cmd/mdb/sun4u/ |
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 …]
|