Searched defs:valid (Results 1 - 25 of 240) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h28 bool valid() const { return node_; } function in struct:__sanitizer::StackDepotHandle
/freebsd-current/contrib/libc-pwcache/
H A Dpwcache.h64 int valid; /* is this a valid or a miss entry */ member in struct:uidc
70 int valid; /* is this a valid or a miss entry */ member in struct:gidc
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h44 bool valid() const { return Stream.valid(); } function in class:llvm::codeview::DebugStringTableSubsectionRef
H A DCVRecord.h38 bool valid() const { return kind() != Kind(0); } function in class:llvm::codeview::CVRecord
H A DDebugChecksumsSubsection.h63 bool valid() const { return Checksums.valid(); } function in class:llvm::codeview::final
H A DDebugInlineeLinesSubsection.h76 bool valid() const { return Lines.valid(); } function in class:llvm::codeview::final
/freebsd-current/crypto/heimdal/lib/krb5/
H A Daname_to_localname.c44 int valid; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h40 bool valid() const { return LowPC <= HighPC; } function in struct:llvm::DWARFAddressRange
/freebsd-current/bin/pax/
H A Dcache.h61 int valid; /* is this a valid or a miss entry */ member in struct:uidc
67 int valid; /* is this a valid or a miss entry */ member in struct:gidc
/freebsd-current/contrib/ncurses/form/
H A Dfty_generic.c197 int valid = argiterator(&argp); local
/freebsd-current/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c194 int valid; local
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c57 static int ttl, valid; local
/freebsd-current/contrib/libucl/tests/
H A Dtest_schema.c68 const ucl_object_t *valid, *data, *description; local
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dwresize.c179 bool valid = (col <= size_x); local
/freebsd-current/contrib/ntp/util/
H A Dsht.c42 volatile int valid; member in struct:shmTime
[all...]
/freebsd-current/crypto/openssl/apps/lib/
H A Dwin32_init.c145 int wlen, ulen, valid = 1; local
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Difiter_getifaddrs.c49 isc_result_t valid; member in struct:isc_interfaceiter
/freebsd-current/usr.sbin/bluetooth/sdpd/
H A Dserver.h42 unsigned valid : 1; /* descriptor is valid */ member in struct:fd_idx
/freebsd-current/usr.bin/getconf/
H A Dgetconf.c62 int c, key, valid; local
[all...]
/freebsd-current/lib/libc/rpc/
H A Dgetnetpath.c56 int valid; /* token that indicates a valid netpath_vars */ member in struct:netpath_vars
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DRelocations.cpp37 bool valid = true; local
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_bzip2.c54 char valid; /* True = decompressor is initialized */ member in struct:private_data
/freebsd-current/contrib/wpa/src/ap/
H A Dgas_serv.h72 u8 valid; member in struct:gas_dialog_info
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.h67 bool valid; member in struct:__anon9704
/freebsd-current/crypto/openssh/
H A Dauth.h59 int valid; /* user exists and is allowed to login */ member in struct:Authctxt

Completed in 324 milliseconds

12345678910