Searched refs:string (Results 476 - 500 of 8373) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DSI7018.conf12 type string
23 type string
48 type string
86 type string
133 type string
H A DVIA8233.conf10 type string
21 type string
52 type string
96 type string
151 type string
H A DVIA8233A.conf10 type string
20 type string
44 type string
94 type string
155 type string
H A DVIA8237.conf10 type string
21 type string
52 type string
89 type string
141 type string
H A DAudigy.conf10 type string
62 type string
97 type string
150 type string
186 type string
233 type string
H A DEMU10K1.conf10 type string
68 type string
106 type string
186 type string
224 type string
271 type string
H A DNFORCE.conf10 type string
27 type string
58 type string
108 type string
179 type string
252 type string
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtokenizr.tex3 wxStringTokenizer helps you to break a string up into a number of tokens. It
8 string to tokenize and also the delimiters which separate tokens in the string
29 the delimiters string only contains white space characters but, unlike the
42 same as {\tt wxTOKEN\_STRTOK} if the delimiter string contains only
45 middle of the string will be returned, i.e. {\tt "a::b:"} will be tokenized in
47 in this mode, not just the last one, i.e. a string \texttt{"a::b::"} would
51 well. The string \texttt{"a::b:"} will be tokenized in four tokens: the already
52 mentioned ones and another empty one as the last one and a string
90 Constructor. Pass the string t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-properties.c30 #include <string.h>
241 /* Converts a string from ISO-8859-1 encoding to UTF-8 encoding. */
243 conv_from_iso_8859_1 (char *string) argument
245 if (is_ascii_string (string))
246 return string;
249 size_t length = strlen (string);
253 const char *str = string;
271 /* Converts a string from JAVA encoding (with \uxxxx sequences) to UTF-8
272 encoding. May destructively modify the argument string. */
274 conv_from_java (char *string) argument
[all...]
H A Dformat.h60 /* This structure describes a format string parser for a language. */
63 /* Parse the given string as a format string.
66 If fdi is non-NULL, it must be a an array of strlen (string) zero bytes.
68 1. the argument types/names needed for the format string,
70 Return NULL if the string is not a valid format string. In this case,
73 void * (*parse) (const char *string, bool translated, char *fdi, char **invalid_reason);
75 /* Free a format string descriptor, returned by parse(). */
79 A string tha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-csharp-33 # More tests for C# support: string syntax
20 // A 6-character string (unlike in Java, where this is just one backslash).
36 // Verbatim string literals are extracted.
38 // In verbatim string literals, no escape sequences are recognized.
40 // In verbatim string literals, only doubled delimiters are recognized.
42 // Normal and verbatim string literals can be concatenated.
106 #. A 6-character string (unlike in Java, where this is just one backslash).
141 #. Verbatim string literals are extracted.
146 #. In verbatim string literals, no escape sequences are recognized.
151 #. In verbatim string literal
[all...]
H A Dmsgcat-stringtable-110 /* This is an example of a string table file. Everything inside a comment
16 /* This is an example of excape codes in the string table, codes */
26 /* a key with no value assumes the value is the empty string */
43 # This is an example of a string table file. Everything inside a comment
49 # This is an example of excape codes in the string table, codes
63 # a key with no value assumes the value is the empty string
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexconvrt.c54 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 max_length);
63 * Flags - Used for string conversion
95 /* Note: Takes advantage of common buffer/string fields */
106 * Convert the buffer/string to an integer. Note that both buffers and
112 * 2) The end of the buffer or string has been reached
122 * Convert string to an integer - for most cases, the string must be
239 * Size will be the string length
241 * NOTE: Add one to the string length to include the null terminator.
247 obj_desc->string
287 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 data_width) argument
[all...]
H A Dexconfig.c163 if ((operand[0]->string.length > ACPI_NAME_SIZE) ||
164 (operand[1]->string.length > ACPI_OEM_ID_SIZE) ||
165 (operand[2]->string.length > ACPI_OEM_TABLE_ID_SIZE)) {
171 status = acpi_tb_find_table(operand[0]->string.pointer,
172 operand[1]->string.pointer,
173 operand[2]->string.pointer, &table_index);
197 if (operand[3]->string.length > 0) {
203 acpi_ns_get_node(start_node, operand[3]->string.pointer,
212 if (operand[4]->string.length > 0) {
213 if ((operand[4]->string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py2 import glob, os, string, sys, thread, time namespace
31 # Within the two sets of data, lines may begin with a path string. If so, the
42 j = string.find(res[i],base1)
44 col = string.find(res[i],':')
46 start = string.rfind(res[i][:col], '/')
51 j = string.find(exp[i],base2)
53 col = string.find(exp[i],':')
55 start = string.rfind(exp[i][:col], '/')
68 # print string.strip(line)
80 if string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dregressions.py2 import glob, os, string, sys, thread, time namespace
31 # Within the two sets of data, lines may begin with a path string. If so, the
42 j = string.find(res[i],base1)
44 col = string.find(res[i],':')
46 start = string.rfind(res[i][:col], '/')
51 j = string.find(exp[i],base2)
53 col = string.find(exp[i],':')
55 start = string.rfind(exp[i][:col], '/')
68 # print string.strip(line)
80 if string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/
H A Ddb_server.x36 string name<>;
37 string subdb<>;
49 string name<>;
50 string subdb<>;
51 string newname<>;
99 string home<>;
114 string home<>;
127 string home<>;
150 string passwd<>;
297 string filenam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfiles.h20 Err(const std::string &s) : Exception(IO_ERROR, s) {}
22 class OpenErr : public Err {public: OpenErr(const std::string &filename) : Err("FileStore: error opening file for reading: " + filename) {}};
34 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
35 size_t CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const;
73 Err(const std::string &s) : Exception(IO_ERROR, s) {}
75 class OpenErr : public Err {public: OpenErr(const std::string &filename) : Err("FileSink: error opening file for writing: " + filename) {}};
H A Dmqueue.cpp16 size_t MessageQueue::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
24 size_t MessageQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking)
45 unsigned int MessageQueue::CopyMessagesTo(BufferedTransformation &target, unsigned int count, const std::string &channel) const
74 unsigned int EqualityComparisonFilter::MapChannel(const std::string &channel) const
84 size_t EqualityComparisonFilter::ChannelPut2(const std::string &channel, const byte *inString, size_t length, int messageEnd, bool blocking)
135 bool EqualityComparisonFilter::ChannelMessageSeriesEnd(const std::string &channel, int propagation, bool blocking)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_xen.c195 static void xenboot_write_console(struct console *console, const char *string, argument
201 raw_console_write(string, len);
204 while (off < len && NULL != (pos = strchr(string+off, '\n'))) {
205 linelen = pos-string+off;
208 write_console(0, string+off, linelen);
213 write_console(0, string+off, len-off);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_buffer.c212 * write a UNICODE string and its relative pointer.
231 BOOL smb_io_relstr(const char *desc, RPC_BUFFER *buffer, int depth, UNISTR *string) argument
239 buffer->string_at_end -= (size_of_relative_string(string) - 4);
252 /* write the string */
253 if (!smb_io_unistr(desc, string, ps, depth))
278 /* read the string */
279 if (!smb_io_unistr(desc, string, ps, depth))
293 BOOL smb_io_relarraystr(const char *desc, RPC_BUFFER *buffer, int depth, uint16 **string) argument
305 p=*string;
306 q=*string;
485 size_of_relative_string(UNISTR *string) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dutils.c22 #include <string.h>
148 modifyString(char *string, const char *before, const char *after, int noalloc) argument
154 s = strstr(string, before);
156 return string;
163 return string;
170 s = realloc(string, strlen(string)+((newlen-oldlen)*chgcnt)+1);
171 /* If we failed to realloc, return the original alloc'd string */
173 string = s;
175 return string;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_writeenv.c79 char *string, numtext[10]; local
86 if(curl_easy_getinfo(curl, variables[i].id, &string) == CURLE_OK)
87 internalSetEnv(variables[i].name, string);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lasat/
H A Dprom.c6 #include <linux/string.h>
26 static void null_prom_display(const char *string, int pos, int clear) argument
46 void (*prom_display)(const char *string, int pos, int clear) =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dscsiglue.c418 const char *string; local
429 string = us->pusb_dev->manufacturer;
431 string = us->unusual_dev->vendorName;
433 string = "Unknown";
434 SPRINTF(" Vendor: %s\n", string);
436 string = us->pusb_dev->product;
438 string = us->unusual_dev->productName;
440 string = "Unknown";
441 SPRINTF(" Product: %s\n", string);
443 string
[all...]

Completed in 218 milliseconds

<<11121314151617181920>>