HomeSort by relevance Sort by last modified time
    Searched defs:FREAD (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/tools/cscope-fast/
crossref.c 55 #define FREAD "r" /* fopen for reading */
87 if ((yyin = vpfopen(srcfile, FREAD)) == NULL) {
invlib.c 57 #define FREAD "r" /* fopen for reading */
539 (void) fread(invcntl->iindex, (int)invcntl->param.supsize,
565 (void) fread(invcntl->logblk, (int)invcntl->param.sizeblk,
606 (void) fread((char *)posting, sizeof (*posting), 1, invcntl->postfile);
623 ((stat == 0) ? FREAD : FREADP))) == NULL) {
627 if (fread((char *)&invcntl->param, sizeof (invcntl->param), 1,
648 ((stat == 0) ? FREAD : FREADP))) == NULL) {
  /onnv/onnv-gate/usr/src/ucbhead/sys/
file.h 84 #define FREAD 0x01
fcntl.h 124 #define FREAD 0x01
  /onnv/onnv-gate/usr/src/uts/common/sys/
file.h 83 #define FREAD 0x01 /* <sys/aiocb.h> LIO_READ must be identical */
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
fcntlcom.h 47 * combination of FREAD and FWRITE.
49 #define O_RDONLY 0 /* +1 == FREAD */
51 #define O_RDWR 2 /* +1 == FREAD|FWRITE */
80 #define FREAD _FREAD
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_compat.h     [all...]

Completed in 360 milliseconds