Home
last modified time | relevance | path

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

/dragonfly/contrib/mpfr/src/
H A Dprintf.c67 #define GET_STR(sz, str, fmt) \ macro
88 GET_STR (ret, str, fmt); in mpfr_printf()
115 GET_STR (ret, str, fmt); in mpfr_fprintf()
142 GET_STR (ret, str, fmt); in mpfr_sprintf()
169 GET_STR (ret, str, fmt); in mpfr_snprintf()
211 GET_STR (ret, *pp, fmt); in mpfr_asprintf()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl_osfp.c151 #define GET_STR(v, n, mn) \ in pfctl_file_fingerprints() macro
160 GET_STR(tcpopts, "TCP Options", 1) || in pfctl_file_fingerprints()
161 GET_STR(class, "OS class", 1) || in pfctl_file_fingerprints()
162 GET_STR(version, "OS version", 0) || in pfctl_file_fingerprints()
163 GET_STR(subtype, "OS subtype", 0) || in pfctl_file_fingerprints()
164 GET_STR(desc, "OS description", 2)) in pfctl_file_fingerprints()