Home
last modified time | relevance | path

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

/bionic/docs/
Dlibc_assembler.md150 * Verify that all labels are of the format .LXXX, where XXX is any valid string
152 will be generated that include these labels. In that case, you will get
/bionic/libc/dns/nameser/
Dns_print.c508 u_int typ, algorithm, labels, footprint; in ns_sprintrrf() local
519 labels = *rdata++; in ns_sprintrrf()
522 p_type((int)typ), algorithm, labels, t); in ns_sprintrrf()
524 if (labels > (u_int)dn_count_labels(name)) in ns_sprintrrf()