Searched refs:safesaslfile (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | sendmail.h | 617 extern int safesaslfile __P((void *, const char *, sasl_verify_type_t)); 621 extern int safesaslfile __P((void *, char *, int)); 623 extern int safesaslfile __P((void *, char *));
|
H A D | usersmtp.c | 527 { SASL_CB_VERIFYFILE, &safesaslfile, NULL }, 1306 safesaslfile(context, file, type) function 1308 safesaslfile(context, file)
|
H A D | main.c | 118 { SASL_CB_VERIFYFILE, &safesaslfile, NULL },
|
Completed in 65 milliseconds