User Login
About Us
Services
Spam Filtering
Location
Hours
Staff
Prices
Sample Bill
Policies
Wireless INternet
Network Settings
FAQ
Troubleshooting
Qmail Manual
Mutt Manual
CGI Scripts
Web Page Help
Users's Homepages
Businesses
Virtual Domains

Miscellaneous General Info Technical Support Hosted Sites

Qmail Manual





coe(3)                 C Library Functions                 coe(3)



NAME
     coe - set close-on-exec flag for a descriptor

SYNTAX
     #include <coe.h>

     int coe(fd);

     int fd;

DESCRIPTION
     coe  sets  the  close-on-exec  flag  for file descriptor fd,
     returning 0 if it was successful or -1 on error.  If coe  is
     successful, fd will be closed when the process calls execve.

SEE ALSO
     execve(2), fcntl(2)