Searched defs:fd (Results 1 – 4 of 4) sorted by relevance
80 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC); in default_CSPRNG() local
105 __attribute__((weak)) int _write (int fd, const char *ptr, int len) in _write()158 __attribute__((weak)) int _read (int fd, char *ptr, int len) in _read()
126 let mut fd = File::create(path)?; in write_file() localVariable