Searched refs:ob (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/kiconv/kiconv_ko/
H A Dkiconv_ko.c49 uchar_t *ob, uchar_t *obtail, size_t *ret_val);
51 uchar_t *ob, uchar_t *obtail, size_t *ret_val);
52 static int8_t ko_to_utf8(uint32_t ko_val, uchar_t *ob, uchar_t *obtail,
89 uchar_t *ob; local
109 ob = (uchar_t *)*outbuf;
111 obtail = ob + *outbufleft;
115 if (ob >= obtail) {
119 *ob++ = *ib++;
148 sz = ko_to_utf8(euckr_val, ob, obtail, &ret_val,
156 ob
175 uchar_t *ob; local
257 uchar_t *ob; local
343 uchar_t *ob; local
466 utf8_to_ko(uint32_t utf8, uchar_t *ob, uchar_t *obtail, size_t *ret_val, kiconv_table_t *table, size_t nitems) argument
514 utf8_to_uhc(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
526 utf8_to_euckr(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
537 ko_to_utf8(uint32_t ko_val, uchar_t *ob, uchar_t *obtail, size_t *ret_val, kiconv_table_array_t *table, size_t nitems) argument
[all...]
/illumos-gate/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_sc.c47 static int8_t gb2312_to_utf8(uchar_t byte1, uchar_t byte2, uchar_t *ob,
49 static int8_t gbk_to_utf8(uint32_t gbk_val, uchar_t *ob, uchar_t *obtail,
52 uchar_t *ob, uchar_t *obtail, size_t *ret);
54 uchar_t *ob, uchar_t *obtail, size_t *ret);
56 uchar_t *ob, uchar_t *obtail, size_t *ret);
121 uchar_t *ob; local
142 ob = (uchar_t *)*outbuf;
144 obtail = ob + *outbytesleft;
148 if (ob >= obtail) {
152 *ob
218 uchar_t *ob; local
351 uchar_t *ob; local
437 uchar_t *ob; local
539 uchar_t *ob; local
622 uchar_t *ob; local
697 gb2312_to_utf8(uchar_t b1, uchar_t b2, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
740 gbk_to_utf8(uint32_t gbk_val, uchar_t *ob, uchar_t *obtail, size_t *ret_val, boolean_t isgbk4) argument
802 utf8_to_gb18030(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret) argument
855 utf8_to_gbk(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret) argument
896 utf8_to_gb2312(uint32_t utf8, uchar_t **inbuf, uchar_t *intail, uchar_t *ob, uchar_t *obtail, size_t *ret) argument
[all...]
H A Dkiconv_cck_common.c81 uchar_t *ob; local
104 ob = (uchar_t *)*outbuf;
106 obtail = ob + *outbytesleft;
124 if (ob >= obtail) {
128 *ob++ = *ib++;
173 sz = ptr_utf8tocck(u8, &ib, ibtail, ob, obtail, &ret_val);
179 ob += sz;
185 *outbuf = (char *)ob;
186 *outbytesleft = obtail - ob;
192 kiconvstr_utf8_to_cck(uchar_t *ib, size_t *inlen, uchar_t *ob, size_ argument
[all...]
/illumos-gate/usr/src/cmd/calendar/
H A Dcalprog.c223 char *tb, *ob; local
228 ob = outbuf;
237 *ob++ = '[';
238 *ob++ = ' ';
239 *ob++ = '\t';
240 *ob++ = ']';
241 *ob++ = '*';
246 *ob++ = '[';
247 *ob++ = toupper(*tb);
248 *ob
[all...]
/illumos-gate/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c69 typedef int8_t (*kiconv_big5toutf8_t)(uint32_t value, uchar_t *ob,
73 uchar_t *ob, uchar_t *obtail, size_t *ret_val);
75 uchar_t *ob, uchar_t *obtail, size_t *ret_val);
77 uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret_val);
79 uchar_t *ob, uchar_t *obtail, size_t *ret_val);
80 static int8_t big5_to_utf8(uint32_t big5_val, uchar_t *ob, uchar_t *obtail,
82 static int8_t big5hkscs_to_utf8(uint32_t hkscs_val, uchar_t *ob,
84 static int8_t cp950hkscs_to_utf8(uint32_t hkscs_val, uchar_t *ob,
87 uchar_t *ob, uchar_t *obtail, size_t *ret_val);
139 uchar_t *ob; local
222 kiconvstr_fr_big5_common(uchar_t *ib, size_t *inlen, uchar_t *ob, size_t *outlen, int flag, int *errno, kiconv_big5toutf8_t ptr_big5touf8) argument
371 uchar_t *ob; local
470 uchar_t *ob; local
652 big5_to_utf8_common(uint32_t big5_val, uchar_t *ob, uchar_t *obtail, size_t *ret_val, kiconv_table_array_t *table, size_t nitems) argument
681 big5_to_utf8(uint32_t big5_val, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
691 cp950hkscs_to_utf8(uint32_t hkscs_val, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
722 euctw_to_utf8(size_t plane_no, uint32_t euctw_val, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
815 big5hkscs_to_utf8(uint32_t hkscs_val, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
858 utf8_to_euctw(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
928 utf8_to_big5hkscs(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
983 utf8_to_big5_common(uint32_t utf8, uchar_t *ob, uchar_t *obtail, size_t *ret_val, kiconv_table_t *table, size_t nitems) argument
1014 utf8_to_big5(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
1026 utf8_to_cp950hkscs(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret_val) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dkiconv.c190 uchar_t *ob; local
225 ob = (uchar_t *)*outbuf;
227 obtail = ob + *outbytesleft;
258 if (ob >= obtail) {
276 *ob++ = *ib++;
331 *ob++ = to_sb_tbl[id][i].sb;
341 *ob++ = KICONV_ASCII_REPLACEMENT_CHAR;
349 *outbuf = (char *)ob;
350 *outbytesleft = obtail - ob;
365 uchar_t *ob; local
454 kiconvstr_to_sb(size_t id, uchar_t *ib, size_t *inlen, uchar_t *ob, size_t *outlen, int flag, int *errno) argument
638 kiconvstr_fr_sb(size_t id, uchar_t *ib, size_t *inlen, uchar_t *ob, size_t *outlen, int flag, int *errno) argument
[all...]
/illumos-gate/usr/src/uts/common/kiconv/kiconv_emea/
H A Dkiconv_emea.c608 uchar_t *ob; local
641 ob = (uchar_t *)*outbuf;
643 obtail = ob + *outbytesleft;
683 if (ob >= obtail) {
701 *ob++ = *ib++;
756 *ob++ = tbl[i].sb;
774 *ob++ = KICONV_ASCII_REPLACEMENT_CHAR;
782 *outbuf = (char *)ob;
783 *outbytesleft = obtail - ob;
799 uchar_t *ob; local
893 kiconvstr_to_sb(size_t id, uchar_t *ib, size_t *inlen, uchar_t *ob, size_t *outlen, int flag, int *errno) argument
1255 kiconvstr_fr_sb(size_t id, uchar_t *ib, size_t *inlen, uchar_t *ob, size_t *outlen, int flag, int *errno) argument
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dpreconv.c29 preconv_encode(struct buf *ib, size_t *ii, struct buf *ob, size_t *oi, argument
92 *oi += snprintf(ob->buf + *oi, 11, "\\[u%.4X]", accum);
101 *oi += snprintf(ob->buf + *oi, 11,
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c213 daddr_t ob, nb, tbn; local
265 ob = nb;
267 ip->i_dev, fsbtodb(fs, ob), fs->fs_bsize);
317 daddr_t ob, nb, pref, lbn, llbn, tbn; local
367 if (llbn < NDADDR && llbn < lbn && (ob = ip->i_db[llbn]) != 0) {
398 err = realloccg(ip, ob, pref, (int)osize, (int)bsize,
434 if (nb != ob) {
435 (void) free(ip, ob, (off_t)osize, metaflag);
467 ob = nb;
470 err = realloccg(ip, ob, pre
1189 daddr_t ob, nb, tbn, lbn, skip; local
1340 daddr_t ob, nb, tbn; local
[all...]
H A Dufs_subr.c683 daddr_t ob, nb, tbn; local
732 ob = nb;
734 ip->i_dev, fsbtodb(fs, ob), fs->fs_bsize);
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DMakefile31 ob rc rf rh sq
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c1921 uchar_t *ob; local
1963 ob = (uchar_t *)outarray;
1965 obtail = ob + *outlen;
2000 if (ob >= obtail) {
2007 *ob = U8_ASCII_TOUPPER(*ib);
2009 *ob = U8_ASCII_TOLOWER(*ib);
2011 *ob = *ib;
2013 ob++;
2021 if ((obtail - ob) < (ibtail - ib)) {
2034 *ob
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c90 smbios_obdev_ext_t ob; local
91 (void) smbios_info_obdevs_ext(shp, dev_id, &ob);
92 bus = ob.smboe_bus;
93 dev_funct = ob.smboe_df;
100 devt == SMB_TYPE_SLOT ? "slot" : "ob dev", bus, dev_funct);
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv_cck_common.h117 uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret_val);
/illumos-gate/usr/src/cmd/refer/
H A Drefer2.c189 char ob[BUFSIZ], *p, *r, *q, *t; local
195 corout(r, ob, "deliv", dr, BUFSIZ);
197 for (q = ob; *q; q++) {
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c79 char* ob; /* output buffer base */ member in struct:proto
611 if (op > proto->ob && *(op - 1) == '=' && (op == proto->ob + 1 || *(op - 2) != '=')) switch (c)
857 if (op != proto->ob && LASTOUT() != ' ' && LASTOUT() != '\n')
1057 while (op > proto->ob && (*(op - 1) == ' ' || *(op - 1) == '\t'))
1059 if (op > proto->ob && *(op - 1) != '\n') *op++ = ' ';
2188 proto->op = proto->ob = iob;
2360 proto->iz += proto->op - proto->ob;
2461 else if ((n = read(proto->fd, proto->ob, proto->oz)) <= 0 || (proto->options & REGULAR) && n < proto->oz)
2469 if (proto->op == proto->ob)
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c125 char* ob; /* next char in old string */ member in struct:Push_s
466 register int ob = b; local
517 if (n == 0 && b-- == ob)
1036 tsp->ob = s;
1080 tsp->ob = t;
1196 s = psp->ob;
1300 s = psp->ob;
1628 p = psp->ob;
1763 p = psp->ob;
1882 p = psp->ob;
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c2329 pModal->ob);
2346 pModal->ob);
2438 uint8_t ob[5], db1[5], db2[5]; local
2504 ob[0] = (pModal->ob_01 & 0xf);
2505 ob[1] = (pModal->ob_01 >> 4) & 0xf;
2506 ob[2] = (pModal->ob_234 & 0xf);
2507 ob[3] = ((pModal->ob_234 >> 4) & 0xf);
2508 ob[4] = ((pModal->ob_234 >> 8) & 0xf);
2526 ob[0] = (pModal->ob_01 & 0xf);
2527 ob[
[all...]
H A Darn_hw.h596 uint8_t ob; member in struct:modal_eep_header
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dconf.sh79 ob='{'
300 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
634 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"

Completed in 113 milliseconds