/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 105 typedef struct sm_file SM_FILE_T; typedef 123 int (*f_close) __P((SM_FILE_T *)); 124 ssize_t (*f_read) __P((SM_FILE_T *, char *, size_t)); 125 off_t (*f_seek) __P((SM_FILE_T *, off_t, int)); 126 ssize_t (*f_write) __P((SM_FILE_T *, const char *, size_t)); 127 int (*f_open) __P((SM_FILE_T *, const void *, int, 129 int (*f_setinfo) __P((SM_FILE_T *, int , void *)); 130 int (*f_getinfo) __P((SM_FILE_T *, int , void *)); 153 extern SM_FILE_T SmIoF[]; 155 extern SM_FILE_T SmFtStdio_def; [all …]
|
H A D | exc.h | 42 void (*etype_print) __P((SM_EXC_T *, SM_FILE_T *)); 52 SM_FILE_T *_stream)); 105 SM_FILE_T *_stream)); 110 SM_FILE_T *_stream));
|
H A D | debug.h | 29 extern SM_FILE_T * 33 sm_debug_setfile __P(( SM_FILE_T *));
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | local.h | 30 int sm_flush __P((SM_FILE_T *, int *)); 31 SM_FILE_T *smfp __P((void)); 32 int sm_refill __P((SM_FILE_T *, int)); 35 void sm_makebuf __P((SM_FILE_T *)); 36 int sm_whatbuf __P((SM_FILE_T *, size_t *, int *)); 37 int sm_fwalk __P((int (*)(SM_FILE_T *, int *), int *)); 38 int sm_wsetup __P((SM_FILE_T *)); 40 SM_FILE_T *sm_fp __P((const SM_FILE_T *, const int, SM_FILE_T *)); 44 ssize_t sm_stdread __P((SM_FILE_T *, char *, size_t)); 45 ssize_t sm_stdwrite __P((SM_FILE_T *, char const *, size_t)); [all …]
|
H A D | fopen.c | 31 extern int sm_io_fclose __P((SM_FILE_T *)); 108 SM_FILE_T * 110 const SM_FILE_T *type; in sm_io_open() 116 register SM_FILE_T *fp; 184 SM_FILE_T * 186 SM_FILE_T *fp; in sm_io_dup() 222 SM_FILE_T * 224 const SM_FILE_T *type; in sm_io_reopen() 229 SM_FILE_T *fp; 232 SM_FILE_T *fp2; [all …]
|
H A D | findfp.c | 38 SM_FILE_T SmFtStdio_def = 45 SM_FILE_T SmFtStdiofd_def = 52 SM_FILE_T SmFtString_def = 60 SM_FILE_T SmFtSyslog_def = 83 SM_FILE_T SmFtRealStdio_def = smstd(SMRW|SMNBF, -1, "realstdio"); 86 static SM_FILE_T usual[SM_IO_OPEN_MAX - 3]; 90 SM_FILE_T SmIoF[6] = 115 static SM_FILE_T empty; 122 register SM_FILE_T *p; 125 n * sizeof(SM_FILE_T)); [all …]
|
H A D | smstdio.c | 24 static void setup __P((SM_FILE_T *)); 53 SM_FILE_T *fp; in sm_stdioopen() 116 SM_FILE_T *fp; in setup() 152 SM_FILE_T *fp; in sm_stdioread() 178 SM_FILE_T *fp; in sm_stdiowrite() 204 SM_FILE_T *fp; in sm_stdioseek() 228 SM_FILE_T *fp; in sm_stdioclose() 254 SM_FILE_T *fp; in sm_stdiosetinfo() 283 SM_FILE_T *fp; in sm_stdiogetinfo() 326 SM_FILE_T * [all …]
|
H A D | stdio.c | 34 static int sm_stdsetmode __P((SM_FILE_T *, const int *)); 35 static int sm_stdgetmode __P((SM_FILE_T *, int *)); 63 SM_FILE_T *fp; in sm_stdopen() 128 SM_FILE_T *fp; in sm_stdread() 157 SM_FILE_T *fp; in sm_stdwrite() 182 SM_FILE_T *fp; in sm_stdseek() 207 SM_FILE_T *fp; in sm_stdclose() 228 SM_FILE_T *fp; in sm_stdsetmode() 270 SM_FILE_T *fp; in sm_stdgetmode() 306 SM_FILE_T *fp; in sm_stdsetinfo() [all …]
|
H A D | strio.c | 30 static int sm_strsetmode __P((SM_FILE_T*, const int *)); 31 static int sm_strgetmode __P((SM_FILE_T*, int *)); 95 SM_FILE_T *fp; in sm_strread() 128 SM_FILE_T *fp; in sm_strwrite() 167 SM_FILE_T *fp; in sm_strseek() 220 SM_FILE_T *fp; in sm_stropen() 295 SM_FILE_T *fp; in sm_strclose() 323 SM_FILE_T *fp; in sm_strsetmode() 366 SM_FILE_T *fp; in sm_strgetmode() 406 SM_FILE_T *fp; in sm_strsetinfo() [all …]
|
H A D | sscanf.c | 38 SM_FILE_T *fp, 45 SM_FILE_T *fp; in sm_eofread() 81 SM_FILE_T fake;
|
H A D | refill.c | 32 static int sm_lflush __P((SM_FILE_T *, int *)); 120 SM_FILE_T *fp; in sm_lflush() 143 register SM_FILE_T *fp; in sm_refill() 295 register SM_FILE_T *fp; in sm_rget()
|
H A D | fprintf.c | 40 sm_io_fprintf(SM_FILE_T *fp, int timeout, const char *fmt, ...) in sm_io_fprintf() 43 SM_FILE_T *fp; in sm_io_fprintf()
|
H A D | fscanf.c | 40 sm_io_fscanf(SM_FILE_T *fp, int timeout, char const *fmt, ...) in sm_io_fscanf() 43 SM_FILE_T *fp; in sm_io_fscanf()
|
H A D | fwalk.c | 37 int (*function) __P((SM_FILE_T *, int *)); 40 register SM_FILE_T *fp;
|
H A D | ungetc.c | 31 static void sm_submore_x __P((SM_FILE_T *)); 53 SM_FILE_T *fp; in sm_submore_x() 99 register SM_FILE_T *fp; in sm_io_ungetc()
|
H A D | exc.c | 56 SM_FILE_T *stream; 154 SM_FILE_T *stream)); 159 SM_FILE_T *stream; 504 SM_FILE_T *stream; 524 SM_FILE_T *stream;
|
H A D | debug.c | 48 static SM_FILE_T *SmDebugOutput = smioout; 60 SM_FILE_T * 81 SM_FILE_T *fp; in sm_debug_setfile()
|
H A D | fflush.c | 48 register SM_FILE_T *fp; 92 register SM_FILE_T *fp; in sm_flush()
|
H A D | makebuf.c | 43 register SM_FILE_T *fp; 95 register SM_FILE_T *fp; in sm_whatbuf()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | sfsasl.c | 29 SM_FILE_T *fp; 35 SM_FILE_T *fp; 53 static int sasl_getinfo __P((SM_FILE_T *, int, void *)); 57 SM_FILE_T *fp; in sasl_getinfo() 97 static int sasl_open __P((SM_FILE_T *, const void *, int, const void *)); 102 SM_FILE_T *fp; in sasl_open() 145 static int sasl_close __P((SM_FILE_T *)); 149 SM_FILE_T *fp; in sasl_close() 183 static ssize_t sasl_read __P((SM_FILE_T *, char *, size_t)); 187 SM_FILE_T *fp; in sasl_read() [all …]
|
H A D | bf.h | 20 extern SM_FILE_T *bfopen __P((char *, MODE_T, size_t, long)); 21 extern int bfcommit __P((SM_FILE_T *)); 22 extern int bfrewind __P((SM_FILE_T *)); 23 extern int bftruncate __P((SM_FILE_T *)); 24 extern int bfclose __P((SM_FILE_T *)); 25 extern bool bftest __P((SM_FILE_T *));
|
H A D | bf.c | 39 static ssize_t sm_bfread __P((SM_FILE_T *, char *, size_t)); 40 static ssize_t sm_bfwrite __P((SM_FILE_T *, const char *, size_t)); 41 static off_t sm_bfseek __P((SM_FILE_T *, off_t, int)); 42 static int sm_bfclose __P((SM_FILE_T *)); 43 static int sm_bfcommit __P((SM_FILE_T *)); 44 static int sm_bftruncate __P((SM_FILE_T *)); 46 static int sm_bfopen __P((SM_FILE_T *, const void *, int, const void *)); 47 static int sm_bfsetinfo __P((SM_FILE_T *, int , void *)); 48 static int sm_bfgetinfo __P((SM_FILE_T *, int , void *)); 101 SM_FILE_T *fp; in sm_bfopen() [all …]
|
H A D | sfsasl.h | 18 extern int sfdcsasl __P((SM_FILE_T **, SM_FILE_T **, sasl_conn_t *, int)); 24 extern int sfdctls __P((SM_FILE_T **, SM_FILE_T **, SSL *));
|
H A D | sendmail.h | 346 extern void printaddr __P((SM_FILE_T *, ADDRESS *, bool)); 666 SM_FILE_T *mci_in; /* input side of connection */ 667 SM_FILE_T *mci_out; /* output side of connection */ 675 SM_FILE_T *mci_statfile; /* long term status file */ 749 extern void mci_dump __P((SM_FILE_T *, MCI *, bool)); 750 extern void mci_dump_all __P((SM_FILE_T *, bool)); 897 SM_FILE_T *e_dfp; /* data file */ 908 SM_FILE_T *e_xfp; /* transcript file */ 909 SM_FILE_T *e_lockfp; /* the lock file for this message */ 1431 extern void proc_list_display __P((SM_FILE_T *, char *)); [all …]
|
H A D | collect.c | 20 static SM_FILE_T *collect_dfopen __P((ENVELOPE *)); 21 static SM_FILE_T *collect_eoh __P((ENVELOPE *, int, int)); 46 static SM_FILE_T * 193 static SM_FILE_T * 200 SM_FILE_T *df; 280 SM_FILE_T *fp; in collect() 286 register SM_FILE_T *df; 949 SM_FILE_T *volatile df; in dferror()
|