Searched refs:keybase (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd013.tcl41 set keybase ""
43 set keybase "key"
64 set key $keybase$i
76 [list [list $keybase$j \
87 [list [list $keybase$i [pad_data $method $i$alphabet]]]
93 [list [list $keybase$j \
101 [list [list $keybase$i [pad_data $method $i$alphabet]]]
109 set key $keybase$i
133 [list [list $keybase$i [pad_data $method $i$alphabet]]]
154 set key $keybase
[all...]
H A Drecd012.tcl209 set keybase ""
211 set keybase .[repeat abcdefghijklmnopqrstuvwxyz 4]
264 # Update. Put random-number$keybase as key,
277 set key [berkdb random_int 1000 1999]$keybase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPropSet.h56 SString GetWild(const char *keybase, const char *filename);
57 SString GetNewExpand(const char *keybase, const char *filename="");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c238 if (entry->keybase.type == ANTLR3_HASH_TYPE_STR && entry->keybase.key.sKey != NULL)
240 ANTLR3_FREE(entry->keybase.key.sKey);
302 if (entry->keybase.key.iKey == key)
359 if (strcmp((const char *)key, (const char *)entry->keybase.key.sKey) == 0)
371 ANTLR3_FREE(entry->keybase.key.sKey);
373 entry->keybase.key.sKey = NULL;
465 if (entry->keybase.key.iKey == key)
505 if (strcmp((const char *)key, (const char *)entry->keybase.key.sKey) == 0)
553 if ((*newPointer)->keybase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx561 SString PropSet::GetWild(const char *keybase, const char *filename) { argument
564 if (isprefix(p->key, keybase)) {
565 char * orgkeyfile = p->key + strlen(keybase);
606 if (0 == strcmp(p->key, keybase)) {
614 return superPS->GetWild(keybase, filename);
624 SString PropSet::GetNewExpand(const char *keybase, const char *filename) { argument
625 char *base = StringDup(GetWild(keybase, filename).c_str());
634 if (0 == strcmp(var, keybase))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3collections.h65 ANTLR3_HASH_KEY keybase; member in struct:ANTLR3_HASH_ENTRY_struct

Completed in 88 milliseconds