Searched refs:string (Results 51 - 75 of 8373) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du8-strlen.c1 /* Determine length of UTF-8 string.
23 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniwbrk/
H A Du16-wordbreaks.c23 #include <string.h>
H A Du32-wordbreaks.c23 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_config.l10 CSCstatStr - get string describing libcsc function return value
11 CSCcflags - get string containing compiler command-line options
12 CSCldflags - get string containing compiler command-line options
13 CSClibs - get string containing compiler command-line options
14 CSCversion - get string containing the libcsc version
15 CSCcredits - get string containing the libcsc credits
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dmbsnlen.c1 /* Counting the multibyte characters in a string.
21 #include <string.h>
27 /* Return the number of multibyte characters in the character string starting
30 mbsnlen (const char *string, size_t len) argument
38 for (mbi_init (iter, string, len); mbi_avail (iter); mbi_advance (iter))
H A Duniconv.h37 /* Converts an entire string, possibly including NUL bytes, from one encoding
50 If successful: The resulting Unicode string (non-NULL) is returned and its
51 length stored in *LENGTHP. The resulting string is RESULTBUF if no dynamic
75 /* Converts an entire Unicode string, possibly including NUL units, from a
88 If successful: The resulting string (non-NULL) is returned and its length
89 stored in *LENGTHP. The resulting string is RESULTBUF if no dynamic memory
112 /* Converts a NUL terminated string from a given encoding.
116 u8_strconv_from_encoding (const char *string,
120 u16_strconv_from_encoding (const char *string,
124 u32_strconv_from_encoding (const char *string,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du8-strconv-to-enc.c26 #include <string.h>
33 u8_strconv_to_encoding (const uint8_t *string, argument
43 length = u8_strlen (string) + 1;
45 if (u8_check (string, length))
57 memcpy (result, (const char *) string, length);
64 if (mem_iconveha ((const char *) string, u8_strlen (string) + 1,
H A Du-strconv-from-enc.h18 FUNC (const char *string, argument
27 string, strlen (string) + 1, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Descape.c24 * allocated string or NULL if an error occurred. */
70 char *curl_escape(const char *string, int inlength) argument
72 return curl_easy_escape(NULL, string, inlength);
76 char *curl_unescape(const char *string, int length) argument
78 return curl_easy_unescape(NULL, string, length, NULL);
81 char *curl_easy_escape(CURL *handle, const char *string, int inlength) argument
83 size_t alloc = (inlength?(size_t)inlength:strlen(string))+1;
98 in = *string;
129 string++;
136 * Curl_urldecode() URL decodes the given string
145 Curl_urldecode(struct SessionHandle *data, const char *string, size_t length, char **ostring, size_t *olen, bool reject_ctrl) argument
211 curl_easy_unescape(CURL *handle, const char *string, int length, int *olen) argument
[all...]
H A Descape.h25 * allocated string or NULL if an error occurred. */
28 const char *string, size_t length,
H A Dstrtok.h31 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstring.in.h60 const gchar *string);
62 const gchar *string,
65 const gchar *string);
77 gchar* g_string_free (GString *string,
83 GString* g_string_assign (GString *string,
85 GString* g_string_truncate (GString *string,
87 GString* g_string_set_size (GString *string,
89 GString* g_string_insert_len (GString *string,
94 GString* g_string_append (GString *string,
96 GString* g_string_append_len (GString *string,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/scripts/shares/python/
H A Dgenerate_parm_table.py24 import re, string, sys, commands namespace
100 lines = string.split( testparm_output, "\n" )
109 input_str = string.strip( input_str )
110 parts = string.split( input_str, "=" )
111 parts[0] = string.strip( parts[0] )
112 parts[1] = string.strip( parts[1] )
113 key = string.upper( string.join(string.split(parts[0]), "") )
139 input_str= string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstring.in.h60 const gchar *string);
62 const gchar *string,
65 const gchar *string);
77 gchar* g_string_free (GString *string,
83 GString* g_string_assign (GString *string,
85 GString* g_string_truncate (GString *string,
87 GString* g_string_set_size (GString *string,
89 GString* g_string_insert_len (GString *string,
94 GString* g_string_append (GString *string,
96 GString* g_string_append_len (GString *string,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsh-quote.c23 #include <string.h>
39 /* Returns the number of bytes needed for the quoted string. */
41 shell_quote_length (const char *string) argument
45 return quotearg_buffer (NULL, 0, string, strlen (string),
49 /* Copies the quoted string to p and returns the incremented p.
50 There must be room for shell_quote_length (string) + 1 bytes at p. */
52 shell_quote_copy (char *p, const char *string) argument
56 return p + quotearg_buffer (p, (size_t)(-1), string, strlen (string),
62 shell_quote(const char *string) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-print-message.h26 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dfontdlg.cpp42 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Ddosconfig.h14 #include <string.h>
H A Dos2config.h14 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dbasename.h22 #include <string.h>
H A Dstrnlen1.h30 /* This is the same as strnlen (string, maxlen - 1) + 1. */
31 extern size_t strnlen1 (const char *string, size_t maxlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dbasename.h22 #include <string.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dputenv.c34 #include <string.h>
94 putenv (char *string) argument
96 const char *const name_end = strchr (string, '=');
103 return _unsetenv (string);
108 if (!strncmp (*ep, string, name_end - string) &&
109 (*ep)[name_end - string] == '=')
122 new_environ[size] = (char *) string;
129 *ep = string;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-mapping-part1.h21 #include <string.h>
H A Dtest-predicate-part1.h21 #include <string.h>

Completed in 206 milliseconds

1234567891011>>