home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / programm / 5701 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.1 KB

  1. Path: sparky!uunet!portal!lll-winken!ames!haven.umd.edu!ni.umd.edu!sayshell.umd.edu!louie
  2. From: louie@sayshell.umd.edu (Louis A. Mamakos)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: _IO, _IOR, _IOW and _IOWR functions
  5. Keywords: low level NeXT system functions
  6. Message-ID: <1992Aug19.210723.3758@ni.umd.edu>
  7. Date: 19 Aug 92 21:07:23 GMT
  8. References: <rabjab.11.0@golem.ucsd.edu>
  9. Sender: usenet@ni.umd.edu (USENET News System)
  10. Organization: University of Maryland College Park
  11. Lines: 13
  12. Nntp-Posting-Host: sayshell.umd.edu
  13.  
  14. In article <rabjab.11.0@golem.ucsd.edu> rabjab@golem.ucsd.edu (Jeff Bytof) writes:
  15. >Does anyone have good documentation for the NeXT low-level system
  16. >functions _IO,_IOR, _IOW and _IOWR?  They are mentioned extensively
  17. >in various include files in /usr/include but not in sufficient detail
  18. >to get a really good handle on them.
  19.  
  20. These are macros defined in /usr/include/sys/ioctl.h (at least until
  21. 3.0 comes out, when them move to some god-forsaken part of the file
  22. system).  These macros are used to construct arguments to the ioctl()
  23. system call.  That's all they are used for, generally, on UNIX
  24. systems.
  25.  
  26. louie
  27.