Searched refs:string (Results 451 - 475 of 8373) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dziperr.h17 * VMS message file ident string. (The "-xxx" suffix should be
69 char *string; member in struct:__anon7717
106 char *string; member in struct:__anon7718
114 /* Macro for easy access to the message string. */
115 #define ZIPERRORS(e) ziperrors[e].string
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dostream.c42 ostream_write_str (ostream_t stream, const char *string) argument
44 ostream_write_mem (stream, string, strlen (string));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcryptlib.h131 explicit Exception(ErrorType errorType, const std::string &s) : m_errorType(errorType), m_what(s) {}
134 const std::string &GetWhat() const {return m_what;}
135 void SetWhat(const std::string &s) {m_what = s;}
141 std::string m_what;
148 explicit InvalidArgument(const std::string &s) : Exception(INVALID_ARGUMENT, s) {}
155 explicit InvalidDataFormat(const std::string &s) : Exception(INVALID_DATA_FORMAT, s) {}
162 explicit InvalidCiphertext(const std::string &s) : InvalidDataFormat(s) {}
169 explicit NotImplemented(const std::string &s) : Exception(NOT_IMPLEMENTED, s) {}
176 explicit CannotFlush(const std::string &s) : Exception(CANNOT_FLUSH, s) {}
183 OS_Error(ErrorType errorType, const std::string
[all...]
H A Dwait.h30 virtual void Trace(unsigned int n, std::string const& s) = 0;
41 void TraceIf(unsigned int n, std::string const&s)
80 // - void TraceXxxx(string const& s)
88 virtual void Trace##EVENTNAME(std::string const& s) { TraceIf(Trace##EVENTNAME(), s); }
107 virtual std::string Format() const;
119 std::string Format() const;
125 /*! An extended CallStack entry type with an additional string parameter. */
130 std::string Format() const;
153 Err(const std::string& s) : Exception(IO_ERROR, s) {}
H A Dfilters.h25 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
26 size_t CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const;
41 size_t Output(int outputSite, const byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
42 size_t OutputModifiable(int outputSite, byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
43 bool OutputMessageEnd(int outputSite, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
44 bool OutputFlush(int outputSite, bool hardFlush, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
45 bool OutputMessageSeriesEnd(int outputSite, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
58 byte *HelpCreatePutSpace(BufferedTransformation &target, const std::string &channel, size_t minSize, size_t desiredSize, size_t &bufferSize)
75 byte *HelpCreatePutSpace(BufferedTransformation &target, const std::string &channel, size_t minSize)
77 byte *HelpCreatePutSpace(BufferedTransformation &target, const std::string
669 StringStore(const byte *string, size_t length) argument
671 StringStore(const T &string) argument
784 StringSource(const char *string, bool pumpAll, BufferedTransformation *attachment = NULL) argument
787 StringSource(const byte *string, size_t length, bool pumpAll, BufferedTransformation *attachment = NULL) argument
790 StringSource(const std::string &string, bool pumpAll, BufferedTransformation *attachment = NULL) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfield.c29 # include <string.h>
71 field->string.ptr = 0;
136 if (field->string.ptr)
137 free(field->string.ptr);
283 field->string.ptr = ucs4;
376 return id3_render_string(ptr, field->string.ptr, *encoding, terminate);
523 int set_string(union id3_field *field, id3_ucs4_t const *string) argument
527 if (string == 0 || *string == 0)
530 data = id3_ucs4_duplicate(string);
544 id3_field_setstring(union id3_field *field, id3_ucs4_t const *string) argument
569 id3_field_setfullstring(union id3_field *field, id3_ucs4_t const *string) argument
626 id3_field_addstring(union id3_field *field, id3_ucs4_t const *string) argument
829 id3_ucs4_t const *string; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfield.c29 # include <string.h>
71 field->string.ptr = 0;
136 if (field->string.ptr)
137 free(field->string.ptr);
283 field->string.ptr = ucs4;
376 return id3_render_string(ptr, field->string.ptr, *encoding, terminate);
523 int set_string(union id3_field *field, id3_ucs4_t const *string) argument
527 if (string == 0 || *string == 0)
530 data = id3_ucs4_duplicate(string);
544 id3_field_setstring(union id3_field *field, id3_ucs4_t const *string) argument
569 id3_field_setfullstring(union id3_field *field, id3_ucs4_t const *string) argument
626 id3_field_addstring(union id3_field *field, id3_ucs4_t const *string) argument
829 id3_ucs4_t const *string; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMD4Hash.h39 #include <string>
174 bool Decode(const std::string& hash) {
203 return Decode(std::string(unicode2char(hash)));
215 std::string EncodeSTL() const {
216 std::string Base16Buff;
H A DUPnPBase.cpp53 * Case insensitive std::string comparison
55 bool stdStringIsEqualCI(const std::string &s1, const std::string &s2)
57 std::string ns1(s1);
58 std::string ns2(s2);
67 const std::string &protocol,
69 const std::string &description)
84 const std::string &CUPnPLib::UPNP_ROOT_DEVICE =
87 const std::string &CUPnPLib::UPNP_DEVICE_IGW =
89 const std::string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dprivate.h41 // some compilers (e.g. Sun CC) give warnings when treating string literals as
107 const wxString& string, int* width, int* height,
127 XmString wxStringToXmString( const wxString& string );
128 XmString wxStringToXmString( const char* string );
147 wxXmString(const XmString& string) { m_string = string; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dcharset.c29 #include <string.h>
142 char *convert_from_utf8_to_user(const char *string) argument
144 return FLAC_plugin__charset_convert_string(string, "UTF-8", flac_cfg.title.user_char_set);
147 char *convert_from_user_to_utf8(const char *string) argument
149 return FLAC_plugin__charset_convert_string(string, flac_cfg.title.user_char_set, "UTF-8");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.in.h98 /* String utility functions that modify a string argument or
99 * return a constant string that must not be freed.
102 gchar* g_strdelimit (gchar *string,
105 gchar* g_strcanon (gchar *string,
110 gchar* g_strreverse (gchar *string);
158 gchar* g_strchug (gchar *string);
160 gchar* g_strchomp (gchar *string);
162 #define g_strstrip( string ) g_strchomp (g_strchug (string))
189 gchar* g_strdown (gchar *string);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.in.h98 /* String utility functions that modify a string argument or
99 * return a constant string that must not be freed.
102 gchar* g_strdelimit (gchar *string,
105 gchar* g_strcanon (gchar *string,
110 gchar* g_strreverse (gchar *string);
158 gchar* g_strchug (gchar *string);
160 gchar* g_strchomp (gchar *string);
162 #define g_strstrip( string ) g_strchomp (g_strchug (string))
189 gchar* g_strdown (gchar *string);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp20 int show_item(MyDb &itemnameSDB, MyDb &vendorDB, std::string &itemName);
43 std::string databaseHome("./");
44 std::string itemName;
47 std::string vDbName("vendordb.db");
48 std::string iDbName("inventorydb.db");
49 std::string itemSDbName("itemname.sdb");
104 show_item(MyDb &itemnameSDB, MyDb &vendorDB, std::string &itemName)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-ycp.c128 string literal with a space character. We need to remember the
129 comment for later, because it may be attached to a keyword string.
330 char *string; /* for token_type_string_literal, token_type_symbol */ member in struct:token_ty
413 free (tp->string);
520 tp->string = xstrdup (buffer);
544 tp->string = xstrdup (buffer);
584 /* Concatenate adjacent string literals to form single string literals.
585 (See libycp/src/parser.yy, rule 'string' vs. terminal 'STRING'.) */
604 len = strlen (tp->string);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dcon3270.c48 struct string *cline; /* current output line. */
49 struct string *status; /* last line of display. */
54 struct string *input; /* input string for read request. */
82 * The status line is the last line of the screen. It shows the string
92 memcpy(cp->status->string + 24, str, 7);
93 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7);
107 memcpy(cp->status->string, blueprint, sizeof(blueprint));
109 raw3270_buffer_address(cp->view.dev, cp->status->string + 1,
111 raw3270_buffer_address(cp->view.dev, cp->status->string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dsuper.c29 #include <linux/string.h>
98 /* Mount options that take string arguments */
945 * Error-check and convert a string of mount options from user space into
946 * a data structure. The whole mount string is processed; bad options are
953 char *p, *string, *secdata; local
959 dfprintk(MOUNT, "NFS: mount options string was NULL.\n");
1090 string = match_strdup(args);
1091 if (string == NULL)
1093 rc = strict_strtoul(string, 10, &option);
1094 kfree(string);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/genksyms/
H A Dgenksyms.c25 #include <string.h>
172 strcmp(defn->string, "}") == 0 &&
174 strcmp(defn->string, "UNKNOWN") == 0 &&
176 strcmp(defn->string, "{") == 0);
278 free(node->string);
296 newnode->string = xstrdup(node->string);
305 if (a->tag != b->tag || strcmp(a->string, b->string))
320 .string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DHDA-Intel.conf10 type string
35 type string
89 type string
154 type string
202 @args.CARD { type string }
225 @args.CARD { type string }
248 @args.CARD { type string }
271 @args.CARD { type string }
297 type string
H A DATIIXP-SPDMA.conf10 type string
20 type string
44 type string
87 type string
141 type string
H A DATIIXP.conf10 type string
20 type string
44 type string
87 type string
141 type string
H A DICE1712.conf9 type string
33 type string
63 type string
84 type string
105 type string
H A DICH.conf10 type string
27 type string
58 type string
108 type string
179 type string
H A DICH4.conf10 type string
27 type string
58 type string
108 type string
169 type string
H A DSB-XFi.conf10 type string
22 type string
35 type string
48 type string
71 type string

Completed in 377 milliseconds

<<11121314151617181920>>