Home
last modified time | relevance | path

Searched refs:hash_text (Results 1 – 25 of 69) sorted by relevance

123

/dports/print/texlive-base/texlive-20150521-source/texk/bibtex-x/
H A Dbibtex-3.c171 s_aux_extension = hash_text[pre_def_loc];
173 s_bbl_extension = hash_text[pre_def_loc];
175 s_log_extension = hash_text[pre_def_loc];
177 s_bst_extension = hash_text[pre_def_loc];
295 s_null = hash_text[pre_def_loc];
298 s_default = hash_text[pre_def_loc];
2519 if (hash_text[p] > 0)
2531 str_num = hash_text[p];
2551 if (hash_text[p] > 0)
2566 hash_text[p] = str_num; variable
[all …]
H A Dbibtex-1.c208 cite_list[*new_cite] = hash_text[cite_loc];
416 PRINT_POOL_STR (hash_text[seen_fn_loc]);
546 bst_str = hash_text[str_lookup (buffer, buf_ptr1, TOKEN_LEN,
728 CUR_CITE_STR = hash_text[cite_loc];
919 CUR_AUX_STR = hash_text[str_lookup (buffer, buf_ptr1, TOKEN_LEN,
1598 if (hash_text[wiz_loc] == s_default)
1767 TRACE_PR_POOL_STR (hash_text[fn_loc]);
1871 ilk_info[macro_name_loc] = hash_text[macro_name_loc];
1924 ilk_info[macro_name_loc] = hash_text[macro_def_loc];
2122 field_info[field_ptr] = hash_text[cite_loc];
[all …]
/dports/emulators/vice/vice-3.5/src/hvsc/
H A Dsldb.c251 char hash_text[HVSC_DIGEST_SIZE * 2 + 1]; in hvsc_sldb_get_entry_md5() local
267 snprintf(hash_text + i * 2, 3, "%02x", hash[i]); in hvsc_sldb_get_entry_md5()
274 entry = find_sldb_entry_md5(hash_text); in hvsc_sldb_get_entry_md5()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/hvsc/
H A Dsldb.c249 char hash_text[HVSC_DIGEST_SIZE * 2 + 1]; in hvsc_sldb_get_entry_md5() local
265 snprintf(hash_text + i * 2, 3, "%02x", hash[i]); in hvsc_sldb_get_entry_md5()
272 entry = find_sldb_entry_md5(hash_text); in hvsc_sldb_get_entry_md5()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/internal/
H A Dtrust_store_mac_unittest.cc258 std::string hash_text = hash_and_pem.substr(hash_pos, eol_pos - hash_pos); in TEST() local
260 SCOPED_TRACE(hash_text); in TEST()
282 LOG(WARNING) << "ParseCertificate::Create " << hash_text << " failed:\n" in TEST()
297 ADD_FAILURE() << "CreateCertBufferFromBytes " << hash_text; in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/internal/
H A Dtrust_store_mac_unittest.cc259 std::string hash_text = hash_and_pem.substr(hash_pos, eol_pos - hash_pos); in TEST() local
261 SCOPED_TRACE(hash_text); in TEST()
283 LOG(WARNING) << "ParseCertificate::Create " << hash_text << " failed:\n" in TEST()
298 ADD_FAILURE() << "CreateCertBufferFromBytes " << hash_text; in TEST()
/dports/devel/libmba/libmba-0.9.1/src/mba/
H A Dhashmap.h27 #define hash_text hash_wcs macro
30 #define hash_text hash_str
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxsysinfo/common/
H A Dfile.c497 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
554 hash_text = (char *)zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
558 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
561 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxsysinfo/common/
H A Dfile.c495 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
552 hash_text = zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
556 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
559 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxsysinfo/common/
H A Dfile.c495 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
552 hash_text = zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
556 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
559 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxsysinfo/common/
H A Dfile.c495 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
552 hash_text = zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
556 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
559 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxsysinfo/common/
H A Dfile.c497 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
554 hash_text = (char *)zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
558 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
561 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxsysinfo/common/
H A Dfile.c497 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
554 hash_text = (char *)zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
558 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
561 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxsysinfo/common/
H A Dfile.c495 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
552 hash_text = zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
556 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
559 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxsysinfo/common/
H A Dfile.c495 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
552 hash_text = zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
556 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
559 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxsysinfo/common/
H A Dfile.c497 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
554 hash_text = (char *)zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
558 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
561 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxsysinfo/common/
H A Dfile.c497 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
554 hash_text = (char *)zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
558 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
561 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/src/
H A Dhostmask.c177 hash_text(const char *start) in hash_text() function
203 return hash_text(hp); in get_mask_hash()
206 return hash_text(text); in get_mask_hash()
284 for(arec = atable[hash_text(p)]; arec; arec = arec->next) in find_auth()
388 for(arec = atable[hash_text(p)]; arec; arec = arec->next) in find_conf_by_address()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/src/
H A Dhostmask.c177 hash_text(const char *start) in hash_text() function
203 return hash_text(hp); in get_mask_hash()
206 return hash_text(text); in get_mask_hash()
284 for(arec = atable[hash_text(p)]; arec; arec = arec->next) in find_auth()
388 for(arec = atable[hash_text(p)]; arec; arec = arec->next) in find_conf_by_address()
/dports/net/py-msrplib/python-msrplib-0.20.0/msrplib/
H A Ddigest.py27 hash_text = "%(ha1)s:%(nonce)s:%(nc)s:%(cnonce)s:auth:%(ha2)s" % parameters
28 return md5(hash_text).hexdigest()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DCache.cc1143 printf(" Data for [%s]\n", hash_text.get()); in db_check()
1224 Warning("unable to clear cache directory '%s'", d->hash_text.get()); in vol_dir_clear()
1256 hash_text = static_cast<char *>(ats_malloc(hash_text_size)); in init()
1257 ink_strlcpy(hash_text, seed_str, hash_text_size); in init()
1260 CryptoContext().hash_immediate(hash_id, hash_text, strlen(hash_text)); in init()
1296 Note("clearing cache directory '%s'", hash_text.get()); in init()
1306 Debug("cache_init", "reading directory '%s'", hash_text.get()); in init()
1340 Warning("unable to clear cache directory '%s'", hash_text.get()); in handle_dir_clear()
1382 Note("clearing cache directory '%s'", hash_text.get()); in handle_dir_read()
1745 Note("using directory A for '%s'", hash_text.get()); in handle_header_read()
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxsysinfo/common/
H A Dfile.c635 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
692 hash_text = (char *)zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
696 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
699 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxsysinfo/common/
H A Dfile.c635 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
692 hash_text = (char *)zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
696 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
699 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxsysinfo/common/
H A Dfile.c635 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
692 hash_text = (char *)zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
696 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
699 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxsysinfo/common/
H A Dfile.c635 char *hash_text = NULL; in VFS_FILE_MD5SUM() local
692 hash_text = (char *)zbx_malloc(hash_text, sz); in VFS_FILE_MD5SUM()
696 zbx_snprintf(&hash_text[i << 1], sz - (i << 1), "%02x", hash[i]); in VFS_FILE_MD5SUM()
699 SET_STR_RESULT(result, hash_text); in VFS_FILE_MD5SUM()

123