Searched refs:str (Results 51 - 75 of 3737) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du32-strcspn.c29 FUNC (const UNIT *str, const UNIT *reject) argument
33 return U_STRLEN (str);
37 const UNIT *ptr = str;
41 return ptr - str;
45 const UNIT *ptr = str;
49 return ptr - str;
H A Du-endswith.h19 FUNC (const UNIT *str, const UNIT *suffix) argument
21 size_t len = U_STRLEN (str);
25 return (U_CMP (str + (len - suffixlen), suffix, suffixlen) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dbreakage.c3 int int_strtoul(const char *str, unsigned long *val) argument
7 unsigned long ret = strtoul(str, &tmp, 10);
8 if ((str == tmp) || (*tmp != '\0'))
20 if (str == '\0')
23 while (*str != '\0') {
31 if (!isdigit(*str))
33 buf[0] = *str;
35 str++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dhsearch.tcl30 while { [gets $did str] != -1 && $count < $nentries } {
31 set ret [berkdb hsearch $str $str enter]
34 set d [berkdb hsearch $str 0 find]
35 error_check_good hsearch:find $d $str
43 while { [gets $did str] != -1 && $count < $nentries } {
44 set d [berkdb hsearch $str 0 find]
45 error_check_good hsearch:find $d $str
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dbreakage.c3 int int_strtoul(const char *str, unsigned long *val) argument
7 unsigned long ret = strtoul(str, &tmp, 10);
8 if((str == tmp) || (*tmp != '\0'))
20 if(str == '\0')
23 while(*str != '\0') {
29 if(!isdigit(*str))
31 buf[0] = *str;
33 str++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dbreakage.c3 int int_strtoul(const char *str, unsigned long *val) argument
7 unsigned long ret = strtoul(str, &tmp, 10);
8 if ((str == tmp) || (*tmp != '\0'))
20 if (str == '\0')
23 while (*str != '\0') {
31 if (!isdigit(*str))
33 buf[0] = *str;
35 str++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Ddebug.h13 # define LOG(level, str, args...) do { printf(str, ## args); \
15 syslog(level, str, ## args); } while(0)
26 # define LOG(level, str, args...) do { printf("%s, ", level); \
27 printf(str, ## args); \
35 # define DEBUG(level, str, args...) LOG(level, str, ## args)
38 # define DEBUG(level, str, args...) do {;} while(0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Diri.h42 char *parse_charset (char *str);
45 const char *locale_to_utf8 (const char *str);
48 bool remote_to_utf8 (struct iri *i, const char *str, const char **new);
59 #define parse_charset(str) NULL
61 #define check_encoding_name(str) false
62 #define locale_to_utf8(str) (str)
64 #define idn_decode(str) NULL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/
H A Dhvc-console.h8 void xen_raw_console_write(const char *str);
12 static inline void xen_raw_console_write(const char *str) { } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_mbstr.h25 extern size_t tuklib_mbstr_width(const char *str, size_t *bytes);
31 /// \param str String whose width is to be calculated. If the
36 /// value returned by strlen(str) (even if an
42 /// partial, or non-printable multibyte character in str, or
43 /// that str doesn't end in the initial shift state.
46 extern int tuklib_mbstr_fw(const char *str, int columns_min);
56 /// - str is NULL or not terminated with '\0';
60 /// \return If tuklib_mbstr_width(str, NULL) fails, -1 is returned.
61 /// If str needs more columns than columns_min, zero is returned.
63 /// used as the field width, e.g. printf("%*s", fw, str)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxsetenv.c28 #define _(str) gettext (str)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Ddebug.h13 # define LOG(level, str, args...) do { printf(str, ## args); \
15 syslog(level, str, ## args); } while(0)
26 # define LOG(level, str, args...) do { printf("%s, ", level); \
27 printf(str, ## args); \
35 # define DEBUG(level, str, args...) LOG(level, str, ## args)
38 # define DEBUG(level, str, args...) do {;} while(0)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_mbstr.h25 extern size_t tuklib_mbstr_width(const char *str, size_t *bytes);
31 /// \param str String whose width is to be calculated. If the
36 /// value returned by strlen(str) (even if an
42 /// partial, or non-printable multibyte character in str, or
43 /// that str doesn't end in the initial shift state.
46 extern int tuklib_mbstr_fw(const char *str, int columns_min);
56 /// - str is NULL or not terminated with '\0';
60 /// \return If tuklib_mbstr_width(str, NULL) fails, -1 is returned.
61 /// If str needs more columns than columns_min, zero is returned.
63 /// used as the field width, e.g. printf("%*s", fw, str)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dload.c31 char *str; local
36 if ((str = SMB_STRDUP(lp_auto_services())) == NULL)
39 for (p = strtok(str, LIST_SEP); p; p = strtok(NULL, LIST_SEP)) {
47 SAFE_FREE(str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_utf8.c76 int UTF8_getc(const unsigned char *str, int len, unsigned long *val) argument
83 p = str;
166 * This takes a character 'value' and writes the UTF8 encoded value in 'str'
167 * where 'str' is a buffer containing 'len' characters. Returns the number of
168 * characters written or -1 if 'len' is too small. 'str' can be set to NULL
173 int UTF8_putc(unsigned char *str, int len, unsigned long value) argument
175 if (!str)
180 if (str)
181 *str = (unsigned char)value;
187 if (str) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_utf8.c76 int UTF8_getc(const unsigned char *str, int len, unsigned long *val) argument
82 p = str;
149 * 'str' where 'str' is a buffer containing 'len' characters. Returns
150 * the number of characters written or -1 if 'len' is too small. 'str' can
155 int UTF8_putc(unsigned char *str, int len, unsigned long value) argument
157 if(!str) len = 6; /* Maximum we will need */
160 if(str) *str = (unsigned char)value;
165 if(str) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_utf8.c76 int UTF8_getc(const unsigned char *str, int len, unsigned long *val) argument
83 p = str;
166 * This takes a character 'value' and writes the UTF8 encoded value in 'str'
167 * where 'str' is a buffer containing 'len' characters. Returns the number of
168 * characters written or -1 if 'len' is too small. 'str' can be set to NULL
173 int UTF8_putc(unsigned char *str, int len, unsigned long value) argument
175 if (!str)
180 if (str)
181 *str = (unsigned char)value;
187 if (str) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dhash-string.c35 const char *str = str_param; local
39 while (*str != '\0')
42 hval += (unsigned char) *str++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dsrm_puts.c9 srm_puts(const char *str, long len) argument
18 written = callback_puts(0, str, remaining);
20 str += written;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dbench.c103 regex_t *reobj, char *str, char *tmpbuf)
115 if ((errcode = tre_regexec(reobj, str, 10, pmatch, 0))) {
141 char *str; local
190 str = malloc(sizeof(char) * (len+1));
192 str[i] = 'a';
193 str[len-1] = '\0';
195 run_tests(len, samples, sample_data, repeats, &reobj, str, tmpbuf);
198 free(str);
210 str = malloc(sizeof(char) * (len+1));
212 str[
102 run_tests(int len, int samples, double *sample_data, int repeats, regex_t *reobj, char *str, char *tmpbuf) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-stylesheet.c63 gchar *str = NULL; local
78 str = cr_statement_to_string (cur_stmt, 0) ;
79 if (str) {
80 g_string_append (stringue, str) ;
81 g_free (str) ;
82 str = NULL ;
86 str = stringue->str ;
90 return str ;
101 gchar *str local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-stylesheet.c63 gchar *str = NULL; local
78 str = cr_statement_to_string (cur_stmt, 0) ;
79 if (str) {
80 g_string_append (stringue, str) ;
81 g_free (str) ;
82 str = NULL ;
86 str = stringue->str ;
90 return str ;
101 gchar *str local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dmconsole_kern.h27 #define CONFIG_CHUNK(str, size, current, chunk, end) \
31 str = NULL; \
32 if(str != NULL){ \
33 strcpy(str, chunk); \
34 str += strlen(chunk); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dipx_pton.c20 static int ipx_getnet(u_int32_t *net, const char *str) argument
25 for(i = 0; *str && (i < 8); i++) {
27 if ((tmp = hexget(*str)) & 0xf0) {
28 if (*str == '.')
34 str++;
39 if (*str == 0)
45 static int ipx_getnode(u_int8_t *node, const char *str) argument
51 if ((tmp = hexget(*str++)) & 0xf0)
55 if ((tmp = hexget(*str++)) & 0xf0)
58 if (*str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcolourcmn.cpp36 bool wxColourBase::FromString(const wxChar *str) argument
38 if ( str == NULL || str[0] == wxT('\0'))
41 if ( wxStrncmp(str, wxT("RGB"), 3) == 0 ||
42 wxStrncmp(str, wxT("rgb"), 3) == 0 )
48 if (wxSscanf(&str[3], wxT("(%d, %d, %d)"), &red, &green, &blue) != 3)
55 else if ( str[0] == wxT('#') && wxStrlen(str) == 7 )
59 if (wxSscanf(&str[1], wxT("%lx"), &tmp) != 1)
69 // *this = wxTheColourDatabase->Find(str)
[all...]

Completed in 317 milliseconds

1234567891011>>