HomeSort by: relevance | last modified time | path
    Searched defs:fcntl_int (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/sh/
redir.c 88 (fcntl_int)(fcntl((fd), F_GETFD) | FD_CLOEXEC)))
94 #define fcntl_int void *)(intptr_t macro
95 #undef fcntl_int
96 #define fcntl_int int macro
295 if (fcntl(fd, F_SETFD, (fcntl_int)0) < 0)
326 (fcntl_int)(bigfd + 1))) == -1) {
335 (fcntl_int) big_sh_fd);
340 (fcntl_int) 3);
352 (void)fcntl(i, F_SETFD, (fcntl_int) FD_CLOEXEC);
400 (fcntl_int)(fcntl(f, F_GETFL) & ~eflags))
    [all...]

Completed in 12 milliseconds