Home
last modified time | relevance | path

Searched refs:STDIN_FILENO (Results 1 – 7 of 7) sorted by relevance

/components/libc/compilers/common/
A Dcunistd.c25 if(fd == STDIN_FILENO) in isatty()
/components/libc/compilers/dlib/
A Dsyscall_read.c48 return read(STDIN_FILENO, buf, len); /* return the length of the data read */ in __read()
/components/libc/compilers/armlibc/
A Dsyscalls.c162 size = read(STDIN_FILENO, buf, len); in _sys_read()
384 if (read(STDIN_FILENO, &ch, 1) == 1) in fgetc()
/components/libc/compilers/common/include/sys/
A Dunistd.h24 #define STDIN_FILENO 0 /* standard input file descriptor */ macro
/components/libc/compilers/picolibc/
A Diob.c64 int rc = read(STDIN_FILENO, &c, 1); in __fgetc()
/components/libc/compilers/newlib/
A Dsyscalls.c226 if (fd == STDIN_FILENO) in _read_r()
311 else if (fd == STDIN_FILENO) in _write_r()
/components/dfs/dfs_v2/include/
A Ddfs_file.h23 #define STDIN_FILENO 0 /* standard input file descriptor */ macro

Completed in 16 milliseconds