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

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/bcm57xx/linux/
H A Db57um.c2998 char string[ETH_GSTRING_LEN]; member in struct:__anon4
3078 char string[ETH_GSTRING_LEN]; member in struct:__anon5
H A Dmm.h58 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/hosttools/
H A Dinstallboot.c62 #include <string.h>
H A Dmakereg.c52 #include <string.h>
126 /* check for end of string */
373 fatal("Command string required before register data",NULL);
H A Dmemconfig.c51 #include <string.h>
H A Dmkbootimage.c62 #include <string.h>
H A Dmkflashimage.c64 #include <string.h>
H A Dmkpcidb.c84 int allocstring(char *string) argument
88 if (!string) return -1;
91 strcpy(&stringtable[ptr],string);
92 curstringptr += strlen(string)+1;
/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/cfe/cfe/usb/
H A Dohci.c52 #include <string.h>
1671 * Construct a string descriptor for root hub requests
1675 * str - regular string to put into descriptor
H A Dusbdebug.c109 static char *getstringmaybe(usbdev_t *dev,int string) argument
115 if (string == 0) {
122 usb_get_string(dev,string,buf,sizeof(buf));
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/x86emu/
H A Dvalidate.c46 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/x86emu/x86emu/
H A Dx86emui.h82 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dexample.c12 # include <string.h>
H A Dminigzip.c22 # include <string.h>
H A Dzutil.h20 # include <string.h>
/asus-wl-520gu-7.0.1.45/src/et/linux/
H A Det.c25 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Det_linux.c34 #include <linux/string.h>
233 /* print hello string */
/asus-wl-520gu-7.0.1.45/src/include/
H A Dlinux_osl.h186 /* string library, kernel mode */
191 #include <linux/string.h>
384 /* string library */
H A Dlinuxver.h52 #include <linux/string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/DocBook/
H A DMakefile124 $(TOPDIR)/lib/string.c \
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A Dcdrom-standard.tex486 expected as a 13-character string, terminated by a null-character.
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/networking/
H A Difenslave.c83 #include <string.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/boot/
H A Dbootp.c11 #include <linux/string.h>
H A Dmain.c9 #include <linux/string.h>

Completed in 315 milliseconds

1234567891011>>