Home
last modified time | relevance | path

Searched refs:safesaslfile (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h617 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 Dusersmtp.c527 { SASL_CB_VERIFYFILE, &safesaslfile, NULL },
1306 safesaslfile(context, file, type) in safesaslfile() function
1308 safesaslfile(context, file) in safesaslfile()
H A Dmain.c118 { SASL_CB_VERIFYFILE, &safesaslfile, NULL },