null
if (!xdr_bool(xdrs, &null))
if (null) {
null = TRUE;
null = FALSE;
if (!xdr_bool(xdrs, &null))
if (null == FALSE)
bool_t null;
k5_json_null null;
ret = k5_json_null_create(&null);
*val_out = null;
k5_json_null null;
if (k5_json_null_create(&null))
val = null;
if (k5_json_null_create(&null))
val = null;
BEGIN_SCRIPT(null, "serialize a single null", 0)
END_SCRIPT_EXPECTING_Q(null)
SCRIPT(null)
if (!TEST_int_eq(b ^ dels[i].null, 0)) {
int null;
struct { const void *placeholder; } null;
ATF_TC_WITHOUT_HEAD(null);
ATF_TC_BODY(null, tc)
ATF_TP_ADD_TC(tp, null);
ATF_TP_ADD_TC(tp, null);
ATF_TC_WITHOUT_HEAD(null);
ATF_TC_BODY(null, tc)
ATF_TC_WITHOUT_HEAD(null);
ATF_TC_BODY(null, tc)
ATF_TP_ADD_TC(tp, null);
ATF_TC_WITHOUT_HEAD(null);
ATF_TC_BODY(null, tc)
ATF_TP_ADD_TC(tp, null);
HASHHEX digest, null;
memset(null, 0, sizeof(null));
"GET", url->doc, null, digest);
BHND_NVRAM_VAL_FMT_DECL(null);
BHND_NVRAM_VAL_FMT_NATIVE(null, NULL);
hw_desc->u.control.null = 1;
hw_desc->u.control.null = 1;
uint32_t null:1;
DEV_MODULE(null, null_modevent, NULL);
MODULE_VERSION(null, 1);
r88e_set_rsvd_page(struct rtwn_softc *sc, int probe_resp, int null,
rsvd.null_data = null;
r92c_set_rsvd_page(struct rtwn_softc *sc, int probe_resp, int null,
rsvd.null_data = null;
if (null == NULL) {
table->gpt_opened = null->gpt_opened;
table->gpt_smhead = null->gpt_smhead;
table->gpt_smtail = null->gpt_smtail;
if (null != NULL)
kobj_delete((kobj_t)null, M_GEOM);
if (null == NULL) {
gp->softc = null;
struct g_part_table *null, *table;
null = gp->softc;
null->gpt_gp = gp;
null->gpt_scheme = &g_part_null_scheme;
LIST_INIT(&null->gpt_entry);
null->gpt_last = pp->mediasize / pp->sectorsize - 1;
null->gpt_depth = table->gpt_depth;
null->gpt_opened = table->gpt_opened;
null->gpt_smhead = table->gpt_smhead;
null->gpt_smtail = table->gpt_smtail;
struct g_part_table *null, *table;
null = gp->softc;
if (null->gpt_scheme != &g_part_null_scheme) {
null = NULL;
if (null == NULL)
DEFINE_CLASS(null, null_methods, 0);
KDB_BACKEND(null, NULL, NULL, NULL, NULL);
struct sockaddr_in null;
null.sin_family = AF_INET;
null.sin_len = sizeof(null);
null.sin_addr.s_addr = INADDR_ANY;
null.sin_port = 0;
bzero(&null.sin_zero, sizeof(null.sin_zero));
nam = (struct sockaddr *)&null;
kstack_cache_init(void *null)
dodefine(argv[2], (argc > 3) ? argv[3] : null);
dopushdef(argv[2], (argc > 3) ? argv[3] : null);
map(temp, argv[2], argv[3], null);
extern const char *null; /* as it says.. just a null. */
d->defn = __DECONST(char *, null);
if (n->d->defn != null)
if (r->defn != null)
if (r->defn != null)
const char *null = ""; /* as it says.. just a null.. */
{ "#", null, M|NOLIST, 0, 0 },
int null(void *);
parwrite(FD, &null, 1); /* poke it */
char null = '\0';
int fd[2], null;
null = open("/dev/null", O_RDWR);
if (null < 0)