Searched refs:string (Results 301 - 325 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 DEcho_Echo3G.conf9 type string
21 type string
33 type string
45 type string
57 type string
92 type string
137 type string
182 type string
228 type string
285 type string
[all...]
H A DUSB-Audio.conf63 @args.CARD { type string }
84 @args.CARD { type string }
109 @args.CARD { type string }
130 @args.CARD { type string }
167 @args.CARD { type string }
174 @args.CARD { type string }
184 @args.CARD { type string }
219 @args.CARD { type string }
227 @args.CARD { type string }
245 @args.CARD { type string }
[all...]
H A DCMI8738-MC8.conf10 type string
27 type string
59 type string
78 type string
115 type string
149 type string
183 type string
H A DCS46xx.conf10 type string
21 type string
45 type string
72 type string
84 type string
122 type string
169 type string
H A DEMU10K1X.conf9 type string
33 type string
44 type string
56 type string
68 type string
106 type string
153 type string
H A DCA0106.conf9 type string
33 type string
44 type string
56 type string
68 type string
80 type string
119 type string
164 type string
225 type string
H A DICE1724.conf9 type string
33 type string
44 type string
57 type string
69 type string
82 type string
105 type string
128 type string
153 type string
H A DFM801.conf10 type string
20 type string
54 type string
H A DPS3.conf10 type string
28 type string
53 type string
H A DVIA686A.conf13 type string
23 type string
47 type string
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dostream.h25 #include <string.h>
123 /* Write a string's contents to a stream. */
124 extern void ostream_write_str (ostream_t stream, const char *string);
130 ostream_write_str (ostream_t stream, const char *string) argument
132 ostream_write_mem (stream, string, strlen (string));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dostream.h25 #include <string.h>
123 /* Write a string's contents to a stream. */
124 extern void ostream_write_str (ostream_t stream, const char *string);
130 ostream_write_str (ostream_t stream, const char *string) argument
132 ostream_write_mem (stream, string, strlen (string));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Ddetails.cc340 QString string; local
358 string = none;
374 string = mixed;
376 string = tr( "Finished" );
378 string = tr( "Paused" );
380 string = torrents[0]->activityString( );
382 myStateLabel->setText( string );
383 const QString stateString = string;
394 string = none;
415 string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DgenUnicode.py13 import string namespace
34 (blockfile, catfile) = string.split(sources)
52 line = string.strip(line)
56 fields = string.split(line, ';')
57 range = string.strip(fields[0])
58 (start, end) = string.split(range, "..")
59 name = string.strip(fields[1])
60 name = string.replace(name, ' ', '')
74 alias = string.split(block,':')
75 alist = string
[all...]
H A Dtriostr.c24 #include <string.h>
119 Create new string.
121 @param size Size of new string.
122 @return Pointer to string, or NULL if allocation failed.
134 Destroy string.
136 @param string String to be freed.
140 TRIO_ARGS1((string),
141 char *string)
143 if (string)
145 TRIO_FREE(string);
139 trio_destroy(string), char *string argument
157 trio_length(string), TRIO_CONST char *string argument
240 trio_contains(string, substring), TRIO_CONST char *string, TRIO_CONST char *substring argument
624 trio_hash(string, type), TRIO_CONST char *string, int type argument
661 trio_index(string, character), TRIO_CONST char *string, int character argument
682 trio_index_last(string, character), TRIO_CONST char *string, int character argument
728 trio_match(string, pattern), TRIO_CONST char *string, TRIO_CONST char *pattern argument
781 trio_match_case(string, pattern), TRIO_CONST char *string, TRIO_CONST char *pattern argument
861 trio_substring(string, substring), TRIO_CONST char *string, TRIO_CONST char *substring argument
885 trio_substring_max(string, max, substring), TRIO_CONST char *string, size_t max, TRIO_CONST char *substring argument
926 trio_tokenize(string, delimiters), char *string, TRIO_CONST char *delimiters argument
1141 trio_to_long(string, endp, base), TRIO_CONST char *string, char **endp, int base argument
1190 trio_to_unsigned_long(string, endp, base), TRIO_CONST char *string, char **endp, int base argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriostr.c24 #include <string.h>
119 Create new string.
121 @param size Size of new string.
122 @return Pointer to string, or NULL if allocation failed.
134 Destroy string.
136 @param string String to be freed.
140 TRIO_ARGS1((string),
141 char *string)
143 if (string)
145 TRIO_FREE(string);
139 trio_destroy(string), char *string argument
157 trio_length(string), TRIO_CONST char *string argument
240 trio_contains(string, substring), TRIO_CONST char *string, TRIO_CONST char *substring argument
624 trio_hash(string, type), TRIO_CONST char *string, int type argument
661 trio_index(string, character), TRIO_CONST char *string, int character argument
682 trio_index_last(string, character), TRIO_CONST char *string, int character argument
728 trio_match(string, pattern), TRIO_CONST char *string, TRIO_CONST char *pattern argument
781 trio_match_case(string, pattern), TRIO_CONST char *string, TRIO_CONST char *pattern argument
861 trio_substring(string, substring), TRIO_CONST char *string, TRIO_CONST char *substring argument
885 trio_substring_max(string, max, substring), TRIO_CONST char *string, size_t max, TRIO_CONST char *substring argument
926 trio_tokenize(string, delimiters), char *string, TRIO_CONST char *delimiters argument
1141 trio_to_long(string, endp, base), TRIO_CONST char *string, char **endp, int base argument
1190 trio_to_unsigned_long(string, endp, base), TRIO_CONST char *string, char **endp, int base argument
[all...]
H A DgenUnicode.py13 import string namespace
34 (blockfile, catfile) = string.split(sources)
52 line = string.strip(line)
56 fields = string.split(line, ';')
57 range = string.strip(fields[0])
58 (start, end) = string.split(range, "..")
59 name = string.strip(fields[1])
60 name = string.replace(name, ' ', '')
74 alias = string.split(block,':')
75 alist = string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A Dindex.py41 import string namespace
247 desc = string.replace(desc, "'", " ")
248 l = string.split(desc, ".")
338 desc = string.replace(desc, "'", " ")
395 title = string.replace(title, "'", " ")
474 str = string.replace(str, ".", " ")
475 str = string.replace(str, "!", " ")
476 str = string.replace(str, "?", " ")
477 str = string.replace(str, ",", " ")
478 str = string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py41 import string namespace
247 desc = string.replace(desc, "'", " ")
248 l = string.split(desc, ".")
338 desc = string.replace(desc, "'", " ")
395 title = string.replace(title, "'", " ")
474 str = string.replace(str, ".", " ")
475 str = string.replace(str, "!", " ")
476 str = string.replace(str, "?", " ")
477 str = string.replace(str, ",", " ")
478 str = string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml-set.c25 * mxmlSetTextf() - Set the value of a text node to a formatted string.
47 const char *data) /* I - New data string */
123 const char *name) /* I - New name string */
184 const char *opaque) /* I - Opaque string */
250 const char *string) /* I - String */
260 if (!node || node->type != MXML_TEXT || !string)
264 * Free any old string value and set the new value...
267 if (node->value.text.string)
268 free(node->value.text.string);
271 node->value.text.string
248 mxmlSetText(mxml_node_t *node, int whitespace, const char *string) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h135 tre_regexec(const regex_t *preg, const char *string, size_t nmatch,
155 tre_regwexec(const regex_t *preg, const wchar_t *string,
165 tre_regnexec(const regex_t *preg, const char *string, size_t len,
173 tre_regwnexec(const regex_t *preg, const wchar_t *string, size_t len,
205 tre_regaexec(const regex_t *preg, const char *string,
209 tre_reganexec(const regex_t *preg, const char *string, size_t len,
214 tre_regawexec(const regex_t *preg, const wchar_t *string,
218 tre_regawnexec(const regex_t *preg, const wchar_t *string, size_t len,
241 tre_reguexec(const regex_t *preg, const tre_str_source *string,
244 /* Returns the version string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dt-mpi-bit.c27 #include <string.h>
87 /* Allocate a bit string consisting of '0' and '1' from the MPI
103 /* Allocate a bit string consisting of '0' and '1' from the MPI A. Do
128 /* Shift a bit string to the right. */
130 rshiftbitstring (char *string, size_t n) argument
132 size_t len = strlen (string);
137 memmove (string+n, string, len-n);
138 memset (string, '0', n);
141 /* Shift a bit string t
143 lshiftbitstring(const char *string, size_t n) argument
[all...]
H A Dtsexp.c26 #include <string.h>
70 const char *string; local
95 string = ("(public-key (dsa (p #41424344#) (y this_is_y) "
98 if ( gcry_sexp_build (&sexp, NULL, string,
101 fail (" scanning `%s' failed\n", string);
107 string = ("(public-key (dsa (p #41424344#) (y this_is_y) "
110 if ( gcry_sexp_build (&sexp, NULL, string,
114 fail (" scanning `%s' failed\n", string);
120 string = ("(public-key (dsa (p #41424344#) (y silly_y_value) "
123 if ( gcry_sexp_build (&sexp, NULL, string,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dt-mpi-bit.c27 #include <string.h>
87 /* Allocate a bit string consisting of '0' and '1' from the MPI
103 /* Allocate a bit string consisting of '0' and '1' from the MPI A. Do
128 /* Shift a bit string to the right. */
130 rshiftbitstring (char *string, size_t n) argument
132 size_t len = strlen (string);
137 memmove (string+n, string, len-n);
138 memset (string, '0', n);
141 /* Shift a bit string t
143 lshiftbitstring(const char *string, size_t n) argument
[all...]
H A Dtsexp.c26 #include <string.h>
70 const char *string; local
95 string = ("(public-key (dsa (p #41424344#) (y this_is_y) "
98 if ( gcry_sexp_build (&sexp, NULL, string,
101 fail (" scanning `%s' failed\n", string);
107 string = ("(public-key (dsa (p #41424344#) (y this_is_y) "
110 if ( gcry_sexp_build (&sexp, NULL, string,
114 fail (" scanning `%s' failed\n", string);
120 string = ("(public-key (dsa (p #41424344#) (y silly_y_value) "
123 if ( gcry_sexp_build (&sexp, NULL, string,
[all...]

Completed in 203 milliseconds

<<11121314151617181920>>