Searched refs:p_in (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/vsftpd/
H A Dascii.h28 * p_in - the input and output buffer, which MUST BE at least as big as
45 char* p_in, unsigned int in_len, int prev_cr);
53 * p_in - the input buffer, which is not modified
60 unsigned int vsf_ascii_bin_to_ascii(const char* p_in, char* p_out,
H A Dascii.c73 vsf_ascii_bin_to_ascii(const char* p_in, char* p_out, unsigned int in_len) argument
82 char the_char = p_in[indexx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/
H A Dascii.h28 * p_in - the input and output buffer, which MUST BE at least as big as
45 char* p_in, unsigned int in_len, int prev_cr);
53 * p_in - the input buffer, which is not modified
60 unsigned int vsf_ascii_bin_to_ascii(const char* p_in, char* p_out,
H A Dascii.c73 vsf_ascii_bin_to_ascii(const char* p_in, char* p_out, unsigned int in_len) argument
82 char the_char = p_in[indexx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/
H A Dascii.h28 * p_in - the input and output buffer, which MUST BE at least as big as
45 char* p_in, unsigned int in_len, int prev_cr);
53 * p_in - the input buffer, which is not modified
60 unsigned int vsf_ascii_bin_to_ascii(const char* p_in, char* p_out,
H A Dascii.c73 vsf_ascii_bin_to_ascii(const char* p_in, char* p_out, unsigned int in_len) argument
82 char the_char = p_in[indexx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/
H A Dmem2mem_testdev.c226 u8 *p_in, *p_out; local
234 p_in = videobuf_queue_to_vaddr(src_q, &in_buf->vb);
236 if (!p_in || !p_out) {
256 *p_out++ = *p_in++ + MEM2MEM_COLOR_STEP;
259 *p_out++ = *p_in++ - MEM2MEM_COLOR_STEP;
263 p_in += bytes_left;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dmem2mem_testdev.c226 u8 *p_in, *p_out; local
234 p_in = videobuf_queue_to_vaddr(src_q, &in_buf->vb);
236 if (!p_in || !p_out) {
256 *p_out++ = *p_in++ + MEM2MEM_COLOR_STEP;
259 *p_out++ = *p_in++ - MEM2MEM_COLOR_STEP;
263 p_in += bytes_left;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/selinux/ss/
H A Dservices.c135 struct security_class_mapping *p_in = map + (j++); local
139 if (!strcmp(p_in->name, "")) {
144 p_out->value = string_to_security_class(pol, p_in->name);
148 p_in->name);
157 while (p_in->perms && p_in->perms[k]) {
159 if (!*p_in->perms[k]) {
164 p_in->perms[k]);
168 p_in->perms[k], p_in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/selinux/ss/
H A Dservices.c135 struct security_class_mapping *p_in = map + (j++); local
139 if (!strcmp(p_in->name, "")) {
144 p_out->value = string_to_security_class(pol, p_in->name);
148 p_in->name);
157 while (p_in->perms && p_in->perms[k]) {
159 if (!*p_in->perms[k]) {
164 p_in->perms[k]);
168 p_in->perms[k], p_in
[all...]

Completed in 126 milliseconds