Searched refs:string (Results 26 - 50 of 2845) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_webstr.c1 /* Shared library add-on to iptables to add string matching support.
7 * Changed --tos to --string in save(). Also
16 * It was derived from 'string' matching support, declared as above.
22 #include <string.h>
35 "--webstr [!] host Match a http string in a packet\n"
36 "--webstr [!] url Match a http string in a packet\n"
37 "--webstr [!] content Match a http string in a packet\n",
60 if (strlen(s) <= BM_MAX_NLEN) strcpy(info->string, s);
80 stringinfo->len=strlen((char *)&stringinfo->string);
89 stringinfo->len=strlen((char *)&stringinfo->string);
111 print_string(char string[], int invert, int numeric) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dutil.c26 char buf[256], string[256]; \
29 snprintf(string, sizeof(string), "%s", buf); \
49 syslog(LOG_NOTICE, "%s", string);
57 fprintf(stderr, "%s\n", string);
58 syslog(LOG_WARNING, "%s", string);
65 fprintf(stderr, "%s\n", string);
66 syslog(LOG_CRIT, "%s", string);
86 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dxfer.c30 static void print_message(const char *string);
102 static void print_message(const char *string) argument
106 for (count = 0; string[count]; count++) {
107 if (string[count] == '\n') {
110 *(char *) 0xbd000020 = string[count];
/asus-wl-520gu-7.0.1.45/src/router/libusb/tests/
H A Dhub_strings.cpp21 string manufString, prodString, serialString1, serialString2;
37 retval = device->string(manufString, 3);
42 cout << "fetching string 3 failed: " << usb_strerror() << endl;
46 retval = device->string(prodString, 2);
51 cout << "fetching string 2 failed: " << usb_strerror() << endl;
56 retval = device->string(serialString1, 1);
61 cout << "fetching string 1a failed: " << usb_strerror() << endl;
66 retval = device->string(serialString2, 1, 0x0409);
74 cout << "fetching string 1b failed: " << usb_strerror() << endl;
H A Dtestlibusb.c8 #include <string.h>
66 char string[256]; local
72 ret = usb_get_string_simple(udev, dev->descriptor.iManufacturer, string, sizeof(string));
74 snprintf(description, sizeof(description), "%s - ", string);
83 ret = usb_get_string_simple(udev, dev->descriptor.iProduct, string, sizeof(string));
86 strlen(description), "%s", string);
103 ret = usb_get_string_simple(udev, dev->descriptor.iSerialNumber, string, sizeof(string));
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dusbpp.h5 #include <string>
178 * \param driver a string containing the name of the current
180 * string for this.
182 * \return length of string, or 0 on error.
184 int driverName(std::string &driver);
443 std::string fileName(void);
452 * even if the device does not contain a vendor string.
519 * \brief The vendor name string, as provided by the device.
521 * This method returns a string containing the name of the
531 std::string Vendo
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_error.c59 const char *string; member in struct:errmap_s
121 * string description of error
128 while (e->string) {
129 if (e->errcode == err) return e->string;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Dfeature.c13 #include <string.h>
22 const char *string; member in struct:feature
80 for (f = feature_list; f->string; f++) {
83 return f->string;
104 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) argument
110 for (f = feature_list; f->string; f++) {
111 if (!strcasecmp(string, f->string)) {
117 if (strncasecmp(string, "FEATURE_", 8))
120 switch (string[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/platform/
H A Daclinux.h36 #include <linux/string.h>
48 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dcheckhelp.pl17 while (/^\s*(bool|tristate|dep_tristate|string|int|hex).*' *(.*)'.*(CONFIG_\w*)/) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dgtdbtool7 import string namespace
27 return string.replace(key, "\x00", "")
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/lib/
H A DMakefile13 obj-y := checksum.o string.o strcase.o dec_and_lock.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/lib/
H A Dchecksum.c14 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/lib/
H A Dstrcasecmp.c5 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/prom/
H A Dbootstr.c2 * bootstr.c: Boot string/argument acquisition from the PROM.
8 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Dio.c1 #include <linux/string.h>
H A Dmemmove.c2 of line code. Based on asm-i386/string.h.
5 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dsrm_puts.c5 #include <linux/string.h>
H A Dstrcasecmp.c5 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/lib/
H A DMakefile9 obj-y = checksum.o checksumcopy.o string.o usercopy.o memset.o csumcpfruser.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dipcommon.h10 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dunaligned.h6 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dunaligned.h6 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dunaligned.h6 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dunaligned.h6 #include <linux/string.h>

Completed in 309 milliseconds

1234567891011>>