Searched refs:the_char (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dascii.c35 char the_char = p_buf[indexx + 1]; local
36 if (the_char != '\r')
38 *p_out++ = the_char;
47 *p_out++ = the_char;
66 char the_char = p_in[indexx]; local
67 if (the_char == '\n')
72 *p_out++ = the_char;
H A Dsysutil.h201 int vsf_sysutil_toupper(int the_char);
202 int vsf_sysutil_isspace(int the_char);
203 int vsf_sysutil_isprint(int the_char);
204 int vsf_sysutil_isalnum(int the_char);
205 int vsf_sysutil_isdigit(int the_char);
H A Dsysutil.c788 char the_char = p_str[len-(i+1)]; local
790 if (the_char < '0' || the_char > '9')
794 val = the_char - '0';
879 vsf_sysutil_toupper(int the_char) argument
881 return toupper(the_char);
885 vsf_sysutil_isspace(int the_char) argument
887 return isspace(the_char);
891 vsf_sysutil_isprint(int the_char) argument
896 unsigned char uc = (unsigned char) the_char;
913 vsf_sysutil_isalnum(int the_char) argument
919 vsf_sysutil_isdigit(int the_char) argument
[all...]
H A Dstr.c242 str_append_char(struct mystr* p_str, char the_char) argument
244 private_str_append_memchunk(p_str, &the_char, sizeof(the_char));
H A Dstr.h51 void str_append_char(struct mystr* p_str, char the_char);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dip2main.c1492 // and can't work because we don't know the_char
1493 // as the_char is reported on a seperate path
1505 brkc = the_char;
1508 brkc = the_char;
1511 brkc = the_char;

Completed in 61 milliseconds