Searched defs:mode (Results 1 - 9 of 9) sorted by relevance
/sendmail/libsm/ |
H A D | stdio.c | 211 ** SM_STDSETMODE -- set the access mode for the file 217 ** mode -- new mode to set the file access to 225 sm_stdsetmode(fp, mode) 227 const int *mode; 231 switch (SM_IO_MODE(*mode)) 253 ** SM_STDGETMODE -- for getinfo determine open mode 258 ** fp -- the file mode being determined 259 ** mode -- internal mode t 480 MODE_T mode; local [all...] |
H A D | mpeix.c | 371 ** - MPE priv mode allows sendmail to call setuid(), not uid 0 376 ** setuid mode bits which exist but are unused by MPE. If the setgid mode 377 ** bit is on, then gid emulation will be enabled. If the setuid mode bit is 392 ** SENDMAIL_MPE_GETMODE -- return the mode bits for the current process 398 ** file mode bits for the current process program file. 436 ** If !sendmail_mpe_flaginit then obtain the mode bits to determine 454 mode_t mode; local 456 mode = sendmail_mpe_getmode(); 457 sendmail_mpe_gidflag = ((mode 485 mode_t mode; local [all...] |
/sendmail/libsmutil/ |
H A D | safefile.c | 33 ** mode -- mode bits that must match. 38 ** 0 if fn exists, is owned by uid, and matches mode. 46 safefile(fn, uid, gid, user, flags, mode, st) 52 int mode; 64 sm_dprintf("safefile(%s, uid=%d, gid=%d, flags=%lx, mode=%o):\n", 65 fn, (int) uid, (int) gid, flags, mode); 246 sm_dprintf("\t[final dir %s uid %d mode %lo] %s\n", 260 sm_dprintf("\t[slink mode %lo]\tE_SM_NOSLINK\n", 268 sm_dprintf("\t[non-reg mode 404 int mode = S_IWOTH; local [all...] |
/sendmail/editmap/ |
H A D | editmap.c | 92 int mode; local 275 mode = O_RDONLY; 280 mode = O_RDWR | O_CREAT; 287 errno = smdb_open_database(&database, mapname, mode, smode, sff,
|
/sendmail/makemap/ |
H A D | makemap.c | 95 int mode; local 309 mode = O_RDONLY; 314 mode = O_RDWR; 317 mode |= O_CREAT|O_TRUNC; 325 errno = smdb_open_database(&database, mapname, mode, smode, sff,
|
/sendmail/sendmail/ |
H A D | recipient.c | 1430 int mode; local 1799 mode = S_IWOTH; 1804 mode |= S_IWGRP; 1806 if (bitset(mode, st.st_mode))
|
H A D | deliver.c | 53 ** mode -- the delivery mode to use. If SM_DEFAULT, use 62 ** If we are running in a non-interactive mode, takes the 67 sendall(e, mode) 69 int mode; 101 ** the message at all if we are in SMTP mode. Local errors 113 /* determine actual delivery mode */ 114 if (mode == SM_DEFAULT) 116 mode = e->e_sendmode; 117 if (mode ! 5114 volatile int mode; local [all...] |
H A D | srvrsmtp.c | 257 #define CMDVERB 17 /* verb -- go into verbose mode */ 264 #define CMDDBGDEBUG 25 /* debug -- set debug mode */ 3219 case CMDVERB: /* set verbose mode */ 3232 message("250 2.0.0 Verbose mode"); 3242 case CMDDBGDEBUG: /* set debug mode */ 3250 case CMDDBGDEBUG: /* set debug mode */ 3754 int mode; local 3757 mode = SM_DEFAULT; 3763 mode = SM_QUEUE; 3768 mode [all...] |
/sendmail/mail.local/ |
H A D | mail.local.c | 1127 int mode = S_IRUSR|S_IWUSR; local 1133 mode |= S_IRGRP|S_IWGRP; 1137 mode);
|
Completed in 949 milliseconds