Searched refs:is_null (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/kgssapi/ |
| H A D | gssd_prot.c | 79 bool_t is_null; in xdr_gss_OID() local 85 is_null = FALSE; in xdr_gss_OID() 90 is_null = TRUE; in xdr_gss_OID() 99 if (is_null) { in xdr_gss_OID() 144 bool_t is_null; in xdr_gss_OID_set() local 150 is_null = FALSE; in xdr_gss_OID_set() 155 is_null = TRUE; in xdr_gss_OID_set() 164 if (is_null) { in xdr_gss_OID_set() 192 bool_t is_null; in xdr_gss_channel_bindings_t() local 210 is_null = TRUE; in xdr_gss_channel_bindings_t() [all …]
|
| /freebsd-14.2/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_tar_v7tar.c | 29 is_null(const char *p, size_t l) in is_null() function 192 assert(is_null(e + 0, 512)); in DEFINE_TEST() 194 assert(is_null(e + 512, 512)); in DEFINE_TEST() 207 assert(is_null(e + 0, 512)); in DEFINE_TEST() 220 assert(is_null(e + 0, 512)); in DEFINE_TEST() 233 assert(is_null(e + 0, 512)); in DEFINE_TEST() 246 assert(is_null(e + 0, 512)); in DEFINE_TEST() 252 assert(is_null(e, 1024)); in DEFINE_TEST()
|
| H A D | test_write_format_tar_ustar.c | 28 is_null(const char *p, size_t l) in is_null() function 225 assert(is_null(e + 0, 512)); in DEFINE_TEST() 227 assert(is_null(e + 512, 512)); in DEFINE_TEST() 246 assert(is_null(e + 0, 512)); in DEFINE_TEST() 265 assert(is_null(e + 0, 512)); in DEFINE_TEST() 284 assert(is_null(e + 0, 512)); in DEFINE_TEST() 303 assert(is_null(e + 0, 512)); in DEFINE_TEST() 322 assert(is_null(e + 0, 512)); in DEFINE_TEST() 341 assert(is_null(e + 0, 512)); in DEFINE_TEST() 347 assert(is_null(e, 1024)); in DEFINE_TEST()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrRef.td | 33 "ref.is_null\t$ref", 34 "ref.is_null", 0xd1>,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsWebAssembly.td | 36 "llvm.wasm.ref.is_null.extern">; 39 [IntrNoMem], "llvm.wasm.ref.is_null.func">;
|