Searched refs:r_str (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR/ |
H A D | 2022_KR.pm | 44 my $r_str = shift; 45 $$r_str =~ s/$RE{'2022_KR'}//gox; # remove the designator 46 $$r_str =~ s{ # replace characters in GL 56 my ($residue) = ( $$r_str =~ s/(\e.*)$//so ); 62 my $r_str = shift; 63 substr( $$r_str, 0, 0 ) = 65 $$r_str =~ 73 $$r_str;
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/ |
H A D | H2Z.pm | 128 my $r_str = shift; 133 $$r_str =~ s( 146 $$r_str =~ s( 157 my $r_str = shift; 159 $$r_str =~ s(
|
H A D | JIS7.pm | 114 my $r_str = shift; 115 $$r_str =~ s($re_scan_jis) 130 my ($residue) = ( $$r_str =~ s/(\e.*)$//so ); 137 my $r_str = shift; 139 $$r_str =~ s{ 155 $$r_str =~ s/\Q$ESC{ASC}\E 157 $$r_str;
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | z80-dis.c | 46 static char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable 168 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[0] >> 3) & 7]); in ld_r_n() 176 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]); in prt_r() 185 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7], in ld_r_r() 186 r_str[buf->data[buf->n_fetch - 1] & 7]); in ld_r_r() 196 r_str[buf->data[buf->n_fetch - 1] & 7]); in arit_r() 346 r_str[buf->data[1] & 7]); in pref_cb() 351 r_str[buf->data[1] & 7]); in pref_cb() 435 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7]); in ld_r_d() 446 snprintf (mytxt, TXTSIZ, txt, r_str[c & 7]); in ld_d_r() [all …]
|
/openbsd/regress/lib/libcrypto/bn/ |
H A D | bn_test.c | 1893 char *r_str = NULL; in test_mod_exp_sizes() local 1895 CHECK_GOTO(r_str = BN_bn2hex(r)); in test_mod_exp_sizes() 1899 size, r_str, r2_str); in test_mod_exp_sizes() 1900 free(r_str); in test_mod_exp_sizes()
|