Searched refs:ustr (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/udf/
H A Dunicode.c15 static int udf_char_to_ustr(struct ustr *dest, const uint8_t *src, int strlen)
20 memset(dest, 0, sizeof(struct ustr));
31 int udf_build_ustr(struct ustr *dest, dstring *ptr, int size)
52 static int udf_build_ustr_exact(struct ustr *dest, dstring *ptr, int exactsize)
57 memset(dest, 0, sizeof(struct ustr));
75 * both of type "struct ustr *"
84 int udf_CS0toUTF8(struct ustr *utf_o, const struct ustr *ocu_i)
92 memset(utf_o, 0, sizeof(struct ustr));
98 memset(utf_o, 0, sizeof(struct ustr));
[all...]
H A Dudfdecl.h101 struct ustr { struct
204 extern int udf_build_ustr(struct ustr *, dstring *, int);
205 extern int udf_CS0toUTF8(struct ustr *, const struct ustr *);
H A Dsuper.c780 struct ustr *instr, *outstr;
785 instr = kmalloc(sizeof(struct ustr), GFP_NOFS);
789 outstr = kmalloc(sizeof(struct ustr), GFP_NOFS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/udf/
H A Dunicode.c15 static int udf_char_to_ustr(struct ustr *dest, const uint8_t *src, int strlen)
20 memset(dest, 0, sizeof(struct ustr));
31 int udf_build_ustr(struct ustr *dest, dstring *ptr, int size)
52 static int udf_build_ustr_exact(struct ustr *dest, dstring *ptr, int exactsize)
57 memset(dest, 0, sizeof(struct ustr));
75 * both of type "struct ustr *"
84 int udf_CS0toUTF8(struct ustr *utf_o, const struct ustr *ocu_i)
92 memset(utf_o, 0, sizeof(struct ustr));
98 memset(utf_o, 0, sizeof(struct ustr));
[all...]
H A Dudfdecl.h101 struct ustr { struct
204 extern int udf_build_ustr(struct ustr *, dstring *, int);
205 extern int udf_CS0toUTF8(struct ustr *, const struct ustr *);
H A Dsuper.c780 struct ustr *instr, *outstr;
785 instr = kmalloc(sizeof(struct ustr), GFP_NOFS);
789 outstr = kmalloc(sizeof(struct ustr), GFP_NOFS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/power/
H A Dpower_supply_sysfs.c225 char *ret, *ustr; local
227 ustr = ret = kmalloc(strlen(str) + 1, gfp);
233 *ustr++ = toupper(*str++);
235 *ustr = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/power/
H A Dpower_supply_sysfs.c225 char *ret, *ustr; local
227 ustr = ret = kmalloc(strlen(str) + 1, gfp);
233 *ustr++ = toupper(*str++);
235 *ustr = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/hfsplus/
H A Dunicode.c121 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, char *astr, int *len_p) argument
131 ip = ustr->unicode;
132 ustrlen = be16_to_cpu(ustr->length);
289 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr, argument
304 ustr->unicode[outlen++] = cpu_to_be16(*dstr++);
307 ustr->unicode[outlen++] = cpu_to_be16(c);
312 ustr->length = cpu_to_be16(outlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/hfsplus/
H A Dunicode.c121 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, char *astr, int *len_p) argument
131 ip = ustr->unicode;
132 ustrlen = be16_to_cpu(ustr->length);
289 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr, argument
304 ustr->unicode[outlen++] = cpu_to_be16(*dstr++);
307 ustr->unicode[outlen++] = cpu_to_be16(c);
312 ustr->length = cpu_to_be16(outlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dtest092.tcl140 set ustr [string toupper $str]
142 set drret [list [list $key [pad_data $method $ustr]]]
147 {$key [chop_data $method $ustr]}]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dtest092.tcl140 set ustr [string toupper $str]
142 set drret [list [list $key [pad_data $method $ustr]]]
147 {$key [chop_data $method $ustr]}]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Dtest092.tcl140 set ustr [string toupper $str]
142 set drret [list [list $key [pad_data $method $ustr]]]
147 {$key [chop_data $method $ustr]}]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cifs/
H A Dreaddir.c293 __le16 *ustr = (__le16 *)str; local
296 if (ustr[len] == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cifs/
H A Dreaddir.c293 __le16 *ustr = (__le16 *)str; local
296 if (ustr[len] == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dindeo3.c150 struct ustr { struct
216 struct ustr strip_tbl[20], *strip;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dindeo3.c150 struct ustr { struct
216 struct ustr strip_tbl[20], *strip;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dindeo3.c150 struct ustr { struct
216 struct ustr strip_tbl[20], *strip;

Completed in 140 milliseconds