Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dprintf.c56 #define GET_STR(sz, str, fmt) \ macro
77 GET_STR (ret, str, fmt); in mpfr_printf()
104 GET_STR (ret, str, fmt); in mpfr_fprintf()
132 GET_STR (ret, str, fmt); in mpfr_sprintf()
176 GET_STR (ret, *pp, fmt); in mpfr_asprintf()
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_osfp.c152 #define GET_STR(v, n, mn) \ in pfctl_file_fingerprints() macro
161 GET_STR(tcpopts, "TCP Options", 1) || in pfctl_file_fingerprints()
162 GET_STR(class, "OS class", 1) || in pfctl_file_fingerprints()
163 GET_STR(version, "OS version", 0) || in pfctl_file_fingerprints()
164 GET_STR(subtype, "OS subtype", 0) || in pfctl_file_fingerprints()
165 GET_STR(desc, "OS description", 2)) in pfctl_file_fingerprints()