Home
last modified time | relevance | path

Searched refs:t_fch (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c94 static int ftp_fnmatch(wchar_t t_ch, wchar_t t_fch, wchar_t t_lch);
768 ftp_fnmatch(wchar_t t_ch, wchar_t t_fch, wchar_t t_lch) in ftp_fnmatch() argument
775 if ((t_ch == t_fch) || (t_ch == t_lch)) in ftp_fnmatch()
784 if ((i = wctomb(p, (wchar_t)t_fch)) <= 0) in ftp_fnmatch()
/titanic_50/usr/src/cmd/csh/
H A Dsh.glob.c946 sh_bracket_exp(tchar t_ch, tchar t_fch, tchar t_lch) in sh_bracket_exp() argument
953 if ((t_ch == t_fch) || (t_ch == t_lch)) in sh_bracket_exp()
962 if ((i = wctomb(p, (wchar_t)t_fch)) <= 0) in sh_bracket_exp()