Home
last modified time | relevance | path

Searched refs:str_lc (Results 1 – 10 of 10) sorted by relevance

/dports/misc/clex/clex-4.6.patch9/src/
H A Dmatch.c76 wchar_t *str_lc; in match_substr_ic() local
83 str_lc = usw_copy(&buff,str); in match_substr_ic()
84 inplace_tolower(str_lc); in match_substr_ic()
85 return wcsstr(str_lc,USTR(substr_lc)) != 0; in match_substr_ic()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dsrc.c298 const char *str_lc, const char *str_ic) in ffesrc_strcmp_2c() argument
326 i = strcmp (var, str_lc); in ffesrc_strcmp_2c()
368 const char *str_lc, const char *str_ic, int len) in ffesrc_strncmp_2c() argument
394 i = strncmp (var, str_lc, len); in ffesrc_strncmp_2c()
H A Dsrc.h129 const char *str_lc, const char *str_ic);
131 const char *str_lc, const char *str_ic, int len);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dsrc.c298 const char *str_lc, const char *str_ic) in ffesrc_strcmp_2c() argument
326 i = strcmp (var, str_lc); in ffesrc_strcmp_2c()
368 const char *str_lc, const char *str_ic, int len) in ffesrc_strncmp_2c() argument
394 i = strncmp (var, str_lc, len); in ffesrc_strncmp_2c()
H A Dsrc.h129 const char *str_lc, const char *str_ic);
131 const char *str_lc, const char *str_ic, int len);
/dports/ftp/lftp/lftp-4.9.2/src/
H A DBencode.cc209 (str_lc?str_lc:str).dump_to(buf); in Format()
251 (str_lc?str_lc:str).dump_to(buf); in Format1()
H A DBencode.h38 xstring str_lc; variable
H A DTorrent.cc395 if(node->str_lc) in TranslateString()
399 node->str_lc.nset(recv_translate->Get(),recv_translate->Size()); in TranslateString()
404 if(node->str_lc) in TranslateStringFromUTF8()
409 node->str_lc.nset(tr->Get(),tr->Size()); in TranslateStringFromUTF8()
796 name.set(b_name_utf8->str_lc); in SetMetadata()
799 name.set(b_name->str_lc); in SetMetadata()
1529 if(e->str_lc.eq("..")) in MakePath()
1531 buf.append(e->str_lc); in MakePath()
/dports/dns/ldapdns/ldapdns-2.07/
H A Dstr.h77 static void inline str_lc(char *s) { in str_lc() function
H A Dldapdns.c900 str_lc(attr); in ldap_load_dns_attributes()