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

  /onnv/onnv-gate/usr/src/cmd/sendmail/libsmutil/
safefile.c 800 int fmode; local
805 fmode = SM_IO_RDONLY;
810 fmode = SM_IO_APPEND;
812 fmode = SM_IO_WRONLY;
817 fmode = SM_IO_RDWRTR;
819 fmode = SM_IO_APPENDRW;
821 fmode = SM_IO_RDWR;
826 fmode = 0;
839 (void *) &fd, fmode, NULL);
847 fn, fmode, omode, sff, sm_errstring(errno))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
bf.c 107 MODE_T fmode; local
115 fmode = ((struct bf_info *) info)->bi_fmode;
174 bfp->bf_filemode = fmode;
191 ** fmode -- what mode the file should be created as
218 bfopen(char *filename, MODE_T fmode, size_t bsize, long flags)
221 bfopen(filename, fmode, bsize, flags)
223 MODE_T fmode;
235 ** Apply current umask to fmode as it may change by the time
236 ** the file is actually created. fmode becomes the true
241 fmode &= ~omask
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/fifofs/
fifovnops.c 851 int fmode; local
895 fmode = uiop->uio_fmode & (FNDELAY|FNONBLOCK);
913 if (fmode) {
917 if (fmode & FNDELAY)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
tty_pty.c 528 int fmode = 0; local
631 fmode = uio->uio_fmode;
637 if (fmode)
638 uio->uio_fmode = fmode;
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
smb_trantcp.c 105 int events, fmode, timo, waitflg; local
133 fmode = FNDELAY; /* non-blocking */
135 fmode = 0; /* normal (blocking) */
140 error = tli_recv(nbp->nbp_tiptr, &tm, fmode);
237 int error, fmode, mlen; local
251 fmode = tiptr->fp->f_flag;
252 if ((error = tli_send(tiptr, mp, fmode)) != 0)
255 fmode = 0; /* need to block */
256 error = get_ok_ack(tiptr, T_DISCON_REQ, fmode);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
kt_file.c 758 int fmode;
762 fmode = (file_is_open >> 1) & O_ACCMODE;
764 fmode = 0;
766 if (fmode)
755 int fmode; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbsm/common/
devalloc.c 923 char *fmode; local
932 fmode = "r+F";
935 fmode = "rF";
965 if ((devfile = fdopen(fda, fmode)) == NULL) {
1001 if ((devfile = fdopen(fdm, fmode)) == NULL) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdscfg/common/
cfg.c 2261 int fmode; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip_multi.c 66 static void ilm_gen_filter(ilm_t *ilm, mcast_record_t *fmode,
88 ipaddr_t ifaddr, uint_t ifindex, ill_t *ill, mcast_record_t fmode,
95 mcast_record_t fmode, const in6_addr_t *v6src);
353 ilm_gen_filter(ilm_t *ilm, mcast_record_t *fmode, slist_t *flist)
370 *fmode = MODE_IS_EXCLUDE;
377 *fmode = MODE_IS_INCLUDE;
389 *fmode = MODE_IS_INCLUDE;
392 *fmode = MODE_IS_EXCLUDE;
403 mcast_record_t fmode; local
443 fmode = MODE_IS_EXCLUDE
484 mcast_record_t fmode; local
1735 int i, numsrc, fmode, outsrcs; local
    [all...]
ip.c 6424 mcast_record_t fmode; local
6537 mcast_record_t fmode; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
streamio.c 7147 int fmode; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/syslogd/
syslogd.c 3412 mode_t fmode, omode = O_WRONLY|O_APPEND|O_NOCTTY; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_event.c 849 uint32_t fmode; local
853 long fmode; member in struct:a
856 fmode = (uint32_t)uap->fmode;
858 au_uwrite(au_to_arg32(2, "new file mode", fmode&07777));
867 uint32_t fmode, fd; local
874 long fmode; member in struct:a
878 fmode = (uint32_t)uap->fmode;
880 au_uwrite(au_to_arg32(2, "new file mode", fmode&07777))
914 long fmode; member in struct:a
944 long fmode; member in struct:a
1455 uint32_t fmode; local
1460 long fmode; member in struct:a
1480 uint32_t fmode; local
1486 long fmode; member in struct:a
1511 long fmode; member in struct:a
1542 long fmode; member in struct:a
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
route.c 1644 mode_t fmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; local
    [all...]

Completed in 600 milliseconds