Searched refs:string (Results 326 - 350 of 8373) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-qt.c30 #include <string.h>
37 #include "hash-string.h"
66 The file starts with a magic string of 16 bytes:
100 ISO-8859-1 encoded, disambiguating-comment string:
119 context string (usually a C++ class name or empty):
257 /* Add an ISO-8859-1 encoded string to an obstack. */
259 append_base_string (struct obstack *mempool, const char *string) argument
261 size_t length = strlen (string) + 1;
263 obstack_grow (mempool, string, length);
266 /* Add an UTF-16 encoded string t
268 append_unicode_string(struct obstack *mempool, const unsigned short *string, size_t length) argument
285 conv_to_iso_8859_1(const char *string) argument
313 conv_to_utf16(const char *string, size_t *sizep) argument
683 const char *string = mlp->item[j]->msgctxt; local
709 const char *string = mlp->item[j]->msgid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexoparg3.c180 if (index >= operand[0]->string.length) {
186 else if ((index + length) > operand[0]->string.length) {
187 length = (acpi_size) operand[0]->string.length -
231 ACPI_MEMCPY(buffer, operand[0]->string.pointer + index,
237 return_desc->string.pointer = buffer;
238 return_desc->string.length = (u32) length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddatatest.cpp16 typedef std::map<std::string, std::string> TestData;
52 const std::string & GetRequiredDatum(const TestData &data, const char *name)
62 std::string s1 = GetRequiredDatum(data, name), s2;
104 std::string GetDecodedDatum(const TestData &data, const char *name)
106 std::string s;
111 std::string GetOptionalDecodedDatum(const TestData &data, const char *name)
113 std::string s;
129 if (std::string(name) == Name::DigestSize() && valueType == typeid(int))
146 const std::string
[all...]
H A Dbase32.h13 Base32Encoder(BufferedTransformation *attachment = NULL, bool uppercase = true, int outputGroupSize = 0, const std::string &separator = ":", const std::string &terminator = "")
H A Dfactory.h38 FactoryNotFound(const char *name) : Exception(OTHER_ERROR, std::string("ObjectFactoryRegistry: could not find factory for algorithm ") + name) {}
50 void RegisterFactory(const std::string &name, ObjectFactory<AbstractClass> *factory)
71 std::vector<std::string> GetFactoryNames() const
73 std::vector<std::string> names;
84 typedef std::map<std::string, void *> Map;
100 std::string n = name ? std::string(name) : std::string(ConcreteClass::StaticAlgorithmName());
H A Dhex.h12 HexEncoder(BufferedTransformation *attachment = NULL, bool uppercase = true, int outputGroupSize = 0, const std::string &separator = ":", const std::string &terminator = "")
H A Dttmac.h15 static std::string StaticAlgorithmName() {return std::string("Two-Track-MAC");}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/scripts/shares/python/
H A DSambaConfig.py1 import sys, string, SambaParm namespace
45 ## string smb.conf parms
57 self.key = string.upper(string.strip(name))
105 ## string is empty
107 input_str = string.strip( input_str )
138 return string.upper( string.join(string.split(param), "") )
174 str_list = string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack_access.c216 * readable string
217 * @string : the string to fill
221 static inline void smack_str_from_perm(char *string, int access) argument
225 string[i++] = 'r';
227 string[i++] = 'w';
229 string[i++] = 'x';
231 string[i++] = 'a';
232 string[i] = '\0';
304 * @string
310 smk_import_entry(const char *string, int len) argument
373 smk_import(const char *string, int len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_dump.c117 char string[256]; local
131 snprintf (string, sizeof (string), "show debugging ospf6 %s", name);
135 cmd->string = strdup (string);
142 snprintf (string, sizeof (string), "debug ospf6 %s", name);
146 cmd->string = strdup (string);
152 snprintf (string, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DATIIXP-MODEM.conf10 type string
H A DTRID4DWAVENX.conf10 type string
21 type string
60 type string
96 type string
H A DVXPocket440.conf10 type string
21 type string
33 type string
70 type string
H A DYMF744.conf10 type string
21 type string
33 type string
69 type string
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dms_fnmatch.c53 p and n are the pattern and string being matched. The max_n array is
54 an optimisation only. The ldot pointer is NULL if the string does
81 '.' in the string. */
149 int ms_fnmatch(const char *pattern, const char *string, BOOL translate_pattern, argument
156 if (strcmp(string, "..") == 0) {
157 string = ".";
164 return strcmp(pattern, string);
166 return StrCaseCmp(pattern, string);
176 if (push_ucs2(NULL, s, string, sizeof(s), STR_TERMINATE) == (size_t)-1) {
224 int gen_fnmatch(const char *pattern, const char *string) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dgprinterdata7 import string namespace
18 host = string.replace(sys.argv[len(sys.argv) - 1], "/", "\\")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib574.c26 static int new_fnmatch(const char *pattern, const char *string) argument
29 (void)string;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dhtmltitle.cpp32 #include <string.h>
34 #include <string>
39 // Case-insensitive string comparison
57 std::string title;
64 static std::string buffer;
71 std::string *writerData)
249 static void parseHtml(const std::string &html,
250 std::string &title)
270 std::string title;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLoggerConsole.cpp60 std::string s;
77 std::string s;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-tcl-114 # Valid: one string argument
107 read string
111 string=`echo "$string" | sed -e "$escape_dollars"`
113 [msgcat::mc ${string}];
132 echo "Format string recognition error:" 1>&2
H A Dgettext-3-prg.c33 #define N_(string) string
43 { "String1", N_("First string for testing.") },
44 { "String2", N_("Another string for testing.") }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dhlp_lib_next.com11 $ if (i .gt. 0) then candidate = base+ "_"+ f$string( i)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A DMakefile5 lib-y += delay.o string.o uaccess_std.o uaccess_pt.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dhlp_lib_next.com12 $ if (i .gt. 0) then candidate = base+ "_"+ f$string( i)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Doptions.c139 /* add an option string to the options (an option string contains an option code,
141 int add_option_string(uint8_t *optionptr, uint8_t *string) argument
145 /* end position + string length + option code/length + end option */
146 if (end + string[OPT_LEN] + 2 + 1 >= 308) {
148 string[OPT_CODE]);
151 DEBUG("adding option 0x%02x", string[OPT_CODE]);
152 memcpy(optionptr + end, string, string[OPT_LEN] + 2);
153 optionptr[end + string[OPT_LE
[all...]

Completed in 176 milliseconds

<<11121314151617181920>>