Searched refs:string (Results 251 - 275 of 18695) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/lib/libpam/
H A Dopenpam_free_data.c43 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/
H A Debtables-standalone.c1 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/lib/
H A Dwinconfig.h18 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Dshell.c42 # include <string.h>
79 /* Bound on length of the string representing an integer value of type T.
93 sh_single_quote (string)
94 char *string;
99 result = (char *)xmalloc (3 + (4 * strlen (string)));
103 for (s = string; s && (c = *s); s++)
111 *r++ = '\''; /* start new quoted string */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb-0.1.12/
H A Derror.c10 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dspawnattr_setsigmask.c22 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dstrlwr.c35 #include <string.h>
H A Dstrupr.c35 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/tests/
H A Dprng.h33 const char *string,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dcrc32.h16 uint32_t generate_crc32c(const char *string, size_t length);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dstrsep.c7 #include <string.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/json-c/tests/
H A Dtest_null.c6 #include <string.h>
18 struct json_object *string = json_object_new_string_len(input, 3); local
19 const char *json = json_object_to_json_string(string);
28 printf("JSON write result doesn't match expected string\n");
29 printf("expected string: ");
31 printf("parsed string: ");
36 json_object_put(string);
44 printf("Re-parsed object string len=%d, chars=[", parsed_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/score/lib/
H A DMakefile5 lib-y += string.o checksum.o checksum_copy.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/score/lib/
H A DMakefile5 lib-y += string.o checksum.o checksum_copy.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_access_traits.hpp50 typedef std::string key_type;
54 typedef std::string::const_iterator const_iterator;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp54 typedef std::string key_type;
63 typedef std::string::const_iterator const_iterator;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm963xx/include/
H A Ddev_bcm63xx_flash.h87 int kerSysNvRamSet(char *string,int strLen,int offset);
88 int kerSysNvRamGet(char *string,int strLen,int offset);
89 int kerSysBcmImageSet( int flash_start_addr, char *string, int size, int fWholeImage);
93 int kerSysPsiSet(char *string,int strLen,int offset);
94 int kerSysPsiGet(char *string,int strLen,int offset);
95 int kerSysMemoryTypeSet(int flash_start_addr, char *string, int size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibip6t_webstr.c1 /* Shared library add-on to iptables to add string matching support.
7 * Changed --tos to --string in save(). Also
19 * It was derived from 'string' matching support, declared as above.
31 #include <string.h>
48 char string[BM_MAX_NLEN]; member in struct:ipt_webstr_info
69 "--webstr [!] host Match a http string in a packet\n"
70 "--webstr [!] url Match a http string in a packet\n"
71 "--webstr [!] content Match a http string in a packet\n",
94 if (strlen(s) <= BM_MAX_NLEN) strcpy(info->string, s);
115 stringinfo->len=strlen((char *)&stringinfo->string);
144 print_string(char string[], int invert, int numeric) argument
[all...]
H A Dlibipt_webstr.c1 /* Shared library add-on to iptables to add string matching support.
7 * Changed --tos to --string in save(). Also
19 * It was derived from 'string' matching support, declared as above.
31 #include <string.h>
49 char string[BM_MAX_NLEN]; member in struct:ipt_webstr_info
70 "--webstr [!] host Match a http string in a packet\n"
71 "--webstr [!] url Match a http string in a packet\n"
72 "--webstr [!] content Match a http string in a packet\n",
95 if (strlen(s) <= BM_MAX_NLEN) strcpy(info->string, s);
116 stringinfo->len=strlen((char *)&stringinfo->string);
145 print_string(char string[], int invert, int numeric) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/
H A Dbase64.js85 _utf8_encode : function (string) {
86 string = string.replace(/\r\n/g,"\n");
89 for (var n = 0; n < string.length; n++) {
91 var c = string.charCodeAt(n);
113 var string = "";
122 string += String.fromCharCode(c);
127 string += String.fromCharCode(((c & 31) << 6) | (c2 & 63));
133 string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
139 return string;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/
H A Dbase64.js85 _utf8_encode : function (string) {
86 string = string.replace(/\r\n/g,"\n");
89 for (var n = 0; n < string.length; n++) {
91 var c = string.charCodeAt(n);
113 var string = "";
122 string += String.fromCharCode(c);
127 string += String.fromCharCode(((c & 31) << 6) | (c2 & 63));
133 string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
139 return string;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Dhistexpand.c114 /* The last string searched for by a !?string? search. */
117 /* The last string matched by a !?string? search. */
125 DELIMITING_QUOTE is a character that is allowed to end the string
131 get_history_event (string, caller_index, delimiting_quote)
132 const char *string;
156 if (string[i] != history_expansion_char)
169 if (string[i] == history_expansion_char)
178 if (string[
929 char *string; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Dhistexpand.c114 /* The last string searched for by a !?string? search. */
117 /* The last string matched by a !?string? search. */
125 DELIMITING_QUOTE is a character that is allowed to end the string
131 get_history_event (string, caller_index, delimiting_quote)
132 const char *string;
156 if (string[i] != history_expansion_char)
169 if (string[i] == history_expansion_char)
178 if (string[
929 char *string; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibip6t_webstr.c1 /* Shared library add-on to iptables to add string matching support.
7 * Changed --tos to --string in save(). Also
19 * It was derived from 'string' matching support, declared as above.
31 #include <string.h>
48 char string[BM_MAX_NLEN]; member in struct:ipt_webstr_info
69 "--webstr [!] host Match a http string in a packet\n"
70 "--webstr [!] url Match a http string in a packet\n"
71 "--webstr [!] content Match a http string in a packet\n",
94 if (strlen(s) <= BM_MAX_NLEN) strcpy(info->string, s);
115 stringinfo->len=strlen((char *)&stringinfo->string);
144 print_string(char string[], int invert, int numeric) argument
[all...]
H A Dlibipt_webstr.c1 /* Shared library add-on to iptables to add string matching support.
7 * Changed --tos to --string in save(). Also
19 * It was derived from 'string' matching support, declared as above.
31 #include <string.h>
49 char string[BM_MAX_NLEN]; member in struct:ipt_webstr_info
70 "--webstr [!] host Match a http string in a packet\n"
71 "--webstr [!] url Match a http string in a packet\n"
72 "--webstr [!] content Match a http string in a packet\n",
95 if (strlen(s) <= BM_MAX_NLEN) strcpy(info->string, s);
116 stringinfo->len=strlen((char *)&stringinfo->string);
145 print_string(char string[], int invert, int numeric) argument
[all...]

Completed in 207 milliseconds

<<11121314151617181920>>