| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/KR/ |
| 2022_KR.pm | 19 my ($obj, $str, $chk) = @_; 23 $_[1] = $residue if $chk; 29 my ($obj, $utf8, $chk) = @_; 31 $_[1] = '' if $chk;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/CN/ |
| 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/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| pickfilter.c | 108 unsigned long chk; local 406 chk = chkprinter( 415 if (chk) { 427 if (chk & PCK_CPI) DROP (p_cpi, prs->cpi); 428 if (chk & PCK_LPI) DROP (p_lpi, prs->lpi); 429 if (chk & PCK_WIDTH) DROP (p_pwid, prs->pwid); 430 if (chk & PCK_LENGTH) DROP (p_plen, prs->plen);
|
| validate.c | 840 unsigned long chk = 0; local 899 chk |= this; 903 ret |= chk;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/ |
| Header.pm | 45 my ($obj, $str, $chk) = @_; 68 $_[1] = '' if $chk; 108 my ($obj, $str, $chk) = @_; 131 $_[1] = '' if $chk;
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/maps/ |
| Makefile.map | 76 lint: $(TOPOFILE:%=%.chk) 78 %.xml.chk: %.xml
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/JP/ |
| JIS7.pm | 33 my ($obj, $str, $chk) = @_; 35 if ($chk){ 39 $_[1] = $residue if $chk; 50 my ($obj, $utf8, $chk) = @_; 52 $_[1] = '' if $chk; 68 sub cat_decode { # ($obj, $dst, $src, $pos, $trm, $chk) 69 my ($obj, undef, undef, $pos, $trm) = @_; # currently ignores $chk
|
| /onnv/onnv-gate/usr/src/lib/libeti/menu/ |
| Makefile.com | 33 chk.o \
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/ |
| UTF7.pm | 30 my ($obj, $str, $chk) = @_; 49 $_[1] = '' if $chk; 54 my ($obj, $bytes, $chk) = @_; 74 $_[1] = '' if $chk;
|
| /onnv/onnv-gate/usr/src/lib/libiscsitgt/common/ |
| xml.c | 272 char chk[32]; local 288 (void) snprintf(chk, sizeof (chk), "0x%x", 291 (void) snprintf(chk, sizeof (chk), "0X%x", 294 (void) snprintf(chk, sizeof (chk), "0%o", 297 (void) snprintf(chk, sizeof (chk), "%d", *value); 298 if (strcmp(chk, str) == 0 [all...] |
| /onnv/onnv-gate/usr/src/uts/common/vm/ |
| vm_pvn.c | 855 page_t *chk = pp; local 861 chk = chk->p_vpprev; 862 ASSERT(chk != end); 863 if (chk == mark) 865 attr = hat_page_getattr(chk, P_MOD | 872 (void *)chk, (void *)chk->p_vnode, 873 (long)chk->p_offset, attr, 875 } while (chk != vp->v_pages) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/ |
| encoding.xs | 49 SV *chk; /* CHECK in Encode methods */ 149 e->chk = newSVsv(get_sv("PerlIO::encoding::fallback", 0)); 173 if (e->chk) { 174 SvREFCNT_dec(e->chk); 175 e->chk = Nullsv; 333 XPUSHs(e->chk); 417 XPUSHs(e->chk); 473 XPUSHs(e->chk); 624 SV *chk = get_sv("PerlIO::encoding::fallback", GV_ADD|GV_ADDMULTI); 652 sv_setsv(chk, POPs) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/ |
| Makefile.targ | 90 chkmsg := SGSMSGCHK=../common/rtld.chk.msg
|
| Makefile.com | 121 SGSMSGCHK= ../common/rtld.chk.msg
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/log/ |
| 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/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
| 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; [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| 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 [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/gprof/common/ |
| readelf.c | 255 size_t chk; local 268 chk = (size_t)phdr.p_vaddr + (size_t)phdr.p_filesz; 269 if (phdr.p_vaddr + phdr.p_filesz != (GElf_Xword)chk)
|
| /onnv/onnv-gate/usr/src/cmd/lp/model/ |
| standard | 204 chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3` 215 for err in ${chk}
|
| tsol_standard | 216 chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3` 227 for err in ${chk}
|
| tsol_standard_foomatic | 218 chk=`${LPSET} "$1" "$2" "$3" "$4" "$5" 2>&1 1>&3` 229 for err in ${chk}
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| Guess.pm | 50 my ($obj, $octet, $chk) = @_; 56 my $utf8 = $guessed->decode($octet, $chk); 57 $_[1] = $octet if $chk;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_ppp.c | 1864 uint8_t chk; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/ |
| util.c | 1634 int chk; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/rpc/ |
| clnt_vc.c | 1773 struct nb_reg_node *chk = local [all...] |