Searched refs:downcase (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/games/quiz/
H A Dquiz.c68 static void downcase(char *);
197 downcase(cat1);
198 downcase(cat2);
285 downcase(answer);
363 downcase(char *p) function
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/misc/
H A Dpo-compat.el196 (charset-lower (downcase charset))
226 (charset-lower (intern (downcase charset))))
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dtexi-docstring-magic.el138 ;; FIXME: maybe we don't want to downcase stuff already
143 (member (downcase (match-string 1 docstring)) args))
144 (concat "@var{" (downcase (match-string 1 docstring)) "}"
/netbsd-current/external/bsd/ntp/dist/sntp/unity/auto/
H A Dgenerate_module.rb135 @patterns = PATTERNS[@pattern.downcase]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c1070 bool downcase; local
1087 downcase = ((options & DNS_NAME_DOWNCASE) != 0);
1187 if (downcase) {
1213 if (downcase) {
1241 if (downcase) {
1289 if (downcase) {
1577 /* downcase */
1759 bool downcase; local
1772 downcase = ((options & DNS_NAME_DOWNCASE) != 0);
1872 if (downcase) {
[all...]
H A Ddnssec.c161 digest_sig(dst_context_t *ctx, bool downcase, dns_rdata_t *sigrdata, argument
175 if (downcase) {
395 bool downcase = false; local
482 ret = digest_sig(ctx, downcase, sigrdata, &sig);
569 if (ret == ISC_R_SUCCESS && downcase) {
586 if (ret == DST_R_VERIFYFAILURE && !downcase) {
587 downcase = true;
/netbsd-current/usr.bin/db/
H A Ddb.c427 db_makekey(DBT *key, char *keystr, int downcase, int decode) argument
442 if (downcase && (flags & F_IGNORECASE)) {
/netbsd-current/external/gpl2/gmake/dist/
H A Ddir.c122 downcase (char *filename)
604 filename = downcase (filename);
956 filename = downcase (p);
121 downcase (char *filename) function
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddnssec.c157 digest_sig(dst_context_t *ctx, bool downcase, dns_rdata_t *sigrdata, argument
171 if (downcase) {
391 bool downcase = false; local
478 ret = digest_sig(ctx, downcase, sigrdata, &sig);
565 if (ret == ISC_R_SUCCESS && downcase) {
582 if (ret == DST_R_VERIFYFAILURE && !downcase) {
583 downcase = true;
H A Dname.c1070 bool downcase; local
1087 downcase = ((options & DNS_NAME_DOWNCASE) != 0);
1187 if (downcase) {
1213 if (downcase) {
1241 if (downcase) {
1288 if (downcase) {
1575 /* downcase */
/netbsd-current/usr.bin/mail/
H A Dmime_decode.c197 cparam(const char field[], char *src, int downcase) argument
218 if (downcase)
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dstatschannel.c656 SET_DNSSECSTATDESC(downcase,

Completed in 311 milliseconds