Searched defs:NULL (Results 1 - 25 of 155) sorted by relevance

1234567

/freebsd-current/sys/sys/
H A D_null.h32 #define NULL ((void *)0) macro
35 #define NULL nullptr macro
37 #define NULL __null macro
40 #define NULL (0L) macro
42 #define NULL 0 macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__stddef_null.h17 #undef NULL macro
21 #define NULL __null macro
23 #define NULL 0 macro
26 #define NULL ((void*)0) macro
/freebsd-current/crypto/openssh/regress/unittests/misc/
H A Dtest_ptimeout.c36 ASSERT_PTR_EQ(ptimeout_get_tsp(&pt), NULL); local
/freebsd-current/tests/sys/netinet/libalias/
H A D1_instance.c49 LibAliasUninit(NULL); variable
/freebsd-current/sys/dev/isci/
H A Dtypes.h40 #define NULL ((void *)0) macro
/freebsd-current/lib/libc/tests/locale/
H A Dwcsnrtombs_test.c112 NULL) == 5); local
H A Dwcsrtombs_test.c93 NULL) == 5); local
/freebsd-current/crypto/openssh/regress/unittests/sshkey/
H A Dtest_file.c78 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
97 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
188 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
207 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
289 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
308 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
375 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
441 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
507 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
[all...]
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dgenerichash3.c144 k, crypto_generichash_KEYBYTES_MAX + 1, NULL, NULL) == -1); local
[all...]
H A Dcodecs.c164 assert(sodium_base642bin(NULL, (size_t) 10U, "a=", (size_t) 2U, NULL, NULL, NULL, local
166 assert(sodium_base642bin(NULL, (size_t) 10U, "a*", (size_t) 2U, NULL, NULL, NULL, local
168 assert(sodium_base642bin(NULL, (size_t) 10U, "a*", (size_t) 2U, "~", NULL, NULL, local
170 assert(sodium_base642bin(NULL, (size_t) 10U, "a*", (size_t) 2U, "*", NULL, NULL, local
172 assert(sodium_base642bin(NULL, (size_t) 10U, "a==", (size_t) 3U, NULL, NULL, NULL, local
174 assert(sodium_base642bin(NULL, (size_t) 10U, "a=*", (size_t) 3U, NULL, NULL, NULL, local
176 assert(sodium_base642bin(NULL, (size_t) 10U, "a=*", (size_t) 3U, "~", NULL, NULL, local
178 assert(sodium_base642bin(NULL, (size_t) 10U, "a=*", (size_t) 3U, "*", NULL, NULL, local
[all...]
/freebsd-current/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fuzz.c46 ASSERT_PTR_NE(sshbuf_ptr(p1), NULL); local
106 ASSERT_PTR_NE(sshbuf_ptr(p1), NULL); local
124 ASSERT_PTR_NE(sshbuf_ptr(p1), NULL); local
127 ASSERT_PTR_NE(sshbuf_ptr(p1), NULL); local
H A Dtest_sshbuf_fixed.c40 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL); local
72 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL); local
77 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL); local
80 ASSERT_PTR_NE(sshbuf_ptr(p1), NULL); local
81 ASSERT_PTR_NE(sshbuf_ptr(p2), NULL); local
82 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL); local
83 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p2), NULL); local
115 ASSERT_PTR_NE(sshbuf_ptr(p3), NULL); local
[all...]
H A Dtest_sshbuf_getput_crypto.c264 bn_x, bn_y, NULL), 1); local
[all...]
/freebsd-current/contrib/ofed/opensm/include/complib/
H A Dcl_types_osd.h91 #define NULL (void*)0 macro
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_types.h67 #define NULL (void *)0 macro
/freebsd-current/sbin/rcorder/
H A Dsprite.h94 #define NULL 0 macro
/freebsd-current/bin/sh/bltin/
H A Dbltin.h67 #undef NULL macro
/freebsd-current/lib/libc/tests/string/
H A Dmemrchr_test.c84 ATF_CHECK_EQ(memrchr_fn(buf, c, len), NULL); local
/freebsd-current/crypto/openssh/contrib/
H A Dgnome-ssh-askpass1.c62 gtk_object_set(GTK_OBJECT(err), "type", GTK_WINDOW_POPUP, NULL); local
96 gtk_object_set(GTK_OBJECT(dialog), "type", GTK_WINDOW_POPUP, NULL); local
/freebsd-current/sys/dev/qat/qat_api/include/
H A Dcpa_types.h128 #define NULL (0) macro
/freebsd-current/sys/dev/fdt/
H A Dfdt_clock.c157 OF_device_register_xref(OF_xref_from_device(provider), NULL); local
/freebsd-current/contrib/sendmail/include/sm/
H A Dgen.h45 # define NULL 0 macro
/freebsd-current/contrib/kyua/drivers/
H A Dlist_tests_test.cpp156 run_helpers(const fs::path& source_root, const optional< fs::path > build_root, drivers::list_tests::base_hooks& hooks, const char* filter_program = NULL, const char* filter_test_case = NULL, const char* the_variable = NULL) argument
/freebsd-current/contrib/netbsd-tests/rump/rumpkern/
H A Dt_lwproc.c223 ATF_REQUIRE_EQ(rump_pub_lwproc_curlwp(), NULL); local
/freebsd-current/lib/libcalendar/
H A Dcalendar.c33 #define NULL 0 macro

Completed in 316 milliseconds

1234567