HomeSort by relevance Sort by last modified time
    Searched refs:rcmd (Results 1 - 7 of 7) sorted by null

  /external/libpcap/lbl/
os-sunos4.h 140 int rcmd(char **, u_short, char *, char *, char *, int *);
  /external/tcpdump/lbl/
os-sunos4.h 140 int rcmd(char **, u_short, char *, char *, char *, int *);
  /external/libvncserver/x11vnc/
xevents.c 1709 char *result, *rcmd = text + strlen(remote_prefix); local
    [all...]
remote.c 193 char *rcmd = NULL, *qcmd = NULL; local
210 rcmd = (char *) malloc(strlen(remote_cmd) + 5);
211 strcpy(rcmd, "cmd=");
212 strcat(rcmd, remote_cmd);
221 if (rcmd) {
222 res = process_remote_cmd(rcmd, 1);
243 if (rcmd && qcmd) {
244 rc = send_remote_cmd(rcmd, 0, 1);
246 free(rcmd);
251 } else if (rcmd) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
netdb.h 451 extern int rcmd (char **__restrict __ahost, unsigned short int __rport,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 453 extern int rcmd (char **__restrict __ahost, unsigned short int __rport,
  /external/ltrace/etc/
libc.so.conf 155 int rcmd(addr, ushort, string, string, string, addr);

Completed in 379 milliseconds