Home
last modified time | relevance | path

Searched refs:st_pass (Results 1 – 9 of 9) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dinvent.cc51 char st_pass[ ITEMNAME_SIZE ] = ""; in invent() local
247 in_name( j, DESC_INVENTORY_EQUIP, st_pass ); in invent()
248 cprintf( st_pass ); in invent()
H A Dshopping.cc54 char st_pass[ ITEMNAME_SIZE ] = ""; in in_a_shop() local
120 it_name(itty, DESC_NOCAP_A, st_pass); in in_a_shop()
123 cprintf(st_pass); in in_a_shop()
132 snprintf(st_pass, sizeof(st_pass), "%5d", gp_value); in in_a_shop()
133 cprintf(st_pass); in in_a_shop()
H A Dchardump.cc433 char st_pass[ ITEMNAME_SIZE ] = ""; in dump_inventory() local
494 in_name( j, DESC_INVENTORY_EQUIP, st_pass ); in dump_inventory()
495 text += st_pass; in dump_inventory()
H A Ditemname.cc2673 char st_pass[ITEMNAME_SIZE] = ""; in check_item_knowledge() local
2789 item_name( tmp, DESC_PLAIN, st_pass ); in check_item_knowledge()
2791 cprintf(st_pass); in check_item_knowledge()
/dports/biology/pear-merger/pear-0.9.6-src/src/
H A Dpear-pt.c978 st_pass, in assembly_FORWARD_LONGER() local
1079 st_pass = stat_test2 (sw->p_value, best_oes, best_overlap, ef->q); in assembly_FORWARD_LONGER()
1081 if (!st_pass) return (0); in assembly_FORWARD_LONGER()
1219 st_pass, in assembly_READS_EQUAL() local
1282 if (!st_pass) return (0); in assembly_READS_EQUAL()
1404 st_pass, in assembly_REVERSE_LONGER() local
1501 st_pass = stat_test2 (sw->p_value, best_oes, best_overlap, ef->q); in assembly_REVERSE_LONGER()
1503 if (!st_pass) return (0); in assembly_REVERSE_LONGER()
1669 int st_pass; in assembly() local
1727 st_pass = stat_test2 (sw->p_value, best_oes, best_overlap, 0.25); in assembly()
[all …]
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dterminal.c666 if ((hashconfig->st_hash != NULL) && (hashconfig->st_pass != NULL)) in hash_info_single()
679 …if (need_hexify ((const u8 *) hashconfig->st_pass, strlen (hashconfig->st_pass), user_options_extr… in hash_info_single()
691 …exec_hexify ((const u8 *) hashconfig->st_pass, strlen (hashconfig->st_pass), (u8 *) tmp_buf + tmp_… in hash_info_single()
693 tmp_len += strlen (hashconfig->st_pass) * 2; in hash_info_single()
704 event_log_info (hashcat_ctx, " Example.Pass........: %s", hashconfig->st_pass); in hash_info_single()
H A Dselftest.c62 const size_t tmp_len = strlen (hashconfig->st_pass); in selftest()
66 tmp.pw_len = hex_decode ((const u8 *) hashconfig->st_pass, (const int) tmp_len, (u8 *) tmp_ptr); in selftest()
70 memcpy (tmp_ptr, hashconfig->st_pass, tmp_len); in selftest()
H A Dinterface.c251 …hashconfig->st_pass = module_ctx->module_st_pass (hashconfig, user_options, user_opti… in hashconfig_init()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1013 const char *st_pass; member