Searched refs:str (Results 351 - 375 of 1024) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Df_u32.c41 int get_u32_handle(__u32 *handle, char *str) argument
44 char *tmp = strchr(str, ':');
47 if (memcmp("0x", str, 2) == 0)
48 return get_u32(handle, str, 16);
51 htid = strtoul(str, &tmp, 16);
52 if (tmp == str && *str != ':' && *str != 0)
57 str = tmp+1;
58 hash = strtoul(str,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/auth/
H A Dauth_util.c144 (*user_info)->smb_name.str = strdup(smb_name);
145 if ((*user_info)->smb_name.str) {
152 (*user_info)->internal_username.str = strdup(internal_username);
153 if ((*user_info)->internal_username.str) {
160 (*user_info)->domain.str = strdup(domain);
161 if ((*user_info)->domain.str) {
168 (*user_info)->client_domain.str = strdup(client_domain);
169 if ((*user_info)->client_domain.str) {
176 (*user_info)->wksta_name.str = strdup(wksta_name);
177 if ((*user_info)->wksta_name.str) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Disp16.c86 __init isp16_setup(char *str) argument
90 (void) get_options(str, ARRAY_SIZE(ints), ints);
97 if (str)
98 isp16_cdrom_type = str;
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dtkparse.h76 const char * str; /* op_constant */ member in struct:condition
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Duaccess.h286 #define strlen_user(str) \
288 const char *__su_str = (str); \
302 #define strnlen_user(str, len) \
304 const char *__su_str = (str); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Duaccess.h286 #define strlen_user(str) \
288 const char *__su_str = (str); \
302 #define strnlen_user(str, len) \
304 const char *__su_str = (str); \
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbroadcom.c413 char *str; local
421 if ((str = file2str(tmp))) {
422 pid = atoi(str);
423 free(str);
441 char *str; local
449 if ((str = file2str(tmp))) {
450 pid = atoi(str);
451 free(str);
574 char *str; local
578 if ((str
641 char str[100]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Drwsem.h34 extern void FASTCALL(rwsemtrace(struct rw_semaphore *sem, const char *str));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirias_object.h81 char *strndup(char *str, int max);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Drwsem.h34 extern void FASTCALL(rwsemtrace(struct rw_semaphore *sem, const char *str));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirias_object.h81 char *strndup(char *str, int max);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dsvc.c340 static int __init udpport_set(char *str) argument
342 nlm_udpport = simple_strtoul(str, NULL, 0);
345 static int __init tcpport_set(char *str) argument
347 nlm_tcpport = simple_strtoul(str, NULL, 0);
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dpppoe.h254 void fatalSys(char const *str);
255 void fatal(char const *str);
256 void printErr(char const *str);
264 char *strDup(char const *str);
/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dstate.js902 function showtext(obj, str){
907 obj.lastChild.nodeValue = str;
909 obj.appendChild(document.createTextNode(str));//*/
911 obj.innerHTML = str;//*/
915 var str = "", head, tail_num;
919 str += head.substring(0, tail_num);
920 str += "&nbsp;";
924 str += head;
926 return str;
930 function translate(str){
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dmembuffer.h76 * IN const char* str ; input string object
88 char* str_alloc( IN const char* str, IN size_t str_len );
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dstate.js902 function showtext(obj, str){
907 obj.lastChild.nodeValue = str;
909 obj.appendChild(document.createTextNode(str));//*/
911 obj.innerHTML = str;//*/
915 var str = "", head, tail_num;
919 str += head.substring(0, tail_num);
920 str += "&nbsp;";
924 str += head;
926 return str;
930 function translate(str){
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtelnet.c77 #define WriteCS(fd, str) write(fd, str, sizeof str -1)
309 static void putiac_subopt(byte c, char *str) argument
311 int len = strlen(str) + 6; // ( 2 + 1 + 1 + strlen + 2 )
321 while(*str)
322 putiac(*str++);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/aparser/
H A Dparser.c284 BOOL io_SMBSTR(char *name, io_struct *ps, int depth, char **str, unsigned flags) argument
295 *str = io_mem_get(ps, 0);
296 if (*str == NULL)
298 len = strlen(*str);
303 len = strlen(*str)+1;
311 RW_CVAL(ps->io, q, (*str)[i],0);
317 start_offset, name, *str));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dsmbcquotas.c75 static void SidToString(fstring str, DOM_SID *sid, BOOL _numeric) argument
81 sid_to_string(str, sid);
97 slprintf(str, sizeof(fstring) - 1, "%s%s%s",
104 static BOOL StringToSid(DOM_SID *sid, const char *str) argument
110 if (strncmp(str, "S-", 2) == 0) {
111 return string_to_sid(sid, str);
116 &pol, 1, &str, &sids,
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dshutils.c524 char str[64]; local
535 if (ifname_len + 1 > sizeof(str))
538 strcpy(str, ifname);
541 len = sh_strrspn(str, digits);
548 p = str + (ifname_len - len);
555 if (p == str || p[-1] != '.') {
569 len = sh_strrspn(str, digits);
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/
H A Dgeneral_520.js843 str = o.value;
844 portidx = str.indexOf(":");
848 port = str.substring(portidx+1);
1344 function getDateCheck(str, pos)
1346 if (str.charAt(pos) == '1')
1352 function getTimeRange(str, pos)
1355 return str.substring(0,2);
1357 return str.substring(2,4);
1359 return str.substring(4,6);
1361 return str
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsparc64_ksyms.c63 extern void die_if_kernel(char *str, struct pt_regs *regs);
103 extern void _do_spin_lock (spinlock_t *lock, char *str);
106 extern void _do_read_lock(rwlock_t *rw, char *str);
107 extern void _do_read_unlock(rwlock_t *rw, char *str);
108 extern void _do_write_lock(rwlock_t *rw, char *str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dentry-common.S47 slow: str r0, [sp, #S_R0+S_OFF]! @ returned r0
109 str lr, [r8]
135 str r4, [sp, #-S_OFF]! @ push fifth arg
173 str r0, [sp, #S_R0 + S_OFF]! @ save returned r0
256 str r5, [sp, #4]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dbios32.c501 char * __init pcibios_setup(char *str) argument
503 if (!strcmp(str, "nomodify"))
508 else if (!strcmp(str, "skipvga"))
513 else if (!strcmp(str, "noburst"))
519 return str;
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dconf.c58 static void strip(char *str) argument
60 char *p = str;
66 if (p != str)
67 memmove(str, p, l + 1);
70 p = str + l - 1;

Completed in 170 milliseconds

<<11121314151617181920>>