Home
last modified time | relevance | path

Searched defs:unset (Results 1 – 14 of 14) sorted by relevance

/third_party/toybox/toys/net/
Dsntp.c173 int unset = !diff; in sntp_main() local
/third_party/rust/crates/rustix/src/process/
Dsched.rs53 pub fn unset(&mut self, field: usize) { in unset() method
/third_party/rust/crates/nix/src/sys/
Dtimerfd.rs179 pub fn unset(&self) -> Result<()> { in unset() method
/third_party/rust/crates/nix/src/
Dsched.rs213 pub fn unset(&mut self, field: usize) -> Result<()> { in unset() method
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_lower.proto64 message unset {} message
Dtest_reserved_enum_value_lower.proto65 unset = 59; enumerator
Dtest_reserved_enum_lower.proto64 enum unset { ZERO60 = 0; } enum
/third_party/mbedtls/library/
Dentropy.c524 unsigned char unset = 0x00; in mbedtls_entropy_source_self_test_check_bits() local
/third_party/mbedtls/scripts/
Dconfig.py121 def unset(self, name): member in Config
/third_party/python/Lib/test/support/
Dos_helper.py700 def unset(self, envvar): member in EnvironmentVarGuard
/third_party/mksh/
Dvar.c1065 unset(struct tbl *vp, int flags) in unset() function
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.c1626 …CK_RETURN_TYPE check_sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 unset, in check_sljit_emit_op2()
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c2868 uint32_t set, unset, *optset; in parse_regex() local
/third_party/python/Lib/tkinter/
Dtix.py1936 def unset(self, x, y): member in Grid