Searched refs:string (Results 151 - 175 of 18695) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dgdb_string.h1 /* Portable <string.h>
25 #include <string.h>
28 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_xmms/
H A Dcharset.h47 char *convert_from_utf8_to_user(const char *string);
48 char *convert_from_user_to_utf8(const char *string);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dsysdep.h39 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp54 typedef std::string key_type;
63 typedef std::string::const_iterator const_iterator;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp54 typedef std::string key_type;
63 typedef std::string::const_iterator const_iterator;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py31 string = ""
39 string += flag_fields[event_name][field_name]['values'][idx]
43 string += " " + flag_fields[event_name][field_name]['delim'] + " "
44 string += flag_fields[event_name][field_name]['values'][idx]
48 return string
51 string = ""
58 string = symbolic_fields[event_name][field_name]['values'][idx]
61 string = symbolic_fields[event_name][field_name]['values'][idx]
64 return string
74 string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py31 string = ""
39 string += flag_fields[event_name][field_name]['values'][idx]
43 string += " " + flag_fields[event_name][field_name]['delim'] + " "
44 string += flag_fields[event_name][field_name]['values'][idx]
48 return string
51 string = ""
58 string = symbolic_fields[event_name][field_name]['values'][idx]
61 string = symbolic_fields[event_name][field_name]['values'][idx]
64 return string
74 string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dconfig.h49 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string);
61 static inline struct sk_buff *tipc_cfg_reply_error_string(char *string) argument
63 return tipc_cfg_reply_string_type(TIPC_TLV_ERROR_STRING, string);
66 static inline struct sk_buff *tipc_cfg_reply_ultra_string(char *string) argument
68 return tipc_cfg_reply_string_type(TIPC_TLV_ULTRA_STRING, string);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dconfig.h49 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string);
61 static inline struct sk_buff *tipc_cfg_reply_error_string(char *string) argument
63 return tipc_cfg_reply_string_type(TIPC_TLV_ERROR_STRING, string);
66 static inline struct sk_buff *tipc_cfg_reply_ultra_string(char *string) argument
68 return tipc_cfg_reply_string_type(TIPC_TLV_ULTRA_STRING, string);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_common/
H A Dcharset.c29 #include <string.h>
63 char* FLAC_plugin__charset_convert_string (const char *string, char *from, char *to) argument
68 const char *input = string;
70 if (!string)
73 length = strlen(string);
80 return strdup(string);
112 /* Invalid sequence, try to get the rest of the string */
118 fprintf(stderr, "convert_string(): Conversion failed. Inputstring: %s; Error: %s", string, strerror(errno));
129 char* FLAC_plugin__charset_convert_string (const char *string, char *from, char *to) argument
132 if (!string)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_common/
H A Dcharset.c29 #include <string.h>
63 char* FLAC_plugin__charset_convert_string (const char *string, char *from, char *to) argument
68 const char *input = string;
70 if (!string)
73 length = strlen(string);
80 return strdup(string);
112 /* Invalid sequence, try to get the rest of the string */
118 fprintf(stderr, "convert_string(): Conversion failed. Inputstring: %s; Error: %s", string, strerror(errno));
129 char* FLAC_plugin__charset_convert_string (const char *string, char *from, char *to) argument
132 if (!string)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_common/
H A Dcharset.c29 #include <string.h>
63 char* FLAC_plugin__charset_convert_string (const char *string, char *from, char *to) argument
68 const char *input = string;
70 if (!string)
73 length = strlen(string);
80 return strdup(string);
112 /* Invalid sequence, try to get the rest of the string */
118 fprintf(stderr, "convert_string(): Conversion failed. Inputstring: %s; Error: %s", string, strerror(errno));
129 char* FLAC_plugin__charset_convert_string (const char *string, char *from, char *to) argument
132 if (!string)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/idl/
H A Didl_types.h13 a null terminated UCS2 string
15 #define nstring [flag(STR_NULLTERM|NDR_ALIGN2)] string
18 an ascii string prefixed with [offset] [length], both 32 bits
21 #define ascstr2 [flag(STR_ASCII|STR_LEN4)] string
24 an ascii string prefixed with [size], 32 bits
26 #define asclstr [flag(STR_ASCII|STR_SIZE4)] string
29 an ascii string prefixed with [size], 16 bits
32 #define ascstr3 [flag(STR_ASCII|STR_SIZE2)] string
35 an ascii string prefixed with [size] [offset] [length], all 32 bits
38 #define ascstr_noterm [flag(STR_NOTERM|STR_ASCII|STR_SIZE4|STR_LEN4)] string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/idl/
H A Didl_types.h13 a null terminated UCS2 string
15 #define nstring [flag(STR_NULLTERM|NDR_ALIGN2)] string
18 an ascii string prefixed with [offset] [length], both 32 bits
21 #define ascstr2 [flag(STR_ASCII|STR_LEN4)] string
24 an ascii string prefixed with [size], 32 bits
26 #define asclstr [flag(STR_ASCII|STR_SIZE4)] string
29 an ascii string prefixed with [size], 16 bits
32 #define ascstr3 [flag(STR_ASCII|STR_SIZE2)] string
35 an ascii string prefixed with [size] [offset] [length], all 32 bits
38 #define ascstr_noterm [flag(STR_NOTERM|STR_ASCII|STR_SIZE4|STR_LEN4)] string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/librpc/idl/
H A Didl_types.h13 a null terminated UCS2 string
15 #define nstring [flag(STR_NULLTERM|NDR_ALIGN2)] string
18 an ascii string prefixed with [offset] [length], both 32 bits
21 #define ascstr2 [flag(STR_ASCII|STR_LEN4)] string
24 an ascii string prefixed with [size], 32 bits
26 #define asclstr [flag(STR_ASCII|STR_SIZE4)] string
29 an ascii string prefixed with [size], 16 bits
32 #define ascstr3 [flag(STR_ASCII|STR_SIZE2)] string
35 an ascii string prefixed with [size] [offset] [length], all 32 bits
38 #define ascstr_noterm [flag(STR_NOTERM|STR_ASCII|STR_SIZE4|STR_LEN4)] string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/share/gdb/python/gdb/function/
H A Dstrfns.py1 # Useful gdb string convenience functions.
49 """$_strlen - compute string length
55 Length of string a, assumed to be a string in the current language.
61 s = a.string()
66 """$_streq - check string equality
82 return a.string() == b.string()
86 """$_regex - check if a string matches a regular expression
89 $_regex(string, rege
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/smbconf/
H A Dsmbconf_util.c76 * add a string to a talloced array of strings.
81 const char *string)
94 if (string == NULL) {
97 new_array[count] = talloc_strdup(new_array, string);
109 bool smbconf_find_in_array(const char *string, char **list, argument
119 if (((string == NULL) && (list[i] == NULL)) ||
120 strequal(string, list[i]))
132 bool smbconf_reverse_find_in_array(const char *string, char **list, argument
137 if ((string == NULL) || (list == NULL) || (num_entries == 0)) {
142 if (strequal(string, lis
78 smbconf_add_string_to_array(TALLOC_CTX *mem_ctx, char ***array, uint32_t count, const char *string) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/smbconf/
H A Dsmbconf_util.c76 * add a string to a talloced array of strings.
81 const char *string)
94 if (string == NULL) {
97 new_array[count] = talloc_strdup(new_array, string);
109 bool smbconf_find_in_array(const char *string, char **list, argument
119 if (((string == NULL) && (list[i] == NULL)) ||
120 strequal(string, list[i]))
132 bool smbconf_reverse_find_in_array(const char *string, char **list, argument
137 if ((string == NULL) || (list == NULL) || (num_entries == 0)) {
142 if (strequal(string, lis
78 smbconf_add_string_to_array(TALLOC_CTX *mem_ctx, char ***array, uint32_t count, const char *string) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/smbconf/
H A Dsmbconf_util.c76 * add a string to a talloced array of strings.
81 const char *string)
94 if (string == NULL) {
97 new_array[count] = talloc_strdup(new_array, string);
109 bool smbconf_find_in_array(const char *string, char **list, argument
119 if (((string == NULL) && (list[i] == NULL)) ||
120 strequal(string, list[i]))
132 bool smbconf_reverse_find_in_array(const char *string, char **list, argument
137 if ((string == NULL) || (list == NULL) || (num_entries == 0)) {
142 if (strequal(string, lis
78 smbconf_add_string_to_array(TALLOC_CTX *mem_ctx, char ***array, uint32_t count, const char *string) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dfeature.c14 #include <string.h>
23 const char *string; member in struct:feature
65 for (f = feature_list; f->string; f++) {
68 return f->string;
89 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) argument
95 for (f = feature_list; f->string; f++) {
96 if (!strcasecmp(string, f->string)) {
102 if (strncasecmp(string, "FEATURE_", 8))
105 switch (string[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexstorob.c111 * truncated if the string is smaller than the buffer. However, "other"
119 * If the original source was a string, we must truncate the buffer,
176 /* We know that source_desc is a string by now */
178 buffer = ACPI_CAST_PTR(u8, source_desc->string.pointer);
179 length = source_desc->string.length;
182 * Replace existing string value if it will fit and the string
185 if ((length < target_desc->string.length) &&
189 * Clear old string and copy in the new one
191 ACPI_MEMSET(target_desc->string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/testenv/misc/
H A Dcolour_terminal.py31 def printer (color, string):
33 print (T_COLORS.get (color) + string + T_COLORS.get ('ENDC'))
35 print (string)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dexstorob.c111 * truncated if the string is smaller than the buffer. However, "other"
119 * If the original source was a string, we must truncate the buffer,
176 /* We know that source_desc is a string by now */
178 buffer = ACPI_CAST_PTR(u8, source_desc->string.pointer);
179 length = source_desc->string.length;
182 * Replace existing string value if it will fit and the string
185 if ((length < target_desc->string.length) &&
189 * Clear old string and copy in the new one
191 ACPI_MEMSET(target_desc->string
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/e2p/
H A Dfeature.c14 #include <string.h>
23 const char *string; member in struct:feature
65 for (f = feature_list; f->string; f++) {
68 return f->string;
89 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) argument
95 for (f = feature_list; f->string; f++) {
96 if (!strcasecmp(string, f->string)) {
102 if (strncasecmp(string, "FEATURE_", 8))
105 switch (string[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.cp/
H A Dbs15503.cc19 #include <string>
37 // initialize s with string literal
39 string s("I am a shot string");
46 // concatenate another string
47 s += "and now a longer string";
51 string::size_type spos = s.find("and");
66 I am a shot string
67 I am a short string
68 I am a short stringand now a longer string
[all...]

Completed in 294 milliseconds

1234567891011>>