Searched refs:string (Results 1 - 25 of 2845) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Dhashstr.c13 #include <string.h>
21 const char *string; member in struct:hash
36 for (p = hash_list; p->string; p++) {
38 return p->string;
47 int e2p_string2hash(char *string) argument
53 for (p = hash_list; p->string; p++) {
54 if (!strcasecmp(string, p->string)) {
58 if (strncasecmp(string, "HASHALG_", 8))
61 if (string[
[all...]
H A Dmntopts.c13 #include <string.h>
21 const char *string; member in struct:mntopt
42 for (f = mntopt_list; f->string; f++) {
44 return f->string;
51 int e2p_string2mntopt(char *string, unsigned int *mask) argument
57 for (f = mntopt_list; f->string; f++) {
58 if (!strcasecmp(string, f->string)) {
63 if (strncasecmp(string, "MNTOPT_", 8))
66 if (string[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A D.string-test2 [ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_string.h ] && echo string
H A Dlibipt_string.c1 /* Shared library add-on to iptables to add string matching support.
7 * Changed --tos to --string in save(). Also
13 #include <string.h>
26 "--string [!] string Match a string in a packet\n",
33 { "string", 1, 0, '1' },
47 if (strlen(s) <= BM_MAX_NLEN) strcpy(info->string, s);
67 stringinfo->len=strlen((char *)&stringinfo->string);
78 print_string(char string[], in argument
116 struct iptables_match string variable in typeref:struct:iptables_match
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/executer/
H A Dexstorob.c137 * We know that Source_desc is a string by now.
139 buffer = (u8 *) source_desc->string.pointer;
140 length = source_desc->string.length;
143 * Setting a string value replaces the old string
145 if (length < target_desc->string.length) {
146 /* Clear old string and copy in the new one */
148 MEMSET (target_desc->string.pointer, 0, target_desc->string.length);
149 MEMCPY (target_desc->string
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dchomp.c29 #include <string.h>
H A Dsafe_strncpy.c28 #include <string.h>
33 /* Like strncpy but make sure the resulting string is always 0 terminated. */
H A Dlast_char_is.c22 #include <string.h>
25 /* Find out if the last character of a string matches the one given Don't
26 * underrun the buffer if the string length is 0. Also avoids a possible
H A Dmy_getgrnam.c29 #include <string.h>
H A Dmy_getpwnam.c29 #include <string.h>
H A Dperror_msg.c30 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/
H A Dixmlparser.c32 #include <string.h>
333 * Encoding a character to its UTF-8 character string, and return its length
1001 * set the last element to be the given string.
1035 * Appends string s to token buffer
1178 * copy string in src into xml parser token buffer
1232 * Skips all characters in the string until it finds the skip key.
1356 * Skips all characters in the string until it finds the skip key.
1515 // Copy the token to the return string
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dutil.c26 char buf[256], string[256]; \
29 snprintf(string, sizeof(string), "%s", buf); \
48 syslog(LOG_NOTICE, "%s", string);
56 fprintf(stderr, "%s\n", string);
57 syslog(LOG_WARNING, "%s", string);
64 fprintf(stderr, "%s\n", string);
65 syslog(LOG_CRIT, "%s", string);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dms_fnmatch.c38 const smb_ucs2_t *string,
41 const smb_ucs2_t *p = pattern, *n = string;
111 if (verbose) printf("NOMATCH pattern=[%s] string=[%s]\n", pattern, string);
121 if (verbose) printf("MATCH pattern=[%s] string=[%s]\n", pattern, string);
127 const smb_ucs2_t *string, BOOL case_sensitive)
131 if (strcmp_wa(string,"..") == 0) string = s;
132 return strcasecmp_w(pattern, string);
37 ms_fnmatch_lanman_core(const smb_ucs2_t *pattern, const smb_ucs2_t *string, BOOL case_sensitive) argument
126 ms_fnmatch_lanman1(const smb_ucs2_t *pattern, const smb_ucs2_t *string, BOOL case_sensitive) argument
154 ms_fnmatch_w(const smb_ucs2_t *pattern, const smb_ucs2_t *string, int protocol, BOOL case_sensitive) argument
218 ms_fnmatch(const char *pattern, const char *string, int protocol, BOOL case_senstive) argument
246 gen_fnmatch(const char *pattern, const char *string) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/lib/
H A DMakefile9 obj-y := checksum.o dec_and_lock.o string.o strcase.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/lib/
H A Dstrstr.c1 #include <linux/string.h>
19 "je 2f\n\t" /* also works for empty string, see above */
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Ddirname.c28 #include <string.h>
H A Dlength.c3 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dinline.c16 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/mkntpwd/
H A Dmkntpwd.h2 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/router/www/asus/
H A Ddefaults.c16 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/libsmbclient/src/init/
H A Dinit_1.c2 #include <string.h>
H A Dinit_4.c3 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Derror.c10 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtubttyaid.c105 if ((sp = tubp->tty_aid[i].string) == NULL)
107 if (sp == aidtab[i].string)
128 *aidstring = ap->string;
134 * Parse written string as an AID name. Return 0 if it's not.
135 * Otherwise absorb the string and return count or -error.
180 if (ap->string != NULL &&
181 ap->string != aidtab[aidx].string)
182 kfree(ap->string);
183 ap->string
[all...]

Completed in 212 milliseconds

1234567891011>>