Searched refs:CMD (Results 26 - 50 of 62) sorted by relevance

123

/netbsd-current/sbin/cgdconfig/
H A Dcgdlex.l105 cmd { RETTOKEN(CMD); }
H A Dcgdparse.y70 %token <token> KEYGEN SALT ITERATIONS MEMORY PARALLELISM VERSION KEY CMD SHARED
107 | CMD stringlit EOL { $$ = keygen_cmd($2); }
/netbsd-current/usr.bin/make/unit-tests/
H A Dsh-flags.mk121 CMD.${target}= echo running; false
123 CMD.${target}= echo running
129 ${RUNFLAGS.${target}} ${CMD.${target}}
/netbsd-current/tests/bin/sh/
H A Dt_here.sh49 CMD="nl='${nl}'; $1"
51 result="$( ${TEST_SH} -c "${CMD}" 2>"${TEMP_FILE}" )"
96 echo >&2 "[$TEST_NUM] Full command: <<${CMD}>>"
H A Dt_patterns.sh74 CMD="$1"
76 result="$( ${TEST_SH} -c "${CMD}" 2>"${TEMP_FILE}" )"
139 MSG="${MSG} Full command: <<${CMD}>>"
H A Dt_builtins.sh129 CMD="$1"
132 result="$( ${TEST_SH} -c "${CMD}" 2>"${TEMP_FILE}" && printf X )"
179 MSG="${MSG} Full command: <<${CMD}>>"
H A Dt_expand.sh591 CMD="$1"
593 result="$( ${TEST_SH} -c "${CMD}" 2>"${TEMP_FILE}" )"
640 MSG="${MSG} Full command: <<${CMD}>>"
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp556 if (auto *CMD = dyn_cast<ConstantAsMetadata>(Op))
557 assert((!*MappedOp || M.getVM().count(CMD->getValue()) ||
591 static ConstantAsMetadata *wrapConstantAsMetadata(const ConstantAsMetadata &CMD, argument
593 if (CMD.getValue() == MappedV)
594 return const_cast<ConstantAsMetadata *>(&CMD);
608 if (auto *CMD = dyn_cast<ConstantAsMetadata>(Op))
609 return wrapConstantAsMetadata(*CMD, M.getVM().lookup(CMD->getValue()));
830 if (auto *CMD = dyn_cast<ConstantAsMetadata>(MD)) {
835 return wrapConstantAsMetadata(*CMD, mapValu
[all...]
/netbsd-current/distrib/sun3/ramdisk/
H A Dlist106 CMD mkfifo dev/pipe
/netbsd-current/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm73 ; READY-CMD-RESULT-RUN ���������������
78 ; CMD
81 ; XP ���������������������������������������READY=0 CMD=0 ������������XP ��� 0 ���������
93 ; CMD ���������������������������
96 ; CMD ������������
106 ; CMD=x; // ������������������
114 ; +1.b CMD
132 ; +1.b CMD
140 ; +1.b CMD
162 ; +1.b CMD
[all...]
/netbsd-current/sys/dev/ic/
H A Di128reg.h96 #define CMD 0x4048 macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_smu_v11_0_i2c.c278 reg = REG_SET_FIELD(reg, CKSVII2C_IC_DATA_CMD, CMD, 0);
359 reg = REG_SET_FIELD(reg, CKSVII2C_IC_DATA_CMD, CMD, 1);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Drun_doxygen64 --latex_cmd=CMD Set LATEX_CMD_NAME=CMD in the Doxygen config file.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpython.c2213 #define CMD(S) execute_command_to_string (S, "python print(5)", 0, true)
2217 CMD (output);
2227 CMD (output);
2247 CMD (output);
2266 #undef CMD
/netbsd-current/libexec/ftpd/
H A Dftpcmd.y1211 #define CMD 0 /* beginning of command */
1510 case CMD:
1723 state = CMD;
1730 state = CMD;
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpython.c2376 #define CMD(S) execute_command_to_string (S, "python print(5)", 0, true)
2380 CMD (output);
2390 CMD (output);
2410 CMD (output);
2423 #undef CMD
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp660 auto GetMethodType = [this, St, MTA](const CXXMethodDecl *CMD, FuncType &Type,
662 if (isa<CXXConstructorDecl, CXXDestructorDecl>(CMD)) {
664 << IsCallee << isa<CXXDestructorDecl>(CMD);
666 Diag(CMD->getBeginLoc(), diag::note_musttail_structors_forbidden)
667 << isa<CXXDestructorDecl>(CMD);
671 if (CMD->isStatic())
674 Type.This = CMD->getThisType()->getPointeeType();
677 Type.Func = CMD->getType()->castAs<FunctionProtoType>();
695 } else if (const auto *CMD = dyn_cast<CXXMethodDecl>(CurContext)) {
697 if (!GetMethodType(CMD, CallerTyp
[all...]
/netbsd-current/sys/arch/newsmips/dev/
H A Dscsi_1185.c213 SET_CMD(struct sc_softc *sc, int CMD) argument
217 sc->lastcmd = CMD;
218 sc_comr = CMD;
/netbsd-current/external/gpl3/gdb/dist/readline/readline/doc/
H A Dtexi2dvi151 -t, --command=CMD insert CMD in copy of input file
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/doc/
H A Dtexi2dvi151 -t, --command=CMD insert CMD in copy of input file
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1728 if (auto *CMD = dyn_cast_or_null<ConstantAsMetadata>(CUorFn))
1729 if (auto *F = dyn_cast<Function>(CMD->getValue())) {
1898 if (auto *CMD = dyn_cast_or_null<ConstantAsMetadata>(Expr)) {
1899 if (auto *GV = dyn_cast<GlobalVariable>(CMD->getValue())) {
1902 } else if (auto *CI = dyn_cast<ConstantInt>(CMD->getValue())) {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat.c89 #define PTRACE(CMD, PID, ADDR, SIG) \
90 darwin_ptrace(#CMD, CMD, (PID), (ADDR), (SIG))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddarwin-nat.c89 #define PTRACE(CMD, PID, ADDR, SIG) \
90 darwin_ptrace(#CMD, CMD, (PID), (ADDR), (SIG))
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp.c154 struct CMD { struct
166 static const struct CMD cmds[] = {
/netbsd-current/external/gpl2/gmake/dist/
H A Dvariable.c789 # warning NO_CMD_DEFAULT: GNU make will not use CMD.EXE as default shell

Completed in 601 milliseconds

123