HomeSort by: relevance | last modified time | path
    Searched refs:unicode (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/modules/hfs/
Makefile 8 SRCS= hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c
  /src/sys/rump/fs/lib/libhfs/
Makefile 9 SRCS= hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c
  /src/sys/fs/ntfs/
ntfs_conv.c 48 #include <fs/unicode.h>
  /src/sys/fs/udf/
udf_osta.c 24 * OSTA compliant Unicode compression, uncompression routines.
32 * Takes an OSTA CS0 compressed unicode name, and converts
33 * it to Unicode.
34 * The Unicode output will be in the byte order
37 * It is up to the user to ensure that the unicode buffer is large
38 * enough, and that the compressed unicode name is correct.
42 * The number of unicode characters which were uncompressed.
49 unicode_t *unicode) /* (Output) uncompressed unicode characters. */
74 * unicode char
    [all...]
udf_subr.c 59 #include <fs/unicode.h>
2239 strcpy((char *) charspec->inf, "OSTA Compressed Unicode");
4201 const char *osta_id = "OSTA Compressed Unicode";
4243 const char *osta_id = "OSTA Compressed Unicode";
4247 /* allocate temporary unicode-16 buffer */
4250 /* convert utf8 to unicode-16 */
  /src/sys/arch/macppc/stand/installboot/
Makefile 29 ${HOST_LN} -s ${NETBSDSRCDIR}/sys/fs/unicode.h fs
  /src/sys/fs/cd9660/
cd9660_util.c 65 #define KASSERT(x) assert(x) /* XXX for <fs/unicode.h> */
75 #include <fs/unicode.h>
254 * For Joliet case, this filters the Unicode characters
  /src/sys/fs/hfs/
libhfs.c 90 if (key->name.unicode[i] < 256
91 && isprint(key->name.unicode[i]))
92 putchar(key->name.unicode[i]);
94 printf("<%04x>", key->name.unicode[i]);
115 #define ATOU(str, len) /* quick & dirty ascii-to-unicode conversion */ \
426 memcpy(path + path_offset, parent_thread.name.unicode,
429 /* Add a forward slash. The unicode string was specified in big endian
443 * At this point, 'path' holds a sequence of unicode characters which
528 parentthread.name.length, parentthread.name.unicode, &key) == 0)
832 fileparent.name.length, fileparent.name.unicode, &filekey) == 0
    [all...]
hfs_vfsops.c 312 if (hfs_unicode_to_ascii(hmp->hm_vol.name.unicode,
libhfs.h 234 unichar_t unicode[255]; member in struct:__anon46ade0a11408
hfs_vnops.c 131 #include <fs/hfs/unicode.h>
323 unichar_t* unicn; /* name of component, in Unicode */
910 childnames[curchild].unicode, childnames[curchild].length,
  /src/sys/dev/dkwedge/
dkwedge_gpt.c 51 #include <fs/unicode.h>
  /src/usr.sbin/installboot/
Makefile 82 ${HOST_LN} -s ${NETBSDSRCDIR}/sys/fs/unicode.h fs
  /src/sys/dev/ic/
pcdisplay_chars.c 40 #include <dev/wscons/unicode.h>
vga.c 57 #include <dev/wscons/unicode.h>
  /src/sys/dev/wscons/
wsemul_vt100_chars.c 39 #include <dev/wscons/unicode.h>
  /src/sys/dev/usb/
uslsa.c 84 #include <fs/unicode.h>
usbdi.c 62 #include <fs/unicode.h>
1458 usbd_get_string0(struct usbd_device *dev, int si, char *buf, int unicode)
1493 if (unicode) {
  /src/share/locale/ctype/
gen_ctype_utf8.pl 20 use Unicode::UCD v0.610 qw( charinfo charprop prop_invmap );
56 * Copyright (c) 1991-2021 Unicode, Inc. All rights reserved.
58 * https://www.unicode.org/copyright.html.
61 * a copy of the Unicode data files and any associated documentation
62 * (the "Data Files") or Unicode software and any associated documentation
95 print "/* Unicode Version " . Unicode::UCD::UnicodeVersion() . " */\n";
115 # http://www.unicode.org/reports/tr44/tr44-16.html#General_Category_Values
162 # http://www.unicode.org/L2/L2003/03139-posix-classes.htm
434 The perl community does a good job of keeping their Unicode tables up to dat
    [all...]
  /src/sys/arch/i386/stand/lib/
biosdisk.c 81 #include <fs/unicode.h>
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 1211 """Logs an error for each line containing Unicode replacement characters.
1214 or Unicode replacement characters (which it shouldn't). Note that
1226 'Line contains invalid UTF-8 (or Unicode replacement character).')
2774 line: A string, which may be a Unicode string.
2777 The width of the line in column positions, accounting for Unicode
2780 if isinstance(line, unicode):

Completed in 102 milliseconds