Searched defs:fd (Results 1 – 1 of 1) sorted by relevance
449 # define close(fd) __close_nocancel_nostatus (fd) argument450 # define read(fd, buf, n) __read_nocancel (fd, buf, n) argument451 # define mmap(addr, len, prot, flags, fd, offset) \ argument756 int fd = -1; in _nl_load_domain() local
Completed in 5 milliseconds