HomeSort by: relevance | last modified time | path
    Searched defs:null (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-lazy-string.c 26 const char *null = 0; local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-lazy-string.c 26 const char *null = 0; local
  /src/external/gpl3/gdb/dist/gdb/unittests/
ptid-selftests.c 51 static constexpr ptid_t null = ptid_t::make_null (); variable
95 static_assert (!null.is_pid (), "null ptid isn't a pid");
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-lazy-string.c 26 const char *null = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-lazy-string.c 26 const char *null = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
ptid-selftests.c 51 static constexpr ptid_t null = ptid_t::make_null (); variable
95 static_assert (!null.is_pid (), "null ptid isn't a pid");
  /src/sys/dev/
nullcons_subr.c 44 static struct tty *nulltty; /* null console tty */
46 cons_decl(null); variable
70 * null console device. We need it because of the ioctl() it handles,
106 * Mark console as no-op (null) console. Proper initialization is deferred
118 * null console initialization. This includes allocation of a new device and
124 static struct consdev nullcn = cons_init(null);
160 if ((cn == NULL) || (cn->cn_pri != CN_NULL) || (cn->cn_dev != NODEV))
166 error = devsw_attach("nullcn", NULL, &bmajor, &nullcn_devsw, &cmajor);
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
statement.hpp 66 /// Memory representing the contents of the blob, or NULL if empty.
86 /// Representation of a SQL NULL value.
87 class null { class in namespace:utils::sqlite
132 void bind(const int, const null&);
  /src/tests/usr.bin/indent/
lex_char.c 11 int null = '\0'; variable
lex_string.c 11 char null[] = "\0"; variable
  /src/usr.bin/ypmatch/
ypmatch.c 59 int outbuflen, key, null, notrans; local
66 domainname = b_retry_cnt = NULL;
67 notrans = key = null = 0;
95 null++;
109 if (b_retry_cnt != NULL) {
118 if (domainname == NULL)
133 if (null)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssanames.h 97 make_ssa_name (tree var, gimple *stmt = NULL)
106 copy_ssa_name (tree var, gimple *stmt = NULL)
160 bool null = true; member in class:flow_sensitive_info_storage
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
null_10.c 83 dns_rdata_null_t *null = source; local
86 REQUIRE(null != NULL);
87 REQUIRE(null->common.rdtype == type);
88 REQUIRE(null->common.rdclass == rdclass);
89 REQUIRE(null->data != NULL || null->length == 0);
94 return mem_tobuffer(target, null->data, null->length)
99 dns_rdata_null_t *null = target; local
116 dns_rdata_null_t *null = source; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
null_10.c 84 dns_rdata_null_t *null = source; local
87 REQUIRE(null != NULL);
88 REQUIRE(null->common.rdtype == type);
89 REQUIRE(null->common.rdclass == rdclass);
90 REQUIRE(null->data != NULL || null->length == 0);
95 return (mem_tobuffer(target, null->data, null->length))
100 dns_rdata_null_t *null = target; local
123 dns_rdata_null_t *null = source; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
lhash_test.c 84 int null; member in struct:__anon1743
166 const int b = lh_int_delete(h, &dels[i].data) == NULL;
167 if (!TEST_int_eq(b ^ dels[i].null, 0)) {
  /src/crypto/external/bsd/openssl.old/dist/test/
lhash_test.c 73 int null; member in struct:__anon2248
145 const int b = lh_int_delete(h, &dels[i].data) == NULL;
146 if (!TEST_int_eq(b ^ dels[i].null, 0)) {
  /src/external/mit/libcbor/dist/src/cbor/
callbacks.h 98 /** Null */
99 cbor_simple_callback null; member in struct:cbor_callbacks
  /src/sys/lib/libsa/
stand.h 296 FS_DEF(null); variable
  /src/external/mit/isl/dist/
isl_test_cpp-checked.cc 65 isl::set null; local
69 isl::boolean b_error = null.is_empty();
isl_test_cpp-generic.cc 19 * - check that constructed objects are non-null
27 * its pointer and now is null.
46 * - construction of a null object
63 isl::val null; local
64 assert(null.is_null());
isl_test_cpp.cc 50 isl::set null; local
56 null.is_empty();
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
mmu.h 57 dma_addr_t null; member in struct:nvkm_vmm
  /src/usr.bin/m4/
main.c 76 const char *null = ""; /* as it says.. just a null.. */ variable
77 char **m4wraps = NULL; /* m4wraps array. */
89 const char *freeze = NULL; /* -F to freeze state */
90 const char *reload = NULL; /* -R to reload state */
92 FILE *freezef = NULL;
242 mstack = (stae *)xalloc(sizeof(stae) * STACKMAX, NULL);
243 sstack = (char *)xalloc(STACKMAX, NULL);
246 outfile = NULL;
250 longopts, NULL)) != -1
    [all...]
  /src/usr.bin/tip/
cmds.c 51 char null = '\0'; variable
274 if ((fd = fopen(fnamex, "r")) == NULL) {
278 transmit(fd, value(EOFWRITE), NULL);
302 if (command != NULL) {
406 if ((fd = fopen(copynamex, "r")) == NULL) {
449 xpwrite(FD, &null, 1); /* poke it */
583 if ((cp = strrchr(value(SHELL), '/')) == NULL)
587 (void)execl(value(SHELL), cp, NULL);
648 if (msg != NULL)
662 if (dismsg != NULL && dismsg[0] != '\0')
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-mo.c 167 char *null; local
183 sysdep_segments = NULL;
194 msgctlen = (mp->msgctxt != NULL ? strlen (mp->msgctxt) + 1 : 0);
196 if (mp->msgctxt != NULL)
204 intervals[M_ID] = NULL;
206 intervals[M_STR] = NULL;
349 (mp->msgid_plural != NULL ? strlen (mp->msgid_plural) + 1 : 0);
361 (mp->msgid_plural != NULL ? strlen (mp->msgid_plural) + 1 : 0);
366 if (intervals[m] != NULL)
709 null = alloca (alignment)
    [all...]

Completed in 49 milliseconds

1 2 3