Searched refs:snprintd (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/ |
H A D | dns-sd.c | 868 static int snprintd(char *p, int max, const unsigned char **rd) in snprintd() function 917 p += snprintd(p, rdb + rdb_size - p, &rd); in ParseDNSSECRecords() 981 p += snprintd(p, rdb + rdb_size - p, &q); in ParseDNSSECRecords() 1044 p += snprintd(p, sizeof(rdb), &rd); in qr_reply() 1048 p += snprintd(p, rdb + sizeof(rdb) - p, &rd); // mname in qr_reply() 1050 p += snprintd(p, rdb + sizeof(rdb) - p, &rd); // rname in qr_reply() 1065 p += snprintd(p, rdb + sizeof(rdb) - p, &rd); // target host in qr_reply()
|