Searched refs:STRnLEN (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/resolv/ |
D | res_init.c | 688 #define STRnLEN(str) str, sizeof (str) - 1 in res_setoptions() macro 689 { STRnLEN ("rotate"), 0, RES_ROTATE }, in res_setoptions() 690 { STRnLEN ("edns0"), 0, RES_USE_EDNS0 }, in res_setoptions() 691 { STRnLEN ("single-request-reopen"), 0, RES_SNGLKUPREOP }, in res_setoptions() 692 { STRnLEN ("single-request"), 0, RES_SNGLKUP }, in res_setoptions() 693 { STRnLEN ("no_tld_query"), 0, RES_NOTLDQUERY }, in res_setoptions() 694 { STRnLEN ("no-tld-query"), 0, RES_NOTLDQUERY }, in res_setoptions() 695 { STRnLEN ("no-reload"), 0, RES_NORELOAD }, in res_setoptions() 696 { STRnLEN ("use-vc"), 0, RES_USEVC }, in res_setoptions() 697 { STRnLEN ("trust-ad"), 0, RES_TRUSTAD }, in res_setoptions() [all …]
|