Home
last modified time | relevance | path

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

/trueos/sys/kgssapi/
HDgssd_prot.c79 bool_t is_null; in xdr_gss_OID() local
85 is_null = FALSE; in xdr_gss_OID()
86 if (!xdr_bool(xdrs, &is_null) in xdr_gss_OID()
90 is_null = TRUE; in xdr_gss_OID()
91 if (!xdr_bool(xdrs, &is_null)) in xdr_gss_OID()
97 if (!xdr_bool(xdrs, &is_null)) in xdr_gss_OID()
99 if (is_null) { in xdr_gss_OID()
142 bool_t is_null; in xdr_gss_OID_set() local
148 is_null = FALSE; in xdr_gss_OID_set()
149 if (!xdr_bool(xdrs, &is_null) in xdr_gss_OID_set()
[all …]
/trueos/contrib/libarchive/libarchive/test/
HDtest_write_format_tar_v7tar.c30 is_null(const char *p, size_t l) in is_null() function
193 assert(is_null(e + 0, 512)); in DEFINE_TEST()
195 assert(is_null(e + 512, 512)); in DEFINE_TEST()
208 assert(is_null(e + 0, 512)); in DEFINE_TEST()
221 assert(is_null(e + 0, 512)); in DEFINE_TEST()
234 assert(is_null(e + 0, 512)); in DEFINE_TEST()
247 assert(is_null(e + 0, 512)); in DEFINE_TEST()
253 assert(is_null(e, 1024)); in DEFINE_TEST()
HDtest_write_format_tar_ustar.c29 is_null(const char *p, size_t l) in is_null() function
226 assert(is_null(e + 0, 512)); in DEFINE_TEST()
228 assert(is_null(e + 512, 512)); in DEFINE_TEST()
247 assert(is_null(e + 0, 512)); in DEFINE_TEST()
266 assert(is_null(e + 0, 512)); in DEFINE_TEST()
285 assert(is_null(e + 0, 512)); in DEFINE_TEST()
304 assert(is_null(e + 0, 512)); in DEFINE_TEST()
323 assert(is_null(e + 0, 512)); in DEFINE_TEST()
342 assert(is_null(e + 0, 512)); in DEFINE_TEST()
348 assert(is_null(e, 1024)); in DEFINE_TEST()
/trueos/contrib/groff/src/roff/troff/
HDreg.cpp307 if (nm.is_null()) { in define_number_reg()
337 if (nm.is_null())
385 if (nm.is_null()) { in alter_format()
417 if (s.is_null()) in remove_reg()
427 if (!s1.is_null()) { in alias_reg()
429 if (!s2.is_null()) { in alias_reg()
440 if (!s1.is_null()) { in rename_reg()
442 if (!s2.is_null()) in rename_reg()
454 assert(!s.is_null()); in print_number_regs()
HDinput.cpp759 if (nm.is_null()) in next_file()
978 if (!(s.is_null() || s.is_empty())) in get_copy()
986 if (!(s.is_null() || s.is_empty())) { in get_copy()
1010 if (!(s.is_null() || s.is_empty())) in get_copy()
1018 if (!(s.is_null() || s.is_empty())) in get_copy()
1029 if (!(s.is_null() || s.is_empty())) in get_copy()
1161 assert(!nm.is_null()); in lookup_color()
1172 if (nm.is_null()) in do_glyph_color()
1187 if (nm.is_null()) in do_fill_color()
1223 if (component.is_null()) { in read_rgb()
[all …]
HDdiv.cpp102 if (nm.is_null()) { in do_divert()
249 if (!diversion_trap.is_null() && diversion_trap_pos > vertical_position) in distance_to_next_trap()
293 && !diversion_trap.is_null() && diversion_trap_pos > vertical_position in output()
314 && !diversion_trap.is_null() && diversion_trap_pos > vertical_position in space()
346 if (!pt->nm.is_null()) { in find_next_trap()
493 if ((*p)->nm.is_null()) { in add_trap()
540 if (p->nm.is_null()) in print_traps()
678 if (s.is_null()) in when_request()
879 if (!s.is_null()) in diversion_trap()
892 if (!s.is_null()) { in change_trap()
[all …]
HDdictionary.cpp88 if (s.is_null()) in lookup()
HDenv.cpp526 if (fam.is_null() || fam.is_empty()) { in set_family()
1114 if (nm.is_null()) in environment_switch()
1117 if (!nm.is_null()) { in environment_switch()
1165 if (!e && !nm.is_null()) in environment_copy()
1179 if (s.is_null()) in fill_color_change()
1189 if (s.is_null()) in glyph_color_change()
1202 if (s.is_null() || s == P_symbol) { in font_change()
2513 if (!s.is_null()) { in do_input_trap()
3385 if (!nm.is_null()) { in set_hyphenation_language()
3855 if (!name.is_null()) { in do_hyphenation_patterns_file()
HDcolumn.cpp559 if (!nm.is_null()) { in column_justify()
566 if (nm.is_null()) { in column_justify()
HDnode.cpp5902 if (external_name.is_null()) in mount_font()
5943 if (!from.is_null()) { in font_translate()
5945 if (to.is_null() || from == to) in font_translate()
5961 if (!internal_name.is_null()) { in font_position()
6067 if (!internal_name.is_null()) in style()
6080 if (!s.is_null()) { in get_fontno()
/trueos/contrib/groff/src/include/
HDsymbol.h39 int is_null() const;
71 inline int symbol::is_null() const in is_null() function
HDrefid.h28 int is_null() const { return filename_id < 0; } in is_null() function
/trueos/contrib/apr-util/dbd/
HDapr_dbd_mysql.c347 if (*bind->is_null) {
375 if (*bind->is_null) { in dbd_mysql_get_entry()
400 if (*bind->is_null) { in dbd_mysql_datum_get()
618 bind[i].is_null = NULL; in dbd_mysql_bind()
756 (*res)->bind[i].is_null = is_nullr+i; in dbd_mysql_pselect_internal()
831 bind[i].is_null = NULL; in dbd_mysql_bbind()
/trueos/contrib/groff/src/preproc/refer/
HDref.cpp244 if (!rid.is_null()) in compute_hash_code()
530 if (!r1.rid.is_null() && r1.rid == r2.rid) in same_reference()
/trueos/contrib/groff/
HDChangeLog.1155680 * troff: Consistently use symbol::is_null.
5799 * troff/div.c (when_request): Use symbol::is_null rather than