Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
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()
/external/ltp/testcases/kdump/lib/
Dssh.tcl13 -nocase "(yes/no)?" { send "yes\r"; exp_continue }
14 -nocase "Password:" { send "$pwd\r" }
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3147 regexp=None, nocase=None, count=None, elide=None): argument
3156 if nocase: args.append('-nocase')
/external/python/cpython3/Lib/tkinter/
D__init__.py3801 regexp=None, nocase=None, count=None, elide=None): argument
3810 if nocase: args.append('-nocase')