| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/latrace.d/ |
Upload File : |
/* /usr/include/term.h */ typedef void TTY; typedef void TERMTYPE; typedef void TERMINAL; int _nc_set_tty_mode(TTY *buf); int _nc_get_tty_mode(TTY *buf); int _nc_read_entry(char *a, char *b, TERMTYPE *c); int _nc_read_file_entry (char *a, TERMTYPE *b); int _nc_read_termtype (TERMTYPE *a, char *b, int c); char* _nc_first_name(char *a); int _nc_name_match(char *a, char *b, char *c); TERMINAL* set_curterm(TERMINAL *t); int del_curterm(TERMINAL *t); int restartterm(char *a, int b, int *c); int setupterm (char *a, int b, int *c); char* tigetstr(char *a); int putp(char *s); int tigetflag(char *a); int tigetnum(char *a); char* tparm(char *s); char* tparm_varargs(char *s); char* tgetstr(char *s, void *a); char* tgoto(char *s, int a, int b); int tgetent(char *s, char *a); int tgetflag(char *s); int tgetnum(char *s); int tputs(char *s, int a, void *f);