Searched refs:is_null (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/kgssapi/
H A Dgssd_prot.c79 bool_t is_null; local
85 is_null = FALSE;
86 if (!xdr_bool(xdrs, &is_null)
90 is_null = TRUE;
91 if (!xdr_bool(xdrs, &is_null))
97 if (!xdr_bool(xdrs, &is_null))
99 if (is_null) {
144 bool_t is_null; local
150 is_null = FALSE;
151 if (!xdr_bool(xdrs, &is_null)
192 bool_t is_null; local
[all...]
/freebsd-11-stable/contrib/groff/src/include/
H A Dsymbol.h39 int is_null() const;
71 inline int symbol::is_null() const function in class:symbol
H A Drefid.h28 int is_null() const { return filename_id < 0; } function in class:reference_id
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_tar_v7tar.c30 is_null(const char *p, size_t l) function
43 * to easily verify that by invoking is_null() over the entire header
193 assert(is_null(e + 0, 512));
195 assert(is_null(e + 512, 512));
208 assert(is_null(e + 0, 512));
221 assert(is_null(e + 0, 512));
234 assert(is_null(e + 0, 512));
247 assert(is_null(e + 0, 512));
253 assert(is_null(e, 1024));
H A Dtest_write_format_tar_ustar.c29 is_null(const char *p, size_t l) function
42 * to easily verify that by invoking is_null() over the entire header
226 assert(is_null(e + 0, 512));
228 assert(is_null(e + 512, 512));
247 assert(is_null(e + 0, 512));
266 assert(is_null(e + 0, 512));
285 assert(is_null(e + 0, 512));
304 assert(is_null(e + 0, 512));
323 assert(is_null(e + 0, 512));
342 assert(is_null(
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dreg.cpp307 if (nm.is_null()) {
337 if (nm.is_null())
385 if (nm.is_null()) {
417 if (s.is_null())
427 if (!s1.is_null()) {
429 if (!s2.is_null()) {
440 if (!s1.is_null()) {
442 if (!s2.is_null())
454 assert(!s.is_null());
H A Ddiv.cpp102 if (nm.is_null()) {
249 if (!diversion_trap.is_null() && diversion_trap_pos > vertical_position)
293 && !diversion_trap.is_null() && diversion_trap_pos > vertical_position
314 && !diversion_trap.is_null() && diversion_trap_pos > vertical_position
346 if (!pt->nm.is_null()) {
493 if ((*p)->nm.is_null()) {
540 if (p->nm.is_null())
678 if (s.is_null())
879 if (!s.is_null())
892 if (!s.is_null()) {
[all...]
H A Dinput.cpp759 if (nm.is_null())
978 if (!(s.is_null() || s.is_empty()))
986 if (!(s.is_null() || s.is_empty())) {
1010 if (!(s.is_null() || s.is_empty()))
1018 if (!(s.is_null() || s.is_empty()))
1029 if (!(s.is_null() || s.is_empty()))
1161 assert(!nm.is_null());
1172 if (nm.is_null())
1187 if (nm.is_null())
1223 if (component.is_null()) {
[all...]
H A Ddictionary.cpp88 if (s.is_null())
H A Dcolumn.cpp559 if (!nm.is_null()) {
566 if (nm.is_null()) {
H A Denv.cpp526 if (fam.is_null() || fam.is_empty()) {
1114 if (nm.is_null())
1117 if (!nm.is_null()) {
1165 if (!e && !nm.is_null())
1179 if (s.is_null())
1189 if (s.is_null())
1202 if (s.is_null() || s == P_symbol) {
2513 if (!s.is_null()) {
3385 if (!nm.is_null()) {
3855 if (!name.is_null()) {
[all...]
H A Dnode.cpp5902 if (external_name.is_null())
5943 if (!from.is_null()) {
5945 if (to.is_null() || from == to)
5961 if (!internal_name.is_null()) {
6067 if (!internal_name.is_null())
6080 if (!s.is_null()) {
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_mysql.c347 if (*bind->is_null) {
375 if (*bind->is_null) {
400 if (*bind->is_null) {
618 bind[i].is_null = NULL;
756 (*res)->bind[i].is_null = is_nullr+i;
831 bind[i].is_null = NULL;
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.cpp244 if (!rid.is_null())
530 if (!r1.rid.is_null() && r1.rid == r2.rid)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c617 svn_boolean_t is_null,
624 if (is_null)
615 format_digest(const unsigned char *digest, svn_checksum_kind_t kind, svn_boolean_t is_null, apr_pool_t *result_pool) argument

Completed in 203 milliseconds