Searched refs:SMB_CS_UPPER (Results 1 – 3 of 3) sorted by relevance
122 caseopt |= SMB_CS_UPPER; in smbfs_fullpath()154 (caseopt == SMB_CS_UPPER ? KICONV_FROM_UPPER : 0)); in smbfs_fname_tolocal()
211 caseopt |= SMB_CS_UPPER; in main()
39 #define SMB_CS_UPPER 0x0001 /* convert passed string to upper case */ macro