Home
last modified time | relevance | path

Searched refs:qcmd (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dquota.c535 u_int32_t qcmd = tcp->u_arg[0]; in SYS_FUNC() local
536 u_int32_t cmd = QCMD_CMD(qcmd); in SYS_FUNC()
537 u_int32_t type = QCMD_TYPE(qcmd); in SYS_FUNC()
Dgitlog-to-changelog210 my $qcmd = shell_quote $cmd;
213 or die "$ME: cannot run $qcmd: $!\n";
215 or die "$ME: $qcmd had unexpected exit code or signal ($?)\n";
/external/libvncserver/x11vnc/
Dremote.c193 char *rcmd = NULL, *qcmd = NULL; in do_remote_query() local
215 qcmd = (char *) malloc(strlen(query_cmd) + 5); in do_remote_query()
216 strcpy(qcmd, "qry="); in do_remote_query()
217 strcat(qcmd, query_cmd); in do_remote_query()
225 if (qcmd) { in do_remote_query()
226 res = process_remote_cmd(qcmd, 1); in do_remote_query()
234 if (!qcmd) { in do_remote_query()
237 res = process_remote_cmd(qcmd, 1); in do_remote_query()
243 if (rcmd && qcmd) { in do_remote_query()
247 free(qcmd); in do_remote_query()
[all …]
/external/bison/build-aux/
Dgitlog-to-changelog209 my $qcmd = shell_quote $cmd;
212 or die "$ME: cannot run $qcmd: $!\n";
214 or die "$ME: $qcmd had unexpected exit code or signal ($?)\n";