xcmd
int xcmd;
if ((xcmd = map_extended_ioctl(cmd)) != -1)
return (rmtioctl_extended(xcmd, count));
int xcmd;
xcmd = 2;
xcmd = 3;
xcmd = 4;
xcmd = 5;
xcmd = -1; /* not supported */
return (xcmd);
char xcmd[BUFSIZ];
xcmd[0] = NULLCHAR;
strcat(xcmd, xarg[i]);
strcat(xcmd, " ");
DEBUG(2, "cmd: %s\n", xcmd);
logent(xcmd, "QUEUED");
char prm[BUFSIZ], whitesp[BUFSIZ], rqtcmd[BUFSIZ], xcmd[BUFSIZ];
if ((cmdOK(rqtcmd, xcmd)) == FALSE)
(void) strlcat(_Cmd, xcmd, sizeof (_Cmd));
char *xcmd();
if (rout = xcmd(s+1, '!', &s, &l)) {
char *xcmd();
if ((cmd = xcmd(s+2, '$', &s, &len)) != NULL) {
Cmd_func xcmd;
setcom(cmd_info, xcmd);