Searched refs:key_str (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhash.c296 const char* key_str = (const char *) key; local
297 const char *end = key_str + key_length;
300 while(key_str < end) {
302 h ^= (unsigned long) *key_str++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbutil.c781 char *key_str = (char*) SMB_STRNDUP(key.dptr, key.dsize); local
782 if (!key_str) {
787 DEBUG(18, ("checking %s for match to pattern %s\n", key_str, pattern));
792 if (fnmatch(pattern, key_str, 0) == 0) {
800 DEBUG(18, ("checking %s matched pattern %s\n", key_str, pattern));
806 free(key_str);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Drequest_key.c43 char key_str[12], keyring_str[3][12]; local
69 sprintf(key_str, "%d", key->serial);
102 argv[i++] = key_str;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_cache.c302 fstring key_str; local
310 fstr_sprintf( key_str, "SEQNUM/%s", domain->name );
311 key.dptr = key_str;
312 key.dsize = strlen(key_str)+1;
320 DEBUG(10,("store_cache_seqnum: tdb_store fail key [%s]\n", key_str ));

Completed in 152 milliseconds