Searched refs:string (Results 426 - 450 of 8373) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dosdep.h15 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrdup.c25 #include <string.h>
38 /* Duplicate S, returning an identical malloc'd string. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-gettimeofday.c24 #include <string.h>
H A Dtest-strerror.c25 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmissing-string.c1 /* missing-string.c - missing string utilities
25 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dversion.c33 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem_clr.c60 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem_clr.c60 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/pcmcia/
H A Dcrc32hash.c6 #include <string.h>
26 printf("no string passed as argument\n");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dxtables-multi.c3 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dvalid_blk.c18 #include <string.h>
H A Dversion.c16 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_progname.c14 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dxalloc.h56 extern char *xstrdup (const char *string);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxstring.tex3 wxString is a class representing a character string. Please see the
6 As explained there, wxString implements most of the methods of the std::string
15 \helpref{Len()}{wxstringlen} and {\tt length()} which all return the string
16 length. In all cases of such duplication the {\tt std::string}-compatible
18 used as it will ensure smoother transition to {\tt std::string} when wxWidgets
27 <wx/string.h>
44 A string may be constructed either from a C string, (some number of copies of)
45 a single character or a wide (UNICODE) string. For all constructors (except the
46 default which creates an empty string) ther
[all...]
H A Dsostream.tex15 user-provided or internally allocated string. Note that currently this stream
34 Otherwise, an internal string is used for the data written to this stream, use
38 contents of it, i.e. the string is not cleared here. However if it is not
40 offset by the initial string length, i.e. initial stream position will be the
41 initial length of the string and not $0$.
48 Returns the string containing all the data written to the stream so far.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DCMI8738-MC6.conf10 type string
20 type string
46 type string
58 type string
87 type string
114 type string
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dglob.inc36 * pattern is NULL -- i.e. no string).
40 * 1) pattern - a character string
249 * wxMatchWild matches the given pattern string against
250 * a text string, and returns TRUE if it matches, FALSE otherwise.
252 * A match means that the entire text string is used up in the matching.
258 * If one or other or both of the string arguments to wxMatchWild function is
259 * NULL (i.e. there isn't a string), then the function returns FALSE.
276 * the given pattern string against a text string, and returns TRUE if
277 * it matches, FALSE otherwise. It is assumed that the string argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
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/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-c-3-prg.c24 #include <string.h>
34 #define _(string) gettext (string)
H A Dformat-c-4-prg.c24 #include <string.h>
34 #define _(string) gettext (string)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriostr.h23 #include <string.h>
47 TRIO_STRING_PUBLIC void trio_destroy TRIO_PROTO((char *string));
54 TRIO_STRING_PUBLIC size_t trio_length TRIO_PROTO((const char *string));
64 TRIO_STRING_PUBLIC int trio_contains TRIO_PROTO((const char *string, const char *substring));
71 TRIO_STRING_PUBLIC unsigned long trio_hash TRIO_PROTO((const char *string, int type));
72 TRIO_STRING_PUBLIC char *trio_index TRIO_PROTO((const char *string, int character));
73 TRIO_STRING_PUBLIC char *trio_index_last TRIO_PROTO((const char *string, int character));
75 TRIO_STRING_PUBLIC int trio_match TRIO_PROTO((const char *string, const char *pattern));
76 TRIO_STRING_PUBLIC int trio_match_case TRIO_PROTO((const char *string, const char *pattern));
78 TRIO_STRING_PUBLIC char *trio_substring TRIO_PROTO((const char *string, cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/scripts/shares/python/
H A DSambaParm.py23 import string namespace
38 x = string.upper(value)
50 x = string.upper(value)
77 ## string smb.conf parms
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Daddr.c121 char *tipc_addr_string_fill(char *string, u32 addr) argument
123 snprintf(string, 16, "<%u.%u.%u>",
125 return string;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtriostr.h23 #include <string.h>
47 TRIO_STRING_PUBLIC void trio_destroy TRIO_PROTO((char *string));
54 TRIO_STRING_PUBLIC size_t trio_length TRIO_PROTO((const char *string));
64 TRIO_STRING_PUBLIC int trio_contains TRIO_PROTO((const char *string, const char *substring));
71 TRIO_STRING_PUBLIC unsigned long trio_hash TRIO_PROTO((const char *string, int type));
72 TRIO_STRING_PUBLIC char *trio_index TRIO_PROTO((const char *string, int character));
73 TRIO_STRING_PUBLIC char *trio_index_last TRIO_PROTO((const char *string, int character));
75 TRIO_STRING_PUBLIC int trio_match TRIO_PROTO((const char *string, const char *pattern));
76 TRIO_STRING_PUBLIC int trio_match_case TRIO_PROTO((const char *string, const char *pattern));
78 TRIO_STRING_PUBLIC char *trio_substring TRIO_PROTO((const char *string, cons
[all...]

Completed in 328 milliseconds

<<11121314151617181920>>