Searched refs:str (Results 326 - 350 of 1024) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Duaccess.h457 extern inline long strlen_user(const char *str) argument
459 return access_ok(VERIFY_READ,str,0) ? __strlen_user(str) : 0;
466 extern inline long strnlen_user(const char *str, long n) argument
468 return access_ok(VERIFY_READ,str,0) ? __strnlen_user(str, n) : 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Duaccess.h457 extern inline long strlen_user(const char *str) argument
459 return access_ok(VERIFY_READ,str,0) ? __strlen_user(str) : 0;
466 extern inline long strnlen_user(const char *str, long n) argument
468 return access_ok(VERIFY_READ,str,0) ? __strnlen_user(str, n) : 0;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dcommon.c149 * str -- error message
156 printErr(char const *str) argument
158 fprintf(stderr, "pppoe: %s\n", str);
159 syslog(LOG_ERR, "%s", str);
166 * str -- string to copy
168 * A malloc'd copy of str. Exits if malloc fails.
171 strDup(char const *str) argument
173 char *copy = malloc(strlen(str)+1);
177 strcpy(copy, str);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dcommon.c149 * str -- error message
156 printErr(char const *str) argument
158 fprintf(stderr, "pppoe: %s\n", str);
159 syslog(LOG_ERR, "%s", str);
166 * str -- string to copy
168 * A malloc'd copy of str. Exits if malloc fails.
171 strDup(char const *str) argument
173 char *copy = malloc(strlen(str)+1);
177 strcpy(copy, str);
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Dcommon.c155 * str -- error message
162 printErr(char const *str) argument
164 fprintf(stderr, "pppoe: %s\n", str);
165 syslog(LOG_ERR, "%s", str);
172 * str -- string to copy
174 * A malloc'd copy of str. Exits if malloc fails.
177 strDup(char const *str) argument
179 char *copy = malloc(strlen(str)+1);
183 strcpy(copy, str);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dmangle_hash2.c126 fstring str; local
132 strncpy(str, key, length);
133 str[length] = 0;
134 strupper_m(str);
137 length = strlen(str);
142 value ^= (u32)(str[i]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dpci.c159 char *pcibios_setup(char *str) argument
161 return str;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dtraps.c265 void die(const char * str, struct pt_regs * regs, long err) argument
270 printk("%s: %04lx\n", str, err & 0xffff);
277 static void inline do_trap(long interruption_code, int signr, char *str, argument
312 die(str, regs, interruption_code);
344 #define DO_ERROR(signr, str, name) \
347 do_trap(interruption_code, signr, str, regs, NULL); \
350 #define DO_ERROR_INFO(signr, str, name, sicode, siaddr) \
358 do_trap(interruption_code, signr, str, regs, &info); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dtraps.c34 #define DO_ERROR(trapnr, signr, str, name, tsk) \
46 die_if_no_fixup(str,&regs,error_code); \
59 void die(const char * str, struct pt_regs * regs, long err) argument
63 printk("%s: %04lx\n", str, err & 0xffff);
69 static inline void die_if_kernel(const char * str, struct pt_regs * regs, long err) argument
72 die(str, regs, err);
84 static int die_if_no_fixup(const char * str, struct pt_regs * regs, long err) argument
94 die(str, regs, err);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/boot/
H A Dpiggyback.c35 void die(char *str) argument
37 perror (str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/pcbit/
H A Dcapi.c532 char str[32]; local
544 memcpy(str, skb->data + 2, len - 1);
545 str[len] = 0;
546 printk(KERN_DEBUG "Connected Party Number: %s\n", str);
644 char str[64]; local
650 memcpy(str, hdr + 1, hdrlen - 1);
651 str[hdrlen - 1] = 0;
652 printk("%s\n", str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dsa1100_assabet.c19 const char *str; member in struct:irqs
37 irqs[i].str, NULL);
H A Dsa1100_cerf.c24 const char *str; member in struct:irqs
40 irqs[i].str, NULL);
H A Dsa1100_h3600.c16 const char *str; member in struct:irqs
37 irqs[i].str, NULL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/
H A Dmisctest.c34 static int __init set_mcatest(char *str) argument
36 get_option(&str, &mcatest);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/include/
H A Dutils.h87 const char *dnet_ntop(int af, const void *addr, char *str, size_t len);
90 const char *ipx_ntop(int af, const void *addr, char *str, size_t len);
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dprintk.c107 int __init console_setup(char *str) argument
115 * Decode str into name, index, options.
117 if (str[0] >= '0' && str[0] <= '9') {
119 strncpy(name + 4, str, sizeof(name) - 5);
121 strncpy(name, str, sizeof(name) - 1);
123 if ((options = strchr(str, ',')) != NULL)
126 if (!strcmp(str, "ttya"))
128 if (!strcmp(str, "ttyb"))
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppstats/
H A Dpppstats.c225 struct strioctl str; local
227 str.ic_cmd = cmd;
228 str.ic_timout = 0;
229 str.ic_len = ilen;
230 str.ic_dp = ptr;
231 if (ioctl(fd, I_STR, &str) == -1)
233 if (str.ic_len != olen)
235 olen, str.ic_len, cmd);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppstats/
H A Dpppstats.c225 struct strioctl str; local
227 str.ic_cmd = cmd;
228 str.ic_timout = 0;
229 str.ic_len = ilen;
230 str.ic_dp = ptr;
231 if (ioctl(fd, I_STR, &str) == -1)
233 if (str.ic_len != olen)
235 olen, str.ic_len, cmd);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppstats/
H A Dpppstats.c225 struct strioctl str; local
227 str.ic_cmd = cmd;
228 str.ic_timout = 0;
229 str.ic_len = ilen;
230 str.ic_dp = ptr;
231 if (ioctl(fd, I_STR, &str) == -1)
233 if (str.ic_len != olen)
235 olen, str.ic_len, cmd);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dhttpparser.h417 * IN char *str ; String to be matched
428 * PARSE_FAILURE -- 'str' is bad input
430 int matchstr( IN char *str, IN size_t slen, IN const char* fmt, ... );
455 * IN const char* str ; Substring to be found
462 int raw_find_str( IN memptr* raw_value, IN const char* str );
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dprofile.c652 static void parse_quoted_string(char *str) argument
656 to = from = str;
658 for (to = from = str; *from && *from != '"'; to++, from++) {
839 static int need_double_quotes(char *str) argument
841 if (!str || !*str)
843 if (isspace((int) (*str)) ||isspace((int) (*(str + strlen(str) - 1))))
845 if (strchr(str, '\
855 output_quoted_string(char *str, void (*cb)(const char *,void *), void *data) argument
960 dump_profile_to_file_cb(const char *str, void *data) argument
998 dump_profile_to_buffer_cb(const char *str, void *data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dprocess.c149 static int __init idle_setup (char *str) argument
151 if (!strncmp(str, "poll", 4)) {
168 static int __init reboot_setup(char *str) argument
171 switch (*str) {
181 if (isdigit(str[1]))
182 sscanf(str+1, "%d", &reboot_cpu);
183 else if (!strncmp(str,"smp",3))
184 sscanf(str+3, "%d", &reboot_cpu);
191 if((str = strchr(str,',')) !
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/misc/
H A Dchandev.c606 void *chandev_allocstr(const char *str,size_t offset) argument
610 if((member=chandev_alloc(offset+strlen(str)+1)))
612 strcpy(&member[offset],str);
1351 int chandev_pack_args(char *str) argument
1353 char *newstr=str,*next;
1356 while(*str)
1358 next=str+1;
1360 if(isspace(*str)&&isspace(*next))
1362 str++;
1365 if(isspace(*str))
1391 chandev_strcmp(char *teststr,char **str,long *endlong) argument
2309 chandev_get_option(char **str,chandev_int *pint) argument
2325 chandev_get_options(char *str, int nints, chandev_int *ints) argument
2387 char *str,*currstr,*interpretstr=NULL; local
2718 chandev_setup_bootargs(char *str,int paramno) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dprocess.c142 static int __init idle_setup (char *str) argument
144 if (!strncmp(str, "poll", 4)) {
164 static int __init reboot_setup(char *str) argument
167 switch (*str) {
183 if (is_digit(*(str+1))) {
184 reboot_cpu = (int) (*(str+1) - '0');
185 if (is_digit(*(str+2)))
186 reboot_cpu = reboot_cpu*10 + (int)(*(str+2) - '0');
194 if((str = strchr(str,',')) !
[all...]

Completed in 184 milliseconds

<<11121314151617181920>>