Lines Matching refs:o
89 my @o;
90 push @o, ".SH SEE ALSO\n";
92 push @o, sprintf "%s.BR $s", $comma ? ",\n": "";
95 push @o, "\n";
96 return @o;
102 my @o;
103 push @o, ".SH PROTOCOLS\n";
106 …push @o, "This functionality affects all TLS based protocols: HTTPS, FTPS, IMAPS, POP3S, SMTPS etc…
110 push @o, "This functionality affects ";
112 push @o, sprintf "%s%s",
119 push @o, " supported protocols";
122 push @o, " only";
126 push @o, "\n";
127 return @o;
133 my @o;
135 push @o, "\nAll TLS backends support this option.";
138 push @o, "\nThis option works only with the following TLS backends:\n";
141 push @o, sprintf "%s$e",
146 push @o, "\n";
147 return @o;