Home
last modified time | relevance | path

Searched defs:errno_t (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-not-null-terminated-result/
Dnot-null-terminated-result-c.h17 typedef int errno_t; typedef
/external/rust/crates/libc/src/vxworks/
Dmod.rs47 pub type errno_t = ::c_int; typedef