Home
last modified time | relevance | path

Searched defs:isatty (Results 26 - 29 of 29) sorted by relevance

12

/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1614 pub fn isatty(fd: ::c_int) -> ::c_int; in isatty() functions
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c132 #define isatty _isatty /* This is what Windows calls them, I'm told, */ macro
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3614 pub fn isatty(fd: ::c_int) -> ::c_int; in isatty() functions
/third_party/sqlite/src/
H A Dshell.c194 # define isatty(h) _isatty(h) macro
228 #define isatty(x) 1 macro

Completed in 58 milliseconds

12