Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dfnmatch.c152 const int nocase = !!(flags & FNM_CASEFOLD); in fnmatch_ch() local
192 switch (classmatch(*pattern, **string, nocase, pattern)) { in fnmatch_ch()
227 else if (nocase && in fnmatch_ch()
244 else if (nocase && (isupper((unsigned char)**string) || in fnmatch_ch()
271 else if (nocase && (isupper((unsigned char)**string) || in fnmatch_ch()
/freebsd/usr.bin/ee/nls/uk_UA.KOI8-U/
H A Dee.msg59 50 "exit : �������� +��Ȧ� nocase : �ŭ�����-���������� �����"
74 65 "!��� : ����. ������� |nocase: �ŭ�����-�����. ����� |quit : ����� ��� �ͦ�"
/freebsd/usr.bin/ee/nls/ru_RU.KOI8-R/
H A Dee.msg61 50 "exit : ����� � ����������� nocase : ����� ��� �ޣ�� �������� "
76 65 "!��� : ��������� ���. |nocase:����� ��� �ޣ�� �������� |quit: �������� � �����"
/freebsd/contrib/ee/
H A Dee.msg61 50 "exit : leave and save nocase : case insensitive search "
76 65 "!cmd : shell \"cmd\" |nocase: ignore case in search |quit : leave, no save"
/freebsd/usr.bin/ee/nls/pl_PL.ISO8859-2/
H A Dee.msg59 50 "exit : zachowaj i wyjd� nocase : szukaj (ma�e==du�e) "
74 65 "!cmd : \"cmd\" w shellu |nocase: ma�e==du�e w szukaniu |quit : wyjd�, nie zapisuj"
/freebsd/usr.bin/ee/nls/pt_BR.ISO8859-1/
H A Dee.msg60 50 "exit : salva e sair nocase : localizar sem case insensitive "
75 65 "!cmd : shell \"cmd\" |nocase: ignorar case na busca |quit : sair, sem salvar"
/freebsd/usr.bin/ee/nls/hu_HU.ISO8859-2/
H A Dee.msg59 50 "exit : kil�p�s �s ment�s nocase : nem bet��rz�keny keres�s "
74 65 "!cmd : shell parancs |nocase: nem �rz�keny keres�s |quit : kil�p, nem ment"
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c783 Jim_Obj *objPtr, int nocase);
794 Jim_Obj *secondObjPtr, int nocase);
6992 int nocase = 0; in JimCharsetMatch() local
6996 nocase++; in JimCharsetMatch()
7017 n = utf8_tounicode_case(pattern, &pchar, nocase); in JimCharsetMatch()
7026 n = utf8_tounicode_case(pattern, &start, nocase); in JimCharsetMatch()
7031 n = 1 + utf8_tounicode_case(pattern + 1, &end, nocase); in JimCharsetMatch()
7057 static int JimGlobMatch(const char *pattern, int plen, const char *string, int slen, int nocase) in JimGlobMatch() argument
7077 if (JimGlobMatch(pattern, plen, string, slen, nocase)) in JimGlobMatch()
7095 p = JimCharsetMatch(pattern + 1, plen - 1, c, nocase ? JIM_NOCASE : 0); in JimGlobMatch()
[all …]