Searched refs:readssloptions (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 2427 static int readssloptions __P((char *, char *, unsigned long *, int )); 2430 readssloptions(opt, val, pssloptions, delim) in readssloptions() function 2658 ret = readssloptions(NULL, val, &ssloptions, ';'); 4618 (void) readssloptions(o->o_name, val, pssloptions, '\0');
|