/src/lib/libresolv/ |
hmac_link.c | 275 static const char keystr[] = "Key: "; local in function:dst_hmac_md5_key_to_file_format 290 if (BUF_LEFT < sizeof(keystr)) 293 memcpy(bp, keystr, sizeof(keystr) - 1); 294 bp += sizeof(keystr) - 1;
|
/src/usr.sbin/ypserv/ypserv/ |
ypserv_db.c | 466 lookup_host(int nametable, int host_lookup, DBM *db, char *keystr, 485 host = gethostbyname(keystr); 506 if (inet_aton(keystr, &addr_addr) == -1) 531 (void)snprintf(val, sizeof(val), "%s %s", keystr, host->h_name); 554 static char keystr[YPMAXRECORD + 1]; local in function:ypdb_get_record 587 (void)strlcpy(keystr, key.dptr, (size_t)key.dsize + 1); 589 host_lookup, db, keystr, &res);
|
/src/usr.sbin/ypserv/ypxfr/ |
ypxfr.c | 294 ypxfr_foreach(int status, char *keystr, int keylen, char *valstr, 302 keystr[keylen] = '\0'; 305 key.dptr = keystr; 306 key.dsize = strlen(keystr); 455 char keystr[] = YP_LAST_KEY; local in function:add_order 460 key.dptr = keystr; 461 key.dsize = strlen(keystr); 478 char keystr[] = YP_MASTER_KEY; local in function:add_master 489 key.dptr = keystr; 490 key.dsize = strlen(keystr); 510 char keystr[] = YP_INTERDOMAIN_KEY; local in function:add_interdomain 547 char keystr[] = YP_SECURE_KEY; local in function:add_secure [all...] |