Searched defs:fcntl (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/3d/
H A Dast.c82 #define fcntl FCNTL macro
H A D3d.h130 #undef fcntl macro
/ast/src/cmd/ksh93/include/
H A Dshell.h239 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/ast/src/cmd/ksh93/sh/
H A Dio.c619 if(fcntl(f2,F_GETFD,0)&1)
621 fcntl(fd,F_SETFD,FD_CLOEXEC);
939 if(fcntl(pv[out],F_SETFD,FD_CLOEXEC) >=0)
970 fcntl(pv[out],F_SETFD,FD_CLOEXEC);
1511 if((fn=fcntl(fd,F_DUPFD,10)) < 0)
1536 fcntl(fd,F_SETFD,FD_CLOEXEC);
1581 fcntl(fno,F_SETLKW,&lock);
1608 fcntl(fno,F_SETLK,&lock);
1787 fcntl(origfd,F_SETFD,FD_CLOEXEC);
1862 if(errno==0 && (n=fcntl(fn
2548 #undef fcntl macro
[all...]

Completed in 16 milliseconds