Searched defs:omode (Results 1 - 2 of 2) sorted by relevance
| /sendmail/sendmail/ |
| H A D | conf.c | 3600 int omode = fcntl(fd, F_GETFL, 0); local 3604 syserr("cannot lockf(%s%s, fd=%d, type=%o, omode=%o, euid=%d)", 3605 filename, ext, fd, type, omode, euid); 3630 int omode = fcntl(fd, F_GETFL, 0); local 3634 syserr("cannot flock(%s%s, fd=%d, type=%o, omode=%o, euid=%d)", 3635 filename, ext, fd, type, omode, euid);
|
| H A D | map.c | 1701 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR local 1709 if (map->map_class->map_open(map, omode)) 1713 if ((omode & O_ACCMODE) == O_RDWR) 2002 int omode; variable 2033 omode = mode; 2070 omode |= O_CREAT|O_EXCL; 2076 omode |= O_TRUNC|O_EXLOCK; 2078 omode |= O_SHLOCK; 2086 fd = open(buf, omode, DBMMODE); 2121 omode | 2350 int omode = bitset(map->map_mflags, MF_WRITABLE) ? O_RDWR local [all...] |
Completed in 41 milliseconds