Home
last modified time | relevance | path

Searched refs:store_hash (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dhostfile.c322 int store_hash) in add_host_to_hostfile() argument
334 if (store_hash) { in add_host_to_hostfile()
341 fprintf(f, "%s ", store_hash ? hashed_host : host); in add_host_to_hostfile()
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs1076 static int store_hash(pTHX_ stcxt_t *cxt, HV *hv);
1089 (sv_store_t)store_hash, /* svis_HASH */
2248 static int store_hash(pTHX_ stcxt_t *cxt, HV *hv) in store_hash() function