Searched refs:mapkey (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/krb5/src/lib/kdb/ |
| H A D | kdb5.c | 2138 const char *pos, *end, *mapkey, *mapval; in krb5_dbe_get_strings() local 2149 while (next_attr(&pos, end, &mapkey, &mapval)) { in krb5_dbe_get_strings() 2155 key = strdup(mapkey); in krb5_dbe_get_strings() 2180 const char *pos, *end, *mapkey, *mapval; in krb5_dbe_get_string() local 2186 while (next_attr(&pos, end, &mapkey, &mapval)) { in krb5_dbe_get_string() 2187 if (strcmp(mapkey, key) == 0) { in krb5_dbe_get_string() 2201 const char *pos, *end, *mapkey, *mapval; in krb5_dbe_set_string() local 2211 while (next_attr(&pos, end, &mapkey, &mapval)) { in krb5_dbe_set_string() 2212 if (strcmp(mapkey, key) == 0) { in krb5_dbe_set_string() 2214 k5_buf_add_len(&buf, mapkey, strlen(mapkey) + 1); in krb5_dbe_set_string() [all …]
|
| /freebsd/contrib/sendmail/cf/ |
| H A D | README | 2182 F{ClassName}mapkey@mapclass:mapspec 2184 mapkey is optional and if not provided the map key will be empty. This can
|