Home
last modified time | relevance | path

Searched refs:rep_char (Results 1 – 17 of 17) sorted by relevance

/dports/science/cdo/cdo-2.0.0/src/
H A Dstring_utilities.cc43 cstr_replace_char(char *str_in, char orig_char, char rep_char) in cstr_replace_char() argument
56 if (*str_in == orig_char) *str_in = rep_char; in cstr_replace_char()
H A DMagplot.cc547 const char orig_char = ';', rep_char = ','; in verifyPlotParameters() local
633 … cstr_replace_char(temp_str, orig_char, rep_char); // replace ';' in RGB format to ',' in verifyPlotParameters()
646 … cstr_replace_char(temp_str, orig_char, rep_char); // replace ';' in RGB format to ',' in verifyPlotParameters()
659 … cstr_replace_char(temp_str, orig_char, rep_char); // replace ';' in RGB format to ',' in verifyPlotParameters()
873 char orig_char = ';', rep_char = ','; in ReadColourTable() local
880 …if (isRGB) cstr_replace_char(temp_table[i], orig_char, rep_char); /* replace ';' in RGB format to … in ReadColourTable()
H A Dstring_utilities.h18 void cstr_replace_char(char *str_in, char orig_char, char rep_char);
/dports/mail/dovecot/dovecot-2.3.17/src/lib-mail/
H A Dmessage-header-encode.c63 static const unsigned char *rep_char = in message_header_encode_q() local
152 str_printfa(output, "=%02X", rep_char[j]); in message_header_encode_q()
179 static const unsigned char *rep_char = in message_header_encode_b() local
269 if (!base64_encode_more(&b64enc, rep_char, rep_char_len, in message_header_encode_b()
H A Dtest-message-header-decode.c83 static const unsigned char *rep_char = in check_encode_decode_result() local
114 memcmp(pout, rep_char, in check_encode_decode_result()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/dbm/tests/
H A Dlots.c108 int rep_char; in MakeLargeKey() local
120 rep_char = (char)((low_bits % 26) + 'a'); in MakeLargeKey()
126 memset(string_rv, rep_char, size); in MakeLargeKey()
/dports/security/ca_root_nss/nss-3.71/nss/lib/dbm/tests/
H A Dlots.c108 int rep_char; in MakeLargeKey() local
120 rep_char = (char)((low_bits % 26) + 'a'); in MakeLargeKey()
126 memset(string_rv, rep_char, size); in MakeLargeKey()
/dports/www/firefox/firefox-99.0/security/nss/lib/dbm/tests/
H A Dlots.c108 int rep_char; in MakeLargeKey() local
120 rep_char = (char)((low_bits % 26) + 'a'); in MakeLargeKey()
126 memset(string_rv, rep_char, size); in MakeLargeKey()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/dbm/tests/
H A Dlots.c108 int rep_char; in MakeLargeKey() local
120 rep_char = (char)((low_bits % 26) + 'a'); in MakeLargeKey()
126 memset(string_rv, rep_char, size); in MakeLargeKey()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/dbm/tests/
H A Dlots.c108 int rep_char; in MakeLargeKey() local
120 rep_char = (char)((low_bits % 26) + 'a'); in MakeLargeKey()
126 memset(string_rv, rep_char, size); in MakeLargeKey()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/dbm/tests/
H A Dlots.c108 int rep_char; in MakeLargeKey() local
120 rep_char = (char)((low_bits % 26) + 'a'); in MakeLargeKey()
126 memset(string_rv, rep_char, size); in MakeLargeKey()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/dbm/tests/
H A Dlots.c108 int rep_char; in MakeLargeKey() local
120 rep_char = (char)((low_bits % 26) + 'a'); in MakeLargeKey()
126 memset(string_rv, rep_char, size); in MakeLargeKey()
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dvi.c46 static void rep_char PROTO((void));
122 case 'r': u_save(c); rep_char(); break;
465 rep_char() in rep_char() function
/dports/devel/arcanist-lib/arcanist-b2e715f/src/utils/
H A DPhutilEditDistanceMatrix.php445 $rep_char = $t[$xx - 1][$yy - 1];
453 if ($rep_char !== $rep_type) {
/dports/devel/arcanist/arcanist-b2e715f/src/utils/
H A DPhutilEditDistanceMatrix.php445 $rep_char = $t[$xx - 1][$yy - 1];
453 if ($rep_char !== $rep_type) {
/dports/math/sc/sc-7.16/
H A Dvi.c69 static void rep_char();
235 case 'r': u_save(c); rep_char(); break; in write_line()
1141 rep_char() in rep_char() function
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Ddcm.c6032 rep_char; in DCM_RLE_ReadByte() local
6041 rep_char=ReadBlobByte(image); in DCM_RLE_ReadByte()
6053 return (magick_uint8_t)rep_char; in DCM_RLE_ReadByte()
6059 dcm->rle_rep_char=rep_char; in DCM_RLE_ReadByte()
6060 return (magick_uint8_t)rep_char; in DCM_RLE_ReadByte()