Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kgssapi/
H A Dgssd_prot.c81 bool_t is_null; in xdr_gss_OID() local
87 is_null = FALSE; in xdr_gss_OID()
92 is_null = TRUE; in xdr_gss_OID()
101 if (is_null) { in xdr_gss_OID()
146 bool_t is_null; in xdr_gss_OID_set() local
152 is_null = FALSE; in xdr_gss_OID_set()
157 is_null = TRUE; in xdr_gss_OID_set()
166 if (is_null) { in xdr_gss_OID_set()
194 bool_t is_null; in xdr_gss_channel_bindings_t() local
212 is_null = TRUE; in xdr_gss_channel_bindings_t()
[all …]
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_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()
H A Dtest_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()
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_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()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c617 svn_boolean_t is_null, in format_digest() argument
624 if (is_null) in format_digest()