| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/CN/ |
| H A D | HZ.pm | 23 my ($obj,$str,$chk) = @_; 50 $ret .= $GB->decode($1, $chk); 60 $_[1] = '' if $chk; # needs_lines guarantees no partial character 65 my ($obj, undef, $src, $pos, $trm, $chk) = @_; 104 $now = $GB->decode($1, $chk); 136 my ($obj,$str,$chk) = @_; 155 my $tmp = $GB->encode($1, $chk); 176 $_[1] = $str if $chk;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
| H A D | Encode.pm | 224 my ($obj,$str,$chk) = @_; 230 $_[1] = '' if $chk; 234 my ($obj,$str,$chk) = @_; 240 $_[1] = '' if $chk; 249 my ($obj,$str,$chk) = @_; 251 $_[1] = '' if $chk; 271 my ($obj,$octets,$chk) = @_; 274 $_[1] = '' if $chk; 280 my ($obj,$string,$chk) = @_; 282 $_[1] = '' if $chk;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/KR/ |
| H A D | 2022_KR.pm | 19 my ($obj, $str, $chk) = @_; 23 $_[1] = $residue if $chk; 29 my ($obj, $utf8, $chk) = @_; 31 $_[1] = '' if $chk;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/ |
| H A D | UTF7.pm | 30 my ($obj, $str, $chk) = @_; 49 $_[1] = '' if $chk; 54 my ($obj, $bytes, $chk) = @_; 74 $_[1] = '' if $chk;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/JP/ |
| H A D | JIS7.pm | 33 my ($obj, $str, $chk) = @_; 35 if ($chk){ 39 $_[1] = $residue if $chk; 50 my ($obj, $utf8, $chk) = @_; 52 $_[1] = '' if $chk;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/ |
| H A D | Header.pm | 45 my ($obj, $str, $chk) = @_; 68 $_[1] = '' if $chk; 108 my ($obj, $str, $chk) = @_; 131 $_[1] = '' if $chk;
|
| /onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| H A D | pickfilter.c | 108 unsigned long chk; in pickfilter() local 406 chk = chkprinter( in pickfilter() 415 if (chk) { in pickfilter() 427 if (chk & PCK_CPI) DROP (p_cpi, prs->cpi); in pickfilter() 428 if (chk & PCK_LPI) DROP (p_lpi, prs->lpi); in pickfilter() 429 if (chk & PCK_WIDTH) DROP (p_pwid, prs->pwid); in pickfilter() 430 if (chk & PCK_LENGTH) DROP (p_plen, prs->plen); in pickfilter()
|
| H A D | validate.c | 840 unsigned long chk = 0; in _chkopts() local 899 chk |= this; in _chkopts() 903 ret |= chk; in _chkopts()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/ |
| H A D | encoding.xs | 49 SV *chk; /* CHECK in Encode methods */ member 149 e->chk = newSVsv(get_sv("PerlIO::encoding::fallback", 0)); in PerlIOEncode_pushed() 173 if (e->chk) { in PerlIOEncode_popped() 174 SvREFCNT_dec(e->chk); in PerlIOEncode_popped() 175 e->chk = Nullsv; in PerlIOEncode_popped() 333 XPUSHs(e->chk); in PerlIOEncode_fill() 417 XPUSHs(e->chk); in PerlIOEncode_flush() 473 XPUSHs(e->chk); in PerlIOEncode_flush() 624 SV *chk = get_sv("PerlIO::encoding::fallback", GV_ADD|GV_ADDMULTI); variable 652 sv_setsv(chk, POPs);
|
| /onnv-gate/usr/src/uts/common/vm/ |
| H A D | vm_pvn.c | 854 page_t *chk = pp; in pvn_vplist_dirty() local 860 chk = chk->p_vpprev; in pvn_vplist_dirty() 861 ASSERT(chk != end); in pvn_vplist_dirty() 862 if (chk == mark) in pvn_vplist_dirty() 864 attr = hat_page_getattr(chk, P_MOD | in pvn_vplist_dirty() 871 (void *)chk, (void *)chk->p_vnode, in pvn_vplist_dirty() 872 (long)chk->p_offset, attr, in pvn_vplist_dirty() 874 } while (chk != vp->v_pages); in pvn_vplist_dirty()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| H A D | Guess.pm | 50 my ($obj, $octet, $chk) = @_; 56 my $utf8 = $guessed->decode($octet, $chk); 57 $_[1] = $octet if $chk;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| H A D | Ping.pm | 511 $chk # The checksum 516 $chk = 0; 519 $chk += $short; 521 $chk += (unpack("C", substr($msg, $len_msg - 1, 1)) << 8) if $len_msg % 2; 522 $chk = ($chk >> 16) + ($chk & 0xffff); # Fold high into low 523 return(~(($chk >> 16) + $chk) & 0xffff); # Again and complement
|
| /onnv-gate/usr/src/lib/fm/topo/maps/ |
| H A D | Makefile.map | 76 lint: $(TOPOFILE:%=%.chk) 78 %.xml.chk: %.xml
|
| /onnv-gate/usr/src/cmd/sendmail/db/log/ |
| H A D | log.c | 183 u_int32_t chk; local 221 memcpy(&chk, dbt.data, sizeof(u_int32_t)); 222 if (chk == DB_txn_ckp) { 260 memcpy(&chk, dbt.data, sizeof(u_int32_t)); 261 if (chk == DB_txn_ckp) {
|
| /onnv-gate/usr/src/lib/libeti/menu/ |
| H A D | Makefile.com | 33 chk.o \
|
| /onnv-gate/usr/src/cmd/sgs/gprof/common/ |
| H A D | readelf.c | 255 size_t chk; in get_textseg() local 268 chk = (size_t)phdr.p_vaddr + (size_t)phdr.p_filesz; in get_textseg() 269 if (phdr.p_vaddr + phdr.p_filesz != (GElf_Xword)chk) in get_textseg()
|
| /onnv-gate/usr/src/cmd/sgs/rtld/ |
| H A D | Makefile.targ | 95 chkmsg := SGSMSGCHK=../common/rtld.chk.msg
|
| H A D | Makefile.com | 121 SGSMSGCHK= ../common/rtld.chk.msg
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_ppp.c | 1864 uint8_t chk; in opt_format_deflate() local 1870 GETINT8(chk, optdata); in opt_format_deflate() 1871 chk &= 0x03; in opt_format_deflate() 1875 (void) sprintf(get_line(0, 0), "Check Method = 0x%x", chk); in opt_format_deflate()
|
| /onnv-gate/usr/src/lib/libnsl/rpc/ |
| H A D | clnt_vc.c | 1773 struct nb_reg_node *chk = in allocate_chunk() local 1778 if (NULL == chk) { in allocate_chunk() 1782 n = chk; in allocate_chunk() 1787 nb_free = chk; in allocate_chunk()
|
| /onnv-gate/usr/src/cmd/fs.d/ufs/fsdb/ |
| H A D | fsdb.c | 5134 log_read_log(u_offset_t *addr, caddr_t va, int nb, uint32_t *chk) in log_read_log() argument 5166 if (chk != NULL) { in log_read_log() 5169 if (*chk != st->st_ident) { in log_read_log() 5172 *chk, st->st_ident); in log_read_log() 5175 *chk = st->st_ident + 1; in log_read_log() 5227 uint32_t chk; in log_show() local 5238 chk = log_odi->od_head_ident; in log_show() 5266 &chk : NULL)) in log_show() 5307 (l == LOG_CHECKSCAN)) ? &chk : NULL)) in log_show()
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | kmem.c | 261 kmem_nth_slab_t *chk; in kmem_first_complete_slab_walk_init() local 263 chk = mdb_alloc(sizeof (kmem_nth_slab_t), in kmem_first_complete_slab_walk_init() 265 chk->kns_cache_addr = caddr; in kmem_first_complete_slab_walk_init() 266 chk->kns_nslabs = 1; in kmem_first_complete_slab_walk_init() 271 kmem_nth_slab_check, chk)); in kmem_first_complete_slab_walk_init()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | perlio.c | 4201 STDCHAR *chk = (c->nl) ? (c->nl+1) : b->end; 4204 chk--; 4206 chk -= cnt; 4208 if (ptr != chk ) { 4210 " nl=%p e=%p for %d", ptr, chk, flags, c->nl,
|
| /onnv-gate/usr/src/tools/findunref/ |
| H A D | exception_list.open | 156 ./usr/src/cmd/sgs/*/*/*chk.msg
|
| /onnv-gate/usr/src/cmd/lp/model/ |
| H A D | standard | 204 chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3` 215 for err in ${chk}
|