Home
last modified time | relevance | path

Searched refs:has_highbit (Results 1 – 8 of 8) sorted by relevance

/dports/mail/heirloom-mailx/mailx-12.4/
H A Dmime.c74 static int has_highbit(register const char *s);
294 has_highbit(const char *s) in has_highbit() function
309 if (has_highbit(np->n_name) || has_highbit(np->n_fullname)) in name_highbit()
322 else if (has_highbit(myaddrs(hp))) in need_hdrconv()
324 if (hp->h_organization && has_highbit(hp->h_organization)) in need_hdrconv()
326 else if (has_highbit(value("ORGANIZATION"))) in need_hdrconv()
330 else if (has_highbit(value("replyto"))) in need_hdrconv()
334 else if (has_highbit(value("sender"))) in need_hdrconv()
343 if (w & GSUBJECT && has_highbit(hp->h_subject)) in need_hdrconv()
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A DtkGlue.h65 extern int has_highbit(CONST char *s,int l);
H A DobjGlue.c29 has_highbit(CONST char *s,int l) in has_highbit() function
46 if (has_highbit(SvPVX(sv),SvCUR(sv))) in sv_maybe_utf8()
1149 if ((hi = has_highbit(bytes,length)))
H A DencGlue.c736 if (has_highbit(s,len))
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dxapian_wrap.cpp621 int has_highbit = 0; in xapian_query_new_match_internal() local
631 if (*p > 205) has_highbit = 1; in xapian_query_new_match_internal()
633 if (has_highbit) { in xapian_query_new_match_internal()
/dports/lang/p5-Tcl/Tcl-1.27/
H A DTcl.xs535 has_highbit(CONST char *s, int len) in has_highbit() function
620 if (len && has_highbit(str, len)) { in SvFromTclObj()
1724 if (len && has_highbit(str, len)) {
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dmessage.c1285 int has_highbit = 0; in message_parse_type() local
1287 for (val = param->value; *val && !has_highbit; val++) { in message_parse_type()
1288 has_highbit = *val & 0x80; in message_parse_type()
1290 if (!has_highbit) continue; in message_parse_type()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dmessage.c1252 int has_highbit = 0; in message_parse_type() local
1254 for (val = param->value; *val && !has_highbit; val++) { in message_parse_type()
1255 has_highbit = *val & 0x80; in message_parse_type()
1257 if (!has_highbit) continue; in message_parse_type()