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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest092.tcl137 set ustr [string toupper $str]
139 set drret [list [list $key [pad_data $method $ustr]]]
144 {$key [chop_data $method $ustr]}]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Dsnprintf.c614 unsigned char *ustr = (unsigned char *)str; local
618 state.str = ustr;
619 state.s = ustr;
620 state.theend = ustr + sz - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/missing/
H A Dsnprintf.c614 unsigned char *ustr = (unsigned char *)str; local
618 state.str = ustr;
619 state.s = ustr;
620 state.theend = ustr + sz - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dinode.c1120 ntfschar *ustr; local
1134 if ((ustr = ntfs_str2ucs("$Bad", &len)) == NULL) {
1139 if (ustr && ntfs_names_are_equal(ustr, len,
1144 ntfs_ucsfree(ustr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dreaddir.c293 __le16 *ustr = (__le16 *)str; local
296 if (ustr[len] == 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c14084 char ustr[16]; local
14111 snprintf(ustr, sizeof(ustr), "%d", unit);
14112 nvram_set(strcat_r(prefix, "unit", tmp), ustr);

Completed in 216 milliseconds