Searched refs:str (Results 201 - 225 of 3737) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Dprom.c92 static inline void str2eaddr(unsigned char *ea, unsigned char *str) argument
99 if ((*str == '.') || (*str == ':'))
100 str++;
101 num = str2hexnum(*str++) << 4;
102 num |= str2hexnum(*str++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Dvcs_hook.c40 char *str; local
45 str = (char *)va_arg(ap, unsigned);
48 HOOK_DATA_BYTE(8 + i) = str[i];
83 void print_str(const char *str) argument
87 for (i = 1; str[i]; i++) ;
88 hook_call(hook_print_str, i, str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Duri.in.h56 xmlParseURI (const char *str);
58 xmlParseURIRaw (const char *str,
62 const char *str);
69 xmlURIEscapeStr (const xmlChar *str,
72 xmlURIUnescapeString (const char *str,
78 xmlURIEscape (const xmlChar *str);
H A Duri.c804 * @str: the string to unescape
814 xmlURIUnescapeString(const char *str, int len, char *target) { argument
818 if (str == NULL)
820 if (len <= 0) len = strlen(str);
832 in = str;
864 * @str: string to escape
873 xmlURIEscapeStr(const xmlChar *str, const xmlChar *list) { argument
879 if (str == NULL)
881 if (str[0] == 0)
882 return(xmlStrdup(str));
947 xmlURIEscape(const xmlChar * str) argument
1079 xmlParseURIFragment(xmlURIPtr uri, const char **str) argument
1114 xmlParseURIQuery(xmlURIPtr uri, const char **str) argument
1150 xmlParseURIScheme(xmlURIPtr uri, const char **str) argument
1181 xmlParseURIOpaquePart(xmlURIPtr uri, const char **str) argument
1236 xmlParseURIServer(xmlURIPtr uri, const char **str) argument
1410 xmlParseURIRelSegment(xmlURIPtr uri, const char **str) argument
1453 xmlParseURIPathSegments(xmlURIPtr uri, const char **str, int slash) argument
1544 xmlParseURIAuthority(xmlURIPtr uri, const char **str) argument
1599 xmlParseURIHierPart(xmlURIPtr uri, const char **str) argument
1648 xmlParseAbsoluteURI(xmlURIPtr uri, const char **str) argument
1685 xmlParseRelativeURI(xmlURIPtr uri, const char **str) argument
1739 xmlParseURIReference(xmlURIPtr uri, const char *str) argument
1785 xmlParseURI(const char *str) argument
1814 xmlParseURIRaw(const char *str, int raw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dconfdata.c224 const char *str; local
249 str = menu_get_prompt(menu);
253 "#\n", str);
257 " */\n", str);
289 str = sym_get_string_value(sym);
293 l = strcspn(str, "\"\\");
295 fwrite(str, l, 1, out);
296 fwrite(str, l, 1, out_h);
298 str += l;
299 while (*str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsort.c60 static char *get_key(char *str, struct sort_key *key, int flags) argument
68 return str;
72 len = strlen(str);
82 while (str[end]) {
83 if (str[end++] == key_separator)
88 while (isspace(str[end]))
91 while (str[end]) {
92 if (isspace(str[end]))
103 while (isspace(str[start])) start++;
106 while (end > start && isspace(str[en
264 str2u(char **str) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_conv.c25 static void fstr_pull(fstring str, UNISTR *uni) argument
27 rpcstr_pull(str, uni->buffer, sizeof(fstring), -1, STR_TERMINATE);
30 static void fstr_pull2(fstring str, UNISTR2 *uni) argument
32 rpcstr_pull(str, uni->buffer, sizeof(fstring), -1, STR_TERMINATE);
48 fstring str = ""; local
51 fstr_pull(str, u);
53 item = PyString_FromString(str);
60 fstring str = ""; local
63 fstr_pull2(str, u);
65 item = PyString_FromString(str);
87 char *str = (char *)s + conv[i].offset; local
140 char *str = ""; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Duri.c804 * @str: the string to unescape
814 xmlURIUnescapeString(const char *str, int len, char *target) { argument
818 if (str == NULL)
820 if (len <= 0) len = strlen(str);
832 in = str;
864 * @str: string to escape
873 xmlURIEscapeStr(const xmlChar *str, const xmlChar *list) { argument
879 if (str == NULL)
881 if (str[0] == 0)
882 return(xmlStrdup(str));
947 xmlURIEscape(const xmlChar * str) argument
1079 xmlParseURIFragment(xmlURIPtr uri, const char **str) argument
1114 xmlParseURIQuery(xmlURIPtr uri, const char **str) argument
1150 xmlParseURIScheme(xmlURIPtr uri, const char **str) argument
1181 xmlParseURIOpaquePart(xmlURIPtr uri, const char **str) argument
1236 xmlParseURIServer(xmlURIPtr uri, const char **str) argument
1410 xmlParseURIRelSegment(xmlURIPtr uri, const char **str) argument
1453 xmlParseURIPathSegments(xmlURIPtr uri, const char **str, int slash) argument
1544 xmlParseURIAuthority(xmlURIPtr uri, const char **str) argument
1599 xmlParseURIHierPart(xmlURIPtr uri, const char **str) argument
1648 xmlParseAbsoluteURI(xmlURIPtr uri, const char **str) argument
1685 xmlParseRelativeURI(xmlURIPtr uri, const char **str) argument
1739 xmlParseURIReference(xmlURIPtr uri, const char *str) argument
1785 xmlParseURI(const char *str) argument
1814 xmlParseURIRaw(const char *str, int raw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dio-writesw-armv3.S30 str r3, [r0]
49 str ip, [r0]
53 str ip, [r0]
57 str ip, [r0]
61 str ip, [r0]
65 str ip, [r0]
69 str ip, [r0]
73 str ip, [r0]
77 str ip, [r0]
92 str i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest033.tcl88 while { [gets $did str] != -1 && $count < $nentries } {
92 {$key [chop_data $method $str]}]
96 set datastr $i:$str
98 $txn $pflags {$str [chop_data $method $datastr]}]
106 test033_recno.check $db $dbc $method $str $txn $key
108 test033_check $db $dbc $method $str $txn $ndups
118 while { [gets $did str] != -1 && $count < $nentries } {
123 test033_recno.check $db $dbc $method $str $txn $key
125 test033_check $db $dbc $method $str $txn $ndups
139 proc test033_recno.check {db dbc method str tx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Dsysctl_net_decnet.c68 static void strip_it(char *str) argument
71 switch(*str) {
76 *str = 0;
80 str++;
88 static int parse_addr(__le16 *addr, char *str) argument
92 while(*str && !ISNUM(*str)) str++;
94 if (*str == 0)
97 area = (*str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_misc.c488 void init_unistr(UNISTR *str, const char *buf) argument
493 str->buffer = NULL;
500 str->buffer = TALLOC_ZERO_ARRAY(get_talloc_ctx(), uint16, len);
501 if (str->buffer == NULL)
504 rpcstr_push(str->buffer, buf, len*sizeof(uint16), STR_TERMINATE);
506 str->buffer = NULL;
533 static void create_rpc_blob(RPC_DATA_BLOB *str, size_t len) argument
536 str->buffer = (uint8 *)TALLOC_ZERO(get_talloc_ctx(), len);
537 if (str->buffer == NULL)
539 str
550 init_rpc_blob_uint32(RPC_DATA_BLOB *str, uint32 val) argument
563 init_rpc_blob_str(RPC_DATA_BLOB *str, const char *buf, int len) argument
578 init_rpc_blob_hex(RPC_DATA_BLOB *str, const char *buf) argument
591 init_rpc_blob_bytes(RPC_DATA_BLOB *str, uint8 *buf, size_t len) argument
631 init_regval_buffer(REGVAL_BUFFER *str, const uint8 *buf, size_t len) argument
685 init_buf_unistr2(UNISTR2 *str, uint32 *ptr, const char *buf) argument
701 copy_unistr2(UNISTR2 *str, const UNISTR2 *from) argument
736 init_string2(STRING2 *str, const char *buf, size_t max_len, size_t str_len) argument
807 init_unistr2(UNISTR2 *str, const char *buf, enum unistr2_term_codes flags) argument
896 init_unistr2_w(TALLOC_CTX *ctx, UNISTR2 *str, const smb_ucs2_t *buf) argument
980 init_unistr2_from_datablob(UNISTR2 *str, DATA_BLOB *blob) argument
1746 init_unistr3(UNISTR3 *str, const char *buf) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dcommand.c85 char *str;
87 str = NULL;
96 str = XSTRDUP (MTYPE_TMP, argv[i]);
101 str = XREALLOC (MTYPE_TMP, str, (index + len + 2));
102 str[index++] = ' ';
103 memcpy (str + index, argv[i], len);
105 str[index] = '\0';
108 return str;
340 desc->str
84 char *str; local
365 char *str; local
579 cmd_ipv4_match(char *str) argument
636 cmd_ipv4_prefix_match(char *str) argument
726 cmd_ipv6_match(char *str) argument
821 cmd_ipv6_prefix_match(char *str) argument
955 cmd_range_match(char *range, char *str) argument
1004 char *str; local
1119 char *str; local
1228 char *str = NULL; local
1407 cmd_unique_string(vector v, char *str) argument
1422 desc_unique_string(vector v, char *str) argument
1838 char *str = desc->cmd; local
1959 char *str = desc->cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dvsprintf.c1233 char *str, *end; local
1241 str = buf;
1259 if (str < end) {
1260 if (copy > end - str)
1261 copy = end - str;
1262 memcpy(str, old_fmt, copy);
1264 str += read;
1281 if (str < end)
1282 *str = ' ';
1283 ++str;
1541 char *str, *end; local
1680 char *str, *end; local
1871 const char *str = buf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DUtility.cs42 private static extern IntPtr avahi_address_parse (IntPtr str, Protocol proto, IntPtr ret); argument
65 public static byte[] StringToBytes (string str) argument
67 if (str == null)
70 return Encoding.UTF8.GetBytes (str + "\0"); // lame.
73 private static IntPtr StringToPtr (string str) argument
75 if (str == null)
78 byte[] bytes = Utility.StringToBytes (str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps.c347 * @param str the string
352 _dbus_string_append_int (DBusString *str, argument
361 orig_len = _dbus_string_get_length (str);
363 if (!_dbus_string_lengthen (str, MAX_LONG_LEN))
366 buf = _dbus_string_get_data_len (str, orig_len, MAX_LONG_LEN);
377 _dbus_string_shorten (str, MAX_LONG_LEN - i);
385 * @param str the string
390 _dbus_string_append_uint (DBusString *str, argument
399 orig_len = _dbus_string_get_length (str);
401 if (!_dbus_string_lengthen (str, MAX_ULONG_LE
433 _dbus_string_parse_int(const DBusString *str, int start, long *value_return, int *end_return) argument
472 _dbus_string_parse_uint(const DBusString *str, int start, unsigned long *value_return, int *end_return) argument
544 DBusString str; local
573 _dbus_generate_random_ascii(DBusString *str, int n_bytes) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/iniparser/src/
H A Dstrlib.c199 char * str ; local
201 str = "\t\tI'm a lumberkack and I'm OK " ;
202 printf("lowercase: [%s]\n", strlwc(str));
203 printf("uppercase: [%s]\n", strupc(str));
204 printf("skipped : [%s]\n", strskp(str));
205 printf("cropped : [%s]\n", strcrop(str));
206 printf("stripped : [%s]\n", strstrip(str));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DUtility.cs42 private static extern IntPtr avahi_address_parse (IntPtr str, Protocol proto, IntPtr ret); argument
65 public static byte[] StringToBytes (string str) argument
67 if (str == null)
70 return Encoding.UTF8.GetBytes (str + "\0"); // lame.
73 private static IntPtr StringToPtr (string str) argument
75 if (str == null)
78 byte[] bytes = Utility.StringToBytes (str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dlog.c141 static void colored_fputs(int level, int tint, const char *str) argument
144 if (!*str)
156 fputs(str, stderr);
165 str);
171 str);
177 str);
179 fputs(str, stderr);
269 if(*part[0].str || *part[1].str || *part[2].str || *par
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dline.h55 #define LINE_INIT(str, d) \
56 { .count_lock = __SPIN_LOCK_UNLOCKED((str).count_lock), \
57 .init_str = str, \
60 .lock = __SPIN_LOCK_UNLOCKED((str).lock), \
91 char *str, const struct chan_opts *opts,
93 extern int line_id(char **str, int *start_out, int *end_out);
97 unsigned int sizeof_lines, char *str,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-term.c58 if (a_this->content.str) {
59 cr_string_destroy (a_this->content.str);
60 a_this->content.str = NULL;
162 a_this->content.str = a_func_name;
175 a_this->content.str = a_str;
187 a_this->content.str = a_str;
199 a_this->content.str = a_str;
223 a_this->content.str = a_str;
293 if ((cur->content.str == NULL)
295 && (cur->content.str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-term.c58 if (a_this->content.str) {
59 cr_string_destroy (a_this->content.str);
60 a_this->content.str = NULL;
162 a_this->content.str = a_func_name;
175 a_this->content.str = a_str;
187 a_this->content.str = a_str;
199 a_this->content.str = a_str;
223 a_this->content.str = a_str;
293 if ((cur->content.str == NULL)
295 && (cur->content.str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-properties.c68 const char *str = string; local
69 const char *str_limit = str + strlen (str);
71 while (str < str_limit)
74 str += u8_mbtouc (&uc, (const unsigned char *) str, str_limit - str);
83 const char *str = string; local
84 const char *str_limit = str + strlen (str);
127 write_escaped_string(ostream_t stream, const char *str, bool in_key) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem.c86 static void *default_realloc_ex(void *str, size_t num, argument
89 return realloc_func(str, num);
316 void CRYPTO_free_locked(void *str) argument
319 free_debug_func(str, 0);
321 fprintf(stderr, "LEVITTE_DEBUG_MEM: < 0x%p\n", str);
323 free_locked_func(str);
364 char *CRYPTO_strdup(const char *str, const char *file, int line) argument
366 char *ret = CRYPTO_malloc(strlen(str) + 1, file, line);
371 strcpy(ret, str);
375 void *CRYPTO_realloc(void *str, in argument
398 CRYPTO_realloc_clean(void *str, int old_len, int num, const char *file, int line) argument
435 CRYPTO_free(void *str) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem.c86 static void *default_realloc_ex(void *str, size_t num, argument
89 return realloc_func(str, num);
316 void CRYPTO_free_locked(void *str) argument
319 free_debug_func(str, 0);
321 fprintf(stderr, "LEVITTE_DEBUG_MEM: < 0x%p\n", str);
323 free_locked_func(str);
364 char *CRYPTO_strdup(const char *str, const char *file, int line) argument
366 char *ret = CRYPTO_malloc(strlen(str) + 1, file, line);
371 strcpy(ret, str);
375 void *CRYPTO_realloc(void *str, in argument
398 CRYPTO_realloc_clean(void *str, int old_len, int num, const char *file, int line) argument
435 CRYPTO_free(void *str) argument
[all...]

Completed in 150 milliseconds

1234567891011>>