/src/sys/arch/atari/stand/tostools/ |
Makefile.inc | 13 RM = rm -f 51 ${RM} ${LIB} ${PROG} ${OBJS} ${CLEAN} a.out core
|
/src/distrib/vax/cdroms/installcd/ |
Makefile | 18 ${RM} -f cdrom/boot 20 ${RM} -f bootxx.${MACHINE} 22 ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc
|
/src/sys/arch/atari/stand/tostools/libtos/ |
Makefile | 13 @${RM} ${LIB}
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/toshiba/ |
tmpv7708-rm-mbrc.dts | 3 * Device Tree File for TMPV7708 RM main board 14 model = "Toshiba TMPV7708 RM main board"; 15 compatible = "toshiba,tmpv7708-rm-mbrc", "toshiba,tmpv7708";
|
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativeARM_64.c | 57 #define RM(rm) (reg_map[rm] << 16) 681 return push_inst(compiler, ORR | RD(dst) | RN(TMP_ZERO) | RM(arg2)); 707 return push_inst(compiler, (ORR ^ (1 << 31)) | RD(dst) | RN(TMP_ZERO) | RM(arg2)); 716 FAIL_IF(push_inst(compiler, (ORN ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2))); 722 return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2)); 729 return push_inst(compiler, (ADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); 732 return push_inst(compiler, (ADC ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); 735 return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)) [all...] |
sljitNativeARM_32.c | 63 #define RM(rm) (reg_map[rm]) 264 return push_inst(compiler, BLX | RM(TMP_REG2)); 490 inst[1] = BLX | RM(TMP_REG1); 912 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0)))); 914 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1)))); 916 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2)))); 990 dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode << 5) | RM(src2))); \ 991 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, RM(src2))); [all...] |
/src/distrib/sgimips/cdroms/installcd/ |
Makefile | 20 ${RM} -f ${CDIMAGE}.tmp
|
/src/lib/libcurses/EXAMPLES/ |
Makefile | 29 RM = /bin/rm -f
|
/src/usr.sbin/lpr/common_source/ |
lp.h | 65 extern const char *RM; /* remote machine name */
|
common.c | 96 const char *RM; /* remote machine name */ 348 * as the remote machine (RM) entry (if it exists). 368 if (RM == NULL) 379 /* get the remote host addresses (RM) */ 384 error = getaddrinfo(gethost(RM), NULL, &hints, &res0); 388 RM, gai_strerror(error)); 455 RM = cgetstr(bp, "rm", &cp) == -1 ? NULL : cp;
|
rmjob.c | 342 rem = getport(RM); 346 printf("connection to %s is down\n", RM);
|
displayq.c | 240 fd = getport(RM); 244 (void)printf("connection to %s is down\n", RM);
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
ltmain.sh | 259 rm -f conftest.in conftest.tmp conftest.nl conftest.out 263 rm -f conftest.sed 295 rm -f conftest.in conftest.tmp conftest.nl conftest.out 320 : ${RM="rm -f"} 3482 $opt_dry_run || $RM $removelist 3489 $opt_dry_run || $RM $removelist 3491 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 3518 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 3536 $opt_dry_run || $RM $removelis [all...] |
/src/sys/external/isc/libsodium/dist/ |
ltmain.sh | 143 : ${RM="rm -f"} 2166 $opt_dry_run || $RM $removelist 2173 $opt_dry_run || $RM $removelist 2175 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 2202 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 2220 $opt_dry_run || $RM $removelist 2227 'error=$?; $opt_dry_run || $RM $removelist; exit $error' 2251 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 2269 $opt_dry_run || $RM $removelis [all...] |
/src/usr.bin/tip/ |
vars.c | 81 NULL, &RM },
|
tip.h | 74 extern char *RM; /* remote file name */
|
tip.c | 101 char *RM;
|
/src/usr.sbin/rtadvd/ |
advcap.c | 74 char *RM; 139 tf = open(RM = cp, O_RDONLY);
|
/src/distrib/syspkg/mk/ |
bsd.syspkg.mk | 115 RM?= /bin/rm 275 ${RM} -f ${PACKAGES}/$$cat/${PKGNAME}${PKG_SUFX}; \ 283 ${FIND} ${PACKAGES} -type l -name ${PKGNAME}${PKG_SUFX} | xargs ${RM} -f 289 ${_PKG_SILENT}${_PKG_DEBUG}${RM} -f ${PKGFILE} 394 ${RM} -f ${PLIST} ${BUILD_VERSION_FILE} ${BUILD_INFO_FILE} ${SIZE_PKG_FILE} ${SIZE_ALL_FILE} 468 ${_PKG_SILENT}${_PKG_DEBUG}${RM} -f ${PACKAGE_COOKIE} 553 ${RM} -f ${PKG_DBDIR}; \ 558 ${_PKG_SILENT}${_PKG_DEBUG}${RM} -rf ${PKG_DBDIR}/${PKGNAME} 560 ${_PKG_SILENT}${_PKG_DEBUG}${RM} -f ${BUILD_VERSION_FILE} ${BUILD_INFO_FILE [all...] |
/src/usr.sbin/postinstall/ |
postinstall.in | 63 : ${RM:=rm} 75 ${RM} -rf "${SCRATCHDIR}" 345 elif ! ${RM} -f "${fd}" || 533 cmd="${RM}" 745 elif ! ${RM} -f "${file}" || 1081 ${RM} "$catname" 1301 elif ! ${RM} -r "${DEST_DIR}/@RUNDIR@"; then 1647 ${RM} -f "${tmp1}" "${tmp2}" 1672 ${RM} -rf "${SCRATCHDIR}/obj [all...] |
/src/usr.sbin/lpr/lpd/ |
printjob.c | 941 printer, RM); 945 pstatus("sending to %s", RM); 1474 pfd = getport(RM); 1484 pstatus("waiting for %s to come up", RM); 1487 RM); 1493 pstatus("sending to %s", RM);
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
smu_types.h | 225 __SMU_DUMMY_MAP(RM), \
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
qcom-ipq8064-rb3011.dts | 6 model = "MikroTik RB3011UiAS-RM";
|
/src/lib/libm/noieee_src/ |
n_support.c | 467 * RM ...round-towards -INF 469 const int RN=0,RZ=1,RP=2,RM=3;
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 146 : ${RM="rm -f"} 725 trap "$RM \"$cfgfile\"; exit 1" 1 2 15 726 $RM "$cfgfile" 782 || (rm -f "$cfgfile"; exit 1) 785 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 801 RM='$RM' 959 $RM conftest [all...] |