Searched refs:src (Results 151 - 175 of 920) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/
H A DMakefile.am19 SUBDIRS = include lib src etc man doc patches login.radius
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/
H A DMakefile.am19 SUBDIRS = include lib src etc man doc patches login.radius
/asus-wl-520gu-7.0.1.45/src/router/samba/source/profile/
H A Dprofile.c47 void profile_message(int msg_type, pid_t src, void *buf, size_t len) argument
57 DEBUG(1,("INFO: Profiling turned OFF from pid %d\n", (int)src));
62 DEBUG(1,("INFO: Profiling counts turned ON from pid %d\n", (int)src));
67 DEBUG(1,("INFO: Full profiling turned ON from pid %d\n", (int)src));
71 DEBUG(1,("INFO: Profiling values cleared from pid %d\n", (int)src));
82 void reqprofile_message(int msg_type, pid_t src, void *buf, size_t len) argument
91 DEBUG(1,("INFO: Received REQ_PROFILELEVEL message from PID %u\n",(unsigned int)src));
92 message_send_pid(src, MSG_PROFILELEVEL, &level, sizeof(int), True);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbuffer.h83 size_t BUF_strlcpy(char *dst,const char *src,size_t siz);
84 size_t BUF_strlcat(char *dst,const char *src,size_t siz);
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tests/
H A Dcheck-translit9 ../src/iconv_no_i18n -f "$fromcode" -t "$tocode"//TRANSLIT < "${srcdir}"/"$file"."$fromcode" > tmp
H A Dcheck-stateful7 ../src/iconv_no_i18n -f "$charset" -t UTF-8 < "${srcdir}"/"$charset"-snippet > tmp-snippet
9 ../src/iconv_no_i18n -f UTF-8 -t "$charset" < "${srcdir}"/"$charset"-snippet.UTF-8 > tmp-snippet
/asus-wl-520gu-7.0.1.45/src/include/
H A Dflashutl.h22 int sysFlashWrite(uint off, uchar *src, uint bytes);
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/
H A Dstring.c61 * @src: Where to copy the string from
63 char * strcpy(char * dest,const char *src) argument
67 while ((*dest++ = *src++) != '\0')
77 * @src: Where to copy the string from
84 char * strncpy(char * dest,const char *src,size_t count) argument
88 while (count-- && (*dest++ = *src++) != '\0')
99 * @src: The string to append to it
101 char * strcat(char * dest, const char * src) argument
107 while ((*dest++ = *src++) != '\0')
118 * @src
124 strncat(char *dest, const char *src, size_t count) argument
383 bcopy(const char * src, char * dest, int count) argument
404 memcpy(void * dest,const void *src,size_t count) argument
424 memmove(void * dest,const void *src,size_t count) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dchecksum.h19 * the same as csum_partial, but copies from src while it
22 * here even more important to align src and dst on a 32-bit (or even
26 unsigned int csum_partial_copy(const char *src, char *dst, int len, int sum);
32 * here even more important to align src and dst on a 32-bit (or even
36 extern unsigned int csum_partial_copy_from_user(const char *src, char *dst,
39 #define csum_partial_copy_nocheck(src, dst, len, sum) \
40 csum_partial_copy((src), (dst), (len), (sum))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dstring.h65 static __inline__ char *strcpy(char *dest, const char *src) argument
72 : "+&a" (dest), "+&a" (src) :
92 static __inline__ char *strcat(char *dest, const char *src) argument
103 : "+&a" (dest), "+&a" (src) :
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dstring.h65 static __inline__ char *strcpy(char *dest, const char *src) argument
72 : "+&a" (dest), "+&a" (src) :
92 static __inline__ char *strcat(char *dest, const char *src) argument
103 : "+&a" (dest), "+&a" (src) :
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dchecksum.h19 * the same as csum_partial, but copies from src while it
22 * here even more important to align src and dst on a 32-bit (or even
26 unsigned int csum_partial_copy(const char *src, char *dst, int len, int sum);
32 * here even more important to align src and dst on a 32-bit (or even
36 extern unsigned int csum_partial_copy_from_user(const char *src, char *dst,
39 #define csum_partial_copy_nocheck(src, dst, len, sum) \
40 csum_partial_copy((src), (dst), (len), (sum))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dstring.h65 static __inline__ char *strcpy(char *dest, const char *src) argument
72 : "+&a" (dest), "+&a" (src) :
92 static __inline__ char *strcat(char *dest, const char *src) argument
103 : "+&a" (dest), "+&a" (src) :
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dstring.h65 static __inline__ char *strcpy(char *dest, const char *src) argument
72 : "+&a" (dest), "+&a" (src) :
92 static __inline__ char *strcat(char *dest, const char *src) argument
103 : "+&a" (dest), "+&a" (src) :
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dsubst.conf3 ET_DIR /opt/WL500gpV2/src/router/e2fsprogs-1.40.8/lib/et
4 SS_DIR /opt/WL500gpV2/src/router/e2fsprogs-1.40.8/lib/ss
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dchecksum.h27 * the same as csum_partial, but copies from src while it
30 * here even more important to align src and dst on a 32-bit (or even
35 csum_partial_copy_nocheck(const char *src, char *dst, int len, int sum);
38 csum_partial_copy_from_user(const char *src, char *dst, int len, int sum, int *err_ptr);
46 #define csum_partial_copy(src,dst,len,sum) csum_partial_copy_nocheck(src,dst,len,sum)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dchecksum.h135 extern unsigned long csum_partial_copy_generic(const char *src, const char *dst,
141 extern unsigned int csum_partial_copy_from_user(const char *src, char *dst,
143 extern unsigned int csum_partial_copy_to_user(const char *src, char *dst,
145 extern unsigned int csum_partial_copy_nocheck(const char *src, char *dst, int len,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dipt_pool.h20 ip_pool_t src; member in struct:ipt_pool_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dchecksum.h135 extern unsigned long csum_partial_copy_generic(const char *src, const char *dst,
141 extern unsigned int csum_partial_copy_from_user(const char *src, char *dst,
143 extern unsigned int csum_partial_copy_to_user(const char *src, char *dst,
145 extern unsigned int csum_partial_copy_nocheck(const char *src, char *dst, int len,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dipt_pool.h20 ip_pool_t src; member in struct:ipt_pool_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dchecksum.h27 * the same as csum_partial, but copies from src while it
30 * here even more important to align src and dst on a 32-bit (or even
35 csum_partial_copy_nocheck(const char *src, char *dst, int len, int sum);
38 csum_partial_copy_from_user(const char *src, char *dst, int len, int sum, int *err_ptr);
46 #define csum_partial_copy(src,dst,len,sum) csum_partial_copy_nocheck(src,dst,len,sum)
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dinststr.c15 inststr(int argc, char **argv, char **environ, char *src) argument
17 if (strlen(src) <= strlen(argv[0]))
23 strcpy(argv[0], src);
72 strncpy(argv[0], src, count);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dload.c126 int src, dbl_length; local
171 src = i = 0;
174 (ascii_to_bin(databuff[src++])
176 ascii_to_bin(databuff[src++]);
185 src = i = 0;
188 (ascii_to_bin(databuff[src++])
190 ascii_to_bin(databuff[src++]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dbinfmt_elf32.c29 struct pt_regs *src = (__pt_regs); \
33 dest[i] = (unsigned int) src->u_regs[i];\
36 sp = (unsigned int *) (src->u_regs[14] & \
41 dest[32] = tstate_to_psr(src->tstate); \
42 dest[33] = (unsigned int) src->tpc; \
43 dest[34] = (unsigned int) src->tnpc; \
44 dest[35] = src->y; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/lib/
H A Dusercopy.c70 #define __do_strncpy_from_user(dst,src,count,res) \
94 : "i"(-EFAULT), "0"(count), "1"(count), "3"(src), "4"(dst) \
99 __strncpy_from_user(char *dst, const char *src, long count) argument
102 __do_strncpy_from_user(dst, src, count, res);
107 strncpy_from_user(char *dst, const char *src, long count) argument
110 if (access_ok(VERIFY_READ, src, 1))
111 __do_strncpy_from_user(dst, src, count, res);

Completed in 313 milliseconds

1234567891011>>