Home
last modified time | relevance | path

Searched refs:snprintd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c932 static int snprintd(char *p, int max, const unsigned char **rd) in snprintd() function
981 p += snprintd(p, rdb + rdb_size - p, &rd); in ParseDNSSECRecords()
1045 p += snprintd(p, rdb + rdb_size - p, &q); in ParseDNSSECRecords()
1114 snprintd(p, sizeof(rdb), &rd); in qr_reply()
1118 p += snprintd(p, rdb + sizeof(rdb) - p, &rd); // mname in qr_reply()
1120 p += snprintd(p, rdb + sizeof(rdb) - p, &rd); // rname in qr_reply()
1135 snprintd(p, rdb + sizeof(rdb) - p, &rd); // target host in qr_reply()