Searched refs:SMB_CS_LOWER (Results 1 – 3 of 3) sorted by relevance
153 int copt = (caseopt == SMB_CS_LOWER ? KICONV_FROM_LOWER : in smbfs_fname_tolocal()
207 caseopt |= SMB_CS_LOWER; in main()
40 #define SMB_CS_LOWER 0x0002 /* convert passed string to lower case */ macro