Home
last modified time | relevance | path

Searched refs:xcmd (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/bmake/
H A Djob.c920 char *xcmd; /* The expanded command */ in JobWriteCommand() local
926 (void)Var_Subst(ucmd, job->node, VARE_WANTRES, &xcmd); in JobWriteCommand()
928 xcmdStart = xcmd; in JobWriteCommand()
932 ParseCommandFlags(&xcmd, &cmdFlags); in JobWriteCommand()
950 escCmd = shell->hasErrCtl ? NULL : EscapeShellDblQuot(xcmd); in JobWriteCommand()
993 ShellWriter_WriteFmt(wr, cmdTemplate, xcmd); in JobWriteCommand()
1091 char *xcmd; in DebugFailedJob() local
1092 (void)Var_Subst(cmd, job->node, VARE_WANTRES, &xcmd); in DebugFailedJob()
1093 debug_printf("\t=> %s\n", xcmd); in DebugFailedJob()
1094 free(xcmd); in DebugFailedJob()
H A Dmeta.c375 FStr xcmd = FStr_InitRefer(ucmd); in printCMD() local
377 Var_Expand(&xcmd, gn, VARE_WANTRES); in printCMD()
378 fprintf(fp, "CMD %s\n", xcmd.str); in printCMD()
379 FStr_Done(&xcmd); in printCMD()
/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c1098 u_long xcmd; in dsp_ioctl() local
1109 xcmd = 0; in dsp_ioctl()
1823 if (xcmd == 0) { in dsp_ioctl()
1824 xcmd = SOUND_MIXER_READ_RECLEV; in dsp_ioctl()
1829 if (xcmd == 0) { in dsp_ioctl()
1830 xcmd = SOUND_MIXER_WRITE_RECLEV; in dsp_ioctl()
1835 if (xcmd == 0) { in dsp_ioctl()
1836 xcmd = SOUND_MIXER_READ_PCM; in dsp_ioctl()
1841 if (xcmd == 0) { in dsp_ioctl()
1842 xcmd = SOUND_MIXER_WRITE_PCM; in dsp_ioctl()
[all …]