Searched refs:nocase (Results 1 – 4 of 4) sorted by relevance
152 const int nocase = !!(flags & FNM_CASEFOLD); in fnmatch_ch() local192 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()
13 -nocase "(yes/no)?" { send "yes\r"; exp_continue }14 -nocase "Password:" { send "$pwd\r" }
3147 regexp=None, nocase=None, count=None, elide=None): argument3156 if nocase: args.append('-nocase')
3801 regexp=None, nocase=None, count=None, elide=None): argument3810 if nocase: args.append('-nocase')