Searched refs:NLS (Results 1 - 16 of 16) sorted by relevance
/linux-4.4.14/fs/ntfs/ |
H A D | unistr.c | 237 * ntfs_nlstoucs - convert NLS string to little endian Unicode string 239 * @ins: input NLS string buffer 243 * Convert the input string @ins, which is in whatever format the loaded NLS 312 * ntfs_ucstonls - convert little endian Unicode string to NLS string 316 * @outs: on return contains the (allocated) output NLS string buffer 320 * @ins_len into the string format dictated by the loaded NLS.
|
H A D | namei.c | 85 * current NLS code page, search if a dentry with this name already exists 98 * name. We then convert the name to the current NLS code page, and proceed 240 /* Convert the found WIN32 name to current NLS code page. */ ntfs_lookup()
|
H A D | super.c | 221 ntfs_error(vol->sb, "NLS character set " parse_options() 225 ntfs_error(vol->sb, "NLS character set %s not " parse_options() 273 ntfs_error(vol->sb, "Cannot change NLS character set " parse_options() 277 ntfs_debug("Using NLS character set %s.", nls_map->charset); parse_options() 284 "NLS character set."); parse_options() 287 ntfs_debug("Using default NLS character set (%s).", parse_options()
|
H A D | dir.c | 1013 * Convert the Unicode @name to the loaded NLS and pass it to the @filldir 1132 * converted to format determined by current NLS. ntfs_readdir()
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
H A D | helpers.h | 19 #ifdef NLS 27 #else /* !NLS */
|
/linux-4.4.14/include/uapi/linux/ |
H A D | ncp_fs.h | 99 /* NLS charsets by ioctl */
|
/linux-4.4.14/fs/befs/ |
H A D | linuxvfs.c | 243 /* Convert to NLS */ befs_readdir() 494 * UTF-8 to NLS charset convert routine 519 befs_error(sb, "%s called with no NLS table loaded", __func__); befs_utf2nls() 560 * befs_nls2utf - Convert NLS string to utf8 encodeing 562 * @in: Input string buffer in NLS format 567 * Converts input string @in, which is in the format of the loaded NLS map, 598 befs_error(sb, "%s called with no NLS table loaded.", befs_nls2utf() 749 * Load a set of NLS translations if needed.
|
/linux-4.4.14/fs/ncpfs/ |
H A D | symlink.c | 18 * NLS support (c) 1999 Petr Vandrovec
|
H A D | ncplib_kernel.h | 7 * Modified 1998, 1999 Wolfram Pienkoss for NLS
|
H A D | ioctl.c | 6 * Modified 1998, 1999 Wolfram Pienkoss for NLS 156 /* Here we are select the iocharset and the codepage for NLS.
|
H A D | inode.c | 7 * Modified 1998 Wolfram Pienkoss for NLS 610 /* load the default NLS charsets */ ncp_fill_super() 764 /* unload the NLS charsets */ delayed_free()
|
H A D | ncplib_kernel.c | 7 * Modified 1999 Wolfram Pienkoss for NLS 1101 /* This are the NLS conversion routines with inspirations and code parts
|
H A D | dir.c | 7 * Modified 1998, 1999 Wolfram Pienkoss for NLS
|
/linux-4.4.14/tools/power/cpupower/ |
H A D | Makefile | 44 NLS ?= true macro 153 ifeq ($(strip $(NLS)),true)
|
/linux-4.4.14/fs/udf/ |
H A D | super.c | 410 * iocharset= Set the NLS character set 2104 udf_debug("Using default NLS map\n"); udf_fill_super()
|
/linux-4.4.14/fs/cifs/ |
H A D | dir.c | 906 * a character are the same length in the local NLS. cifs_ci_compare()
|
Completed in 403 milliseconds