Symbol: null
crypto/krb5/src/lib/kadm5/kadm_rpc_xdr.c
103
if (!xdr_bool(xdrs, &null))
crypto/krb5/src/lib/kadm5/kadm_rpc_xdr.c
105
if (null) {
crypto/krb5/src/lib/kadm5/kadm_rpc_xdr.c
113
null = TRUE;
crypto/krb5/src/lib/kadm5/kadm_rpc_xdr.c
115
null = FALSE;
crypto/krb5/src/lib/kadm5/kadm_rpc_xdr.c
116
if (!xdr_bool(xdrs, &null))
crypto/krb5/src/lib/kadm5/kadm_rpc_xdr.c
118
if (null == FALSE)
crypto/krb5/src/lib/kadm5/kadm_rpc_xdr.c
99
bool_t null;
crypto/krb5/src/util/support/json.c
1004
k5_json_null null;
crypto/krb5/src/util/support/json.c
1048
ret = k5_json_null_create(&null);
crypto/krb5/src/util/support/json.c
1051
*val_out = null;
crypto/krb5/src/util/support/json.c
287
k5_json_null null;
crypto/krb5/src/util/support/json.c
300
if (k5_json_null_create(&null))
crypto/krb5/src/util/support/json.c
302
val = null;
crypto/krb5/src/util/support/json.c
325
if (k5_json_null_create(&null))
crypto/krb5/src/util/support/json.c
327
val = null;
crypto/openssl/test/json_test.c
161
BEGIN_SCRIPT(null, "serialize a single null", 0)
crypto/openssl/test/json_test.c
163
END_SCRIPT_EXPECTING_Q(null)
crypto/openssl/test/json_test.c
494
SCRIPT(null)
crypto/openssl/test/lhash_test.c
170
if (!TEST_int_eq(b ^ dels[i].null, 0)) {
crypto/openssl/test/lhash_test.c
87
int null;
lib/libc/isc/eventlib_p.h
179
struct { const void *placeholder; } null;
lib/libc/tests/string/memccpy_test.c
160
ATF_TC_WITHOUT_HEAD(null);
lib/libc/tests/string/memccpy_test.c
161
ATF_TC_BODY(null, tc)
lib/libc/tests/string/memccpy_test.c
223
ATF_TP_ADD_TC(tp, null);
lib/libc/tests/string/memrchr_test.c
110
ATF_TP_ADD_TC(tp, null);
lib/libc/tests/string/memrchr_test.c
17
ATF_TC_WITHOUT_HEAD(null);
lib/libc/tests/string/memrchr_test.c
18
ATF_TC_BODY(null, tc)
lib/libc/tests/string/stpncpy_test.c
156
ATF_TC_WITHOUT_HEAD(null);
lib/libc/tests/string/stpncpy_test.c
157
ATF_TC_BODY(null, tc)
lib/libc/tests/string/stpncpy_test.c
199
ATF_TP_ADD_TC(tp, null);
lib/libc/tests/string/strlcpy_test.c
135
ATF_TC_WITHOUT_HEAD(null);
lib/libc/tests/string/strlcpy_test.c
136
ATF_TC_BODY(null, tc)
lib/libc/tests/string/strlcpy_test.c
178
ATF_TP_ADD_TC(tp, null);
lib/libfetch/http.c
1282
HASHHEX digest, null;
lib/libfetch/http.c
1283
memset(null, 0, sizeof(null));
lib/libfetch/http.c
1285
"GET", url->doc, null, digest);
sys/dev/bhnd/nvram/bhnd_nvram_value.h
262
BHND_NVRAM_VAL_FMT_DECL(null);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
215
BHND_NVRAM_VAL_FMT_NATIVE(null, NULL);
sys/dev/ioat/ioat.c
1221
hw_desc->u.control.null = 1;
sys/dev/ioat/ioat.c
501
hw_desc->u.control.null = 1;
sys/dev/ioat/ioat_internal.h
163
uint32_t null:1;
sys/dev/null/null.c
250
DEV_MODULE(null, null_modevent, NULL);
sys/dev/null/null.c
251
MODULE_VERSION(null, 1);
sys/dev/rtwn/rtl8188e/r88e_fw.c
175
r88e_set_rsvd_page(struct rtwn_softc *sc, int probe_resp, int null,
sys/dev/rtwn/rtl8188e/r88e_fw.c
182
rsvd.null_data = null;
sys/dev/rtwn/rtl8192c/r92c_fw.c
290
r92c_set_rsvd_page(struct rtwn_softc *sc, int probe_resp, int null,
sys/dev/rtwn/rtl8192c/r92c_fw.c
297
rsvd.null_data = null;
sys/geom/part/g_part.c
1008
if (null == NULL) {
sys/geom/part/g_part.c
1022
table->gpt_opened = null->gpt_opened;
sys/geom/part/g_part.c
1023
table->gpt_smhead = null->gpt_smhead;
sys/geom/part/g_part.c
1024
table->gpt_smtail = null->gpt_smtail;
sys/geom/part/g_part.c
1059
if (null != NULL)
sys/geom/part/g_part.c
1060
kobj_delete((kobj_t)null, M_GEOM);
sys/geom/part/g_part.c
1081
if (null == NULL) {
sys/geom/part/g_part.c
1086
gp->softc = null;
sys/geom/part/g_part.c
1159
struct g_part_table *null, *table;
sys/geom/part/g_part.c
1204
null = gp->softc;
sys/geom/part/g_part.c
1205
null->gpt_gp = gp;
sys/geom/part/g_part.c
1206
null->gpt_scheme = &g_part_null_scheme;
sys/geom/part/g_part.c
1207
LIST_INIT(&null->gpt_entry);
sys/geom/part/g_part.c
1211
null->gpt_last = pp->mediasize / pp->sectorsize - 1;
sys/geom/part/g_part.c
1213
null->gpt_depth = table->gpt_depth;
sys/geom/part/g_part.c
1214
null->gpt_opened = table->gpt_opened;
sys/geom/part/g_part.c
1215
null->gpt_smhead = table->gpt_smhead;
sys/geom/part/g_part.c
1216
null->gpt_smtail = table->gpt_smtail;
sys/geom/part/g_part.c
971
struct g_part_table *null, *table;
sys/geom/part/g_part.c
983
null = gp->softc;
sys/geom/part/g_part.c
984
if (null->gpt_scheme != &g_part_null_scheme) {
sys/geom/part/g_part.c
989
null = NULL;
sys/geom/part/g_part.c
998
if (null == NULL)
sys/kern/subr_bus.c
417
DEFINE_CLASS(null, null_methods, 0);
sys/kern/subr_kdb.c
82
KDB_BACKEND(null, NULL, NULL, NULL, NULL);
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
126
struct sockaddr_in null;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
142
null.sin_family = AF_INET;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
143
null.sin_len = sizeof(null);
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
144
null.sin_addr.s_addr = INADDR_ANY;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
145
null.sin_port = 0;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
146
bzero(&null.sin_zero, sizeof(null.sin_zero));
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
147
nam = (struct sockaddr *)&null;
sys/vm/vm_glue.c
677
kstack_cache_init(void *null)
usr.bin/m4/eval.c
154
dodefine(argv[2], (argc > 3) ? argv[3] : null);
usr.bin/m4/eval.c
159
dopushdef(argv[2], (argc > 3) ? argv[3] : null);
usr.bin/m4/eval.c
428
map(temp, argv[2], argv[3], null);
usr.bin/m4/extern.h
173
extern const char *null; /* as it says.. just a null. */
usr.bin/m4/look.c
127
d->defn = __DECONST(char *, null);
usr.bin/m4/look.c
161
if (n->d->defn != null)
usr.bin/m4/look.c
193
if (r->defn != null)
usr.bin/m4/look.c
210
if (r->defn != null)
usr.bin/m4/main.c
89
const char *null = ""; /* as it says.. just a null.. */
usr.bin/mail/cmdtab.c
111
{ "#", null, M|NOLIST, 0, 0 },
usr.bin/mail/extern.h
176
int null(void *);
usr.bin/tip/tip/cmds.c
449
parwrite(FD, &null, 1); /* poke it */
usr.bin/tip/tip/cmds.c
48
char null = '\0';
usr.sbin/rtsold/cap_script.c
60
int fd[2], null;
usr.sbin/rtsold/cap_script.c
68
null = open("/dev/null", O_RDWR);
usr.sbin/rtsold/cap_script.c
69
if (null < 0)