Searched refs:str (Results 101 - 125 of 1024) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/mips-boards/
H A Dprom.h37 extern void mips_display_message(const char *str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/mips-boards/
H A Dprom.h37 extern void mips_display_message(const char *str);
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A Daliases.h20 aliases_hash (register const char *str, register unsigned int len) argument
44 hval += asso_values[(unsigned char) str[10]];
46 hval += asso_values[(unsigned char) str[9]];
48 hval += asso_values[(unsigned char) str[8]];
50 hval += asso_values[(unsigned char) str[7]];
52 hval += asso_values[(unsigned char) str[6]];
54 hval += asso_values[(unsigned char) str[5]];
56 hval += asso_values[(unsigned char) str[4]];
58 hval += asso_values[(unsigned char) str[3]];
60 hval += asso_values[(unsigned char) str[
794 aliases_lookup(register const char *str, register unsigned int len) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_netcmds.c92 const char *str; member in struct:netparam_s
211 static int parsexdigit(char str) argument
215 if ((str >= '0') && (str <= '9')) digit = str - '0';
216 else if ((str >= 'a') && (str <= 'f')) digit = str - 'a' + 10;
217 else if ((str >= 'A') && (str <
224 parsehwaddr(char *str,uint8_t *hwaddr) argument
[all...]
H A Dui_test_ether.c64 const char *str; member in struct:netparam_s
103 while (p->str) {
104 if (strcmp(p->str,val) == 0) return p->num;
111 while (p->str) {
112 xprintf("%s ",p->str);
/asus-wl-520gu-7.0.1.45/src/router/dproxy/
H A Dconf.c222 * @param str - A char *, pointing to a string representation of the
226 static void copy_bool (char *str, void * val) argument
228 if ( !strcmp(str, "1") ||
229 !strcasecmp(str, "yes") ||
230 !strcasecmp(str,"on"))
236 static void copy_int(char *str, void * val) { argument
237 *((int *)val) = atoi(str);
239 static void copy_string(char *str, void * val) { argument
240 strncpy((char *)val, str , CONF_PATH_LEN );
242 static void init_int(char *str, voi argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/handlers/
H A Dcmd.c66 * str -- a dynamic string to which description is appended
70 * Dumps session description into str
74 dynstring *str)
81 dynstring_append(str, buf);
84 dynstring_append(str, buf);
91 * str -- a dynamic string to which description is appended
95 * Dumps tunnel description into str
99 dynstring *str)
107 dynstring_append(str, buf);
109 dynstring_append(str, bu
73 describe_session(l2tp_session *ses, dynstring *str) argument
98 describe_tunnel(l2tp_tunnel *tunnel, dynstring *str) argument
429 dynstring str; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/mkntpwd/
H A Dsmbdes.c260 static void str_to_key(unsigned char *str,unsigned char *key) argument
264 key[0] = str[0]>>1;
265 key[1] = ((str[0]&0x01)<<6) | (str[1]>>2);
266 key[2] = ((str[1]&0x03)<<5) | (str[2]>>3);
267 key[3] = ((str[2]&0x07)<<4) | (str[3]>>4);
268 key[4] = ((str[3]&0x0F)<<3) | (str[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dacl_from_text.c192 char *str; local
206 str = get_token(text_p);
207 if (str) {
209 error = get_uid(unquote(str),
211 free(str);
225 str = get_token(text_p);
226 if (str) {
228 error = get_gid(unquote(str),
230 free(str);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/auth/
H A Dauth_winbind.c74 user_info->internal_username.str));
78 if (strequal(user_info->domain.str, get_global_sam_name())) {
80 user_info->domain.str));
92 user_info->smb_name.str);
94 user_info->domain.str);
96 user_info->wksta_name.str);
134 user_info->internal_username.str,
135 user_info->smb_name.str, user_info->domain.str,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dprom.c188 fputs(char *str, void *f) argument
190 int n = strlen(str);
192 return write(f, str, n) == n? 0: -1;
354 static char * number(char * str, long long num, int base, int size, int precision, int type) argument
397 *str++ = ' ';
399 *str++ = sign;
402 *str++ = '0';
404 *str++ = '0';
405 *str++ = digits[33];
410 *str
428 char * str; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mips-boards/generic/
H A Dinit.c84 static inline void str2eaddr(unsigned char *ea, unsigned char *str) argument
91 if((*str == '.') || (*str == ':'))
92 str++;
93 num = str2hexnum(*str++) << 4;
94 num |= (str2hexnum(*str++));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dsleep.S42 str sp, [r4, #(SLEEP_SAVE_SP*4)]
46 str r1, [r4, #(SLEEP_SAVE_CP15_R1*4)]
48 str r1, [r4, #(SLEEP_SAVE_CP15_R2*4)]
50 str r1, [r4, #(SLEEP_SAVE_CP15_R3*4)]
52 str r1, [r4, #(SLEEP_SAVE_CP15_R5*4)]
54 str r1, [r4, #(SLEEP_SAVE_CP15_R6*4)]
56 str r1, [r4, #(SLEEP_SAVE_CP15_R13*4)]
70 str r1, [r0]
78 str r1, [r0]
143 str r
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dadt_tree.c243 char *str, *base, *path2; local
277 str = path2;
283 str = strchr( str, '/' );
284 if ( str )
285 *str = '\0';
302 base = str;
306 str = base;
383 char *keystr, *base, *str, *p; local
429 trim_tree_keypath( p, &base, &str );
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dhead-armv.S172 str r12, [r2]
179 str r9, [r6] @ Save processor ID
180 str r1, [r7] @ Save machine type
212 1: str r3, [r0], #4
213 str r3, [r0], #4
214 str r3, [r0], #4
215 str r3, [r0], #4
226 str r3, [r4, r2, lsr #18] @ identity mapping
235 str r2, [r0] @ PAGE_OFFSET + 0MB
237 str r
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_prs.c881 BOOL prs_buffer5(BOOL charmode, const char *name, prs_struct *ps, int depth, BUFFER5 *str) argument
884 char *q = prs_mem_get(ps, str->buf_len * sizeof(uint16));
889 str->buffer = (uint16 *)prs_alloc_mem(ps,str->buf_len * sizeof(uint16));
890 if (str->buffer == NULL)
895 if (str->buf_len==0)
898 p = (char *)str->buffer;
900 dbg_rw_punival(charmode, name, depth, ps, q, p, str->buf_len);
902 ps->data_offset += (str->buf_len * sizeof(uint16));
912 BOOL prs_buffer2(BOOL charmode, const char *name, prs_struct *ps, int depth, BUFFER2 *str) argument
940 prs_string2(BOOL charmode, const char *name, prs_struct *ps, int depth, STRING2 *str) argument
980 prs_unistr2(BOOL charmode, const char *name, prs_struct *ps, int depth, UNISTR2 *str) argument
1011 prs_unistr3(BOOL charmode, const char *name, UNISTR3 *str, prs_struct *ps, int depth) argument
1037 prs_unistr(const char *name, prs_struct *ps, int depth, UNISTR *str) argument
1163 prs_string(const char *name, prs_struct *ps, int depth, char *str, int max_buf_size) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Di810_drv.c90 static int __init i810_options( char *str )
92 DRM(parse_options)( str );
H A Di830_drv.c85 static int __init i830_options( char *str )
87 DRM(parse_options)( str );
H A Dmga_drv.c84 static int __init mga_options( char *str )
86 DRM(parse_options)( str );
H A Dr128_drv.c87 static int __init r128_options( char *str )
89 DRM(parse_options)( str );
H A Dradeon_drv.c84 static int __init radeon_options( char *str )
86 DRM(parse_options)( str );
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Dio-writesl.S21 str r3, [r0]
35 str ip, [r0]
43 str ip, [r0]
51 str ip, [r0]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Dostype.c44 int e2p_string2os(char *str) argument
50 if (!strcasecmp(str, *cpp))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/telephony/
H A Dixj_pcmcia.c140 char *str; local
151 str = (char *) buf;
152 printk("PCMCIA Version %d.%d\n", str[0], str[1]);
153 str += 2;
154 printk("%s", str);
155 str = str + strlen(str) + 1;
156 printk(" %s", str);
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dcfe.h87 void cfe_ledstr(const char *str);

Completed in 229 milliseconds

1234567891011>>