Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/freebsd/contrib/ldns/
H A Dzone.c18 ldns_zone_soa(const ldns_zone *z) in ldns_zone_soa()
24 ldns_zone_rr_count(const ldns_zone *z) in ldns_zone_rr_count()
30 ldns_zone_set_soa(ldns_zone *z, ldns_rr *soa) in ldns_zone_set_soa()
36 ldns_zone_rrs(const ldns_zone *z) in ldns_zone_rrs()
42 ldns_zone_set_rrs(ldns_zone *z, ldns_rr_list *rrlist) in ldns_zone_set_rrs()
48 ldns_zone_push_rr_list(ldns_zone *z, const ldns_rr_list *list) in ldns_zone_push_rr_list()
54 ldns_zone_push_rr(ldns_zone *z, ldns_rr *rr) in ldns_zone_push_rr()
66 ldns_zone_glue_rr_list(const ldns_zone *z) in ldns_zone_glue_rr_list()
168 ldns_zone *z; in ldns_zone_new() local
188 ldns_zone_new_frm_fp(ldns_zone **z, FILE *fp, const ldns_rdf *origin, uint32_t ttl, ldns_rr_class c) in ldns_zone_new_frm_fp()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_znode.h92 #define SA_ZPL_ATIME(z) z->z_attr_table[ZPL_ATIME] argument
93 #define SA_ZPL_MTIME(z) z->z_attr_table[ZPL_MTIME] argument
94 #define SA_ZPL_CTIME(z) z->z_attr_table[ZPL_CTIME] argument
96 #define SA_ZPL_GEN(z) z->z_attr_table[ZPL_GEN] argument
98 #define SA_ZPL_XATTR(z) z->z_attr_table[ZPL_XATTR] argument
100 #define SA_ZPL_RDEV(z) z->z_attr_table[ZPL_RDEV] argument
102 #define SA_ZPL_UID(z) z->z_attr_table[ZPL_UID] argument
103 #define SA_ZPL_GID(z) z->z_attr_table[ZPL_GID] argument
106 #define SA_ZPL_MODE(z) z->z_attr_table[ZPL_MODE] argument
109 #define SA_ZPL_SIZE(z) z->z_attr_table[ZPL_SIZE] argument
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h110 #define VERIFY3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t) argument
111 #define VERIFY3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument
112 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument
113 #define VERIFY3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t) argument
117 #define ASSERT3B(x, y, z) VERIFY3_IMPL(x, y, z, boolean_t) argument
118 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument
119 #define ASSERT3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument
123 #define ASSERT3B(x, y, z) ((void)0) argument
124 #define ASSERT3S(x, y, z) ((void)0) argument
125 #define ASSERT3U(x, y, z) ((void)0) argument
[all …]
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_pow.c75 double z; in ATF_TC_BODY() local
115 double z; in ATF_TC_BODY() local
141 double z; in ATF_TC_BODY() local
167 double z; in ATF_TC_BODY() local
246 double z; in ATF_TC_BODY() local
374 float z; in ATF_TC_BODY() local
416 float z; in ATF_TC_BODY() local
442 float z; in ATF_TC_BODY() local
468 float z; in ATF_TC_BODY() local
547 float z; in ATF_TC_BODY() local
[all …]
/freebsd/lib/msun/tests/
H A Dinvctrig_test.c56 #define test_p(func, z, result, exceptmask, excepts, checksign) do { \ argument
70 #define test_p_tol(func, z, result, tol) do { \ argument
77 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
81 #define test_tol(func, z, result, tol) do { \ argument
147 long double complex z; in ATF_TC_BODY() local
225 long double complex z; in ATF_TC_BODY() local
275 long double complex z; in ATF_TC_BODY() local
315 complex long double z; in ATF_TC_BODY() local
H A Dctrig_test.c56 #define test_p(func, z, result, exceptmask, excepts, checksign) \ argument
74 #define test_p_tol(func, z, result, tol) do { \ argument
81 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
85 #define test_tol(func, z, result, tol) do { \ argument
89 #define test_odd_tol(func, z, result, tol) do { \ argument
93 #define test_even_tol(func, z, result, tol) do { \ argument
156 long double complex z; in ATF_TC_BODY() local
239 long double complex z, c, s; in ATF_TC_BODY() local
309 long double complex z; in ATF_TC_BODY() local
413 long double complex z; in ATF_TC_BODY() local
[all …]
/freebsd/contrib/lua/src/
H A Dlzio.c23 int luaZ_fill (ZIO *z) { in luaZ_fill()
38 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
48 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c88 struct local_zone* z; in local_zones_print() local
249 struct local_zone* z; in lz_enter_zone() local
643 struct local_zone* z; in lz_enter_rr_str() local
672 struct local_zone* z; in lz_enter_zone_tag() local
709 struct local_zone* z; in lz_enter_override() local
787 struct local_zone* z; in lz_enter_zones() local
806 struct local_zone z; in lz_exists() local
848 struct local_zone* z; in add_empty_default() local
872 struct local_zone* z; in local_zone_enter_defaults() local
2077 struct local_zone* z; in local_zones_add_RR() local
[all …]
H A Dauthzone.c496 struct auth_zone* z; in auth_zones_find_zone() local
527 struct auth_zone* z; in auth_zones_find_or_add_zone() local
1789 struct auth_zone* z; in auth_zones_read_zones() local
2066 struct auth_zone* z; in auth_zones_setup_zones() local
2096 struct auth_zone* z; in auth_zones_cfg() local
2187 struct auth_zone* z; in az_setall_deleted() local
2203 struct auth_zone* z; in az_delete_deleted_zones() local
3486 struct auth_zone* z; in auth_zones_lookup() local
3566 struct auth_zone* z; in auth_zones_answer() local
3635 struct auth_zone* z; in auth_zones_can_fallback() local
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dmd5.c142 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
143 #define F2(x, y, z) F1(z, x, y) argument
144 #define F3(x, y, z) (x ^ y ^ z) argument
145 #define F4(x, y, z) (y ^ (x | ~z)) argument
148 #define MD5STEP(f, w, x, y, z, data, s) \ argument
H A Dsha1.c42 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
43 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
44 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
45 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
46 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlzio.c19 int luaZ_fill (ZIO *z) { in luaZ_fill()
34 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) { in luaZ_init()
44 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.chasestrings.c32 has_princess(zelda_info_t *z) in has_princess()
38 has_dungeons(zelda_info_t *z) in has_dungeons()
44 has_villain(zelda_info_t *z) in has_villain()
/freebsd/contrib/wpa/src/crypto/
H A Dmd5-internal.c194 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
195 #define F2(x, y, z) F1(z, x, y) argument
196 #define F3(x, y, z) (x ^ y ^ z) argument
197 #define F4(x, y, z) (y ^ (x | ~z)) argument
200 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dsha1.c107 #define R0(v,w,x,y,z,i) \ argument
110 #define R1(v,w,x,y,z,i) \ argument
113 #define R2(v,w,x,y,z,i) \ argument
116 #define R3(v,w,x,y,z,i) \ argument
119 #define R4(v,w,x,y,z,i) \ argument
140 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) argument
141 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) argument
142 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i) argument
143 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) argument
144 #define nR4(v,w,x,y,z,i) R4(*v,*w,*x,*y,*z,i) argument
H A Dmd5.c106 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
107 #define F2(x, y, z) F1(z, x, y) argument
108 #define F3(x, y, z) (x ^ y ^ z) argument
109 #define F4(x, y, z) (y ^ (x | ~z)) argument
113 #define MD5STEP(f,w,x,y,z,in,s) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Ddivtc3.c92 long double _Complex z; in __divtc3() local
93 __real__ z = real.ld; in __divtc3() local
94 __imag__ z = imag.ld; in __divtc3() local
H A Dmultc3.c80 long double _Complex z; in __multc3() local
81 __real__ z = real.ld; in __multc3() local
82 __imag__ z = imag.ld; in __multc3() local
/freebsd/contrib/diff/lib/
H A Dunlocked-io.h69 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
71 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
93 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
95 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
/freebsd/lib/msun/src/
H A Dcatrig.c274 casinh(double complex z) in casinh()
335 casin(double complex z) in casin()
355 cacos(double complex z) in cacos()
429 cacosh(double complex z) in cacosh()
454 clog_for_large_values(double complex z) in clog_for_large_values()
571 catanh(double complex z) in catanh()
638 catan(double complex z) in catan()
H A Dcatrigf.c145 casinhf(float complex z) in casinhf()
192 casinf(float complex z) in casinf()
200 cacosf(float complex z) in cacosf()
259 cacoshf(float complex z) in cacoshf()
277 clog_for_large_values(float complex z) in clog_for_large_values()
338 catanhf(float complex z) in catanhf()
387 catanf(float complex z) in catanf()
H A Dcatrigl.c164 casinhl(long double complex z) in casinhl()
211 casinl(long double complex z) in casinl()
220 cacosl(long double complex z) in cacosl()
279 cacoshl(long double complex z) in cacoshl()
297 clog_for_large_values(long double complex z) in clog_for_large_values()
359 catanhl(long double complex z) in catanhl()
408 catanl(long double complex z) in catanl()
H A Ds_csinhf.c41 csinhf(float complex z) in csinhf()
97 csinf(float complex z) in csinf()
/freebsd/crypto/openssl/test/
H A Dpkcs12_format_test.c390 static int test_single_key_enc_alg(int z) in test_single_key_enc_alg()
404 static int test_single_key_enc_pass(int z) in test_single_key_enc_pass()
415 static int test_single_key_enc_iter(int z) in test_single_key_enc_iter()
489 static int test_single_cert_mac_alg(int z) in test_single_cert_mac_alg()
500 static int test_single_cert_mac_pass(int z) in test_single_cert_mac_pass()
511 static int test_single_cert_mac_iter(int z) in test_single_cert_mac_iter()
649 static int test_single_secret_enc_alg(int z) in test_single_secret_enc_alg()
/freebsd/contrib/libfido2/src/
H A Dcompress.c18 int z; in rfc1950_inflate() local
50 int r, z; in rfc1951_inflate() local
105 int r, z; in rfc1951_deflate() local

12345678910>>...24