Home
last modified time | relevance | path

Searched refs:SRC (Results 1 – 25 of 120) sorted by relevance

12345

/mirbsd/src/usr.sbin/httpd/
DMakefile.tmpl80 SRC = @SRC@
189 @touch $(TOP)/$(SRC)/.apaci.build.ok
201 cd $(TOP)/$(SRC); $(MAKE) $(MFLAGS) SDP=$(SRC)/ all
209 cd $(TOP)/$(SRC)/support; $(MAKE) $(MFLAGS) all || exit 1; \
261 …@cd $(TOP)/$(SRC); $(MAKE) $(MFLAGS) certificate TYPE="$(TYPE)" ALGO="$(ALGO)" CRT="$(CRT)" KEY="$…
275 @if [ ! -f $(TOP)/$(SRC)/.apaci.build.ok ]; then \
283 -@$(RM) $(SRC)/.apaci.install.tmp
284 -@$(RM) $(SRC)/.apaci.install.conf
354 $(INSTALL_CORE) $(TOP)/$(SRC)/$(TARGET) $(root)$(sbindir)/$(TARGET); \
357 $(CP) $(TOP)/$(SRC)/support/httpd.exp $(root)$(libexecdir)/; \
[all …]
/mirbsd/src/gnu/usr.bin/lynx/scripts/
Dinstall-lss.sh9 SRC=$2
14 if cmp -s $SRC $DST
21 if cmp -s $SRC ${DST}-${NUM}
32 echo "** installing $SRC as $DST"
33 eval $PRG $SRC $DST || exit 1
36 echo "** installing $SRC as $DST"
37 eval $PRG $SRC $DST || exit 1
Dinstall-cfg.sh10 SRC=$2
38 egrep '^[ ]*[A-Za-z]' $SRC |sed -e 's/^[ ]*HELPFILE:.*/HELPFILE:/' >>$TMP
39 egrep '^[ ]*[A-Za-z]' $SRC |fgrep -v -f $TMP >$OLD
48 cat $SRC >$NEW
76 echo "** installing $SRC as $DST"
77 eval $PRG $SRC $DST || exit 1
80 elif cmp -s $SRC $DST
84 echo "** installing $SRC as $DST"
85 eval $PRG $SRC $DST || exit 1
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dh8300.h103 SRC = 0x10000, enumerator
129 IMM8 = IMM | SRC | L_8,
130 IMM8U = IMM | SRC | L_8U,
131 IMM16 = IMM | SRC | L_16,
132 IMM16U = IMM | SRC | L_16U,
133 IMM32 = IMM | SRC | L_32,
146 RS8 = SRC | L_8 | REG,
147 RS16 = SRC | L_16 | REG,
148 RS32 = SRC | L_32 | REG,
150 RSP = SRC | L_P | REG,
[all …]
/mirbsd/src/lib/libncurses/src/ncurses/base/
Dmemmove.c39 #define SRC ((const char *)s2) macro
44 if ((DST + n > SRC) && (SRC + n > DST)) { in NCURSES_EXPORT()
53 bfr[j] = SRC[j]; in NCURSES_EXPORT()
54 SRC = bfr; in NCURSES_EXPORT()
57 DST[n] = SRC[n]; in NCURSES_EXPORT()
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dmaxq-dis.c42 #define SRC 0x01 macro
449 i->flag |= SRC; in get_insn_opcode()
479 i->flag |= SRC; in get_insn_opcode()
498 i->flag |= SRC; in get_insn_opcode()
511 i->flag |= SRC; in get_insn_opcode()
518 i->flag |= SRC; in get_insn_opcode()
537 i->flag |= SRC; in get_insn_opcode()
610 if ((grp.flag & SRC) == SRC) in print_insn()
618 && !((grp.flag & SRC) == SRC) && !((grp.flag & DST) == DST)) in print_insn()
630 && ((grp.flag & SRC) == SRC)) in print_insn()
[all …]
/mirbsd/src/lib/libssl/src/crypto/stack/
DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
DMakefile.ssl29 SRC= $(LIBSRC)
34 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
/mirbsd/src/lib/libssl/src/crypto/txt_db/
DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
DMakefile.ssl29 SRC= $(LIBSRC)
34 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
/mirbsd/src/lib/libssl/src/crypto/krb5/
DMakefile29 SRC= $(LIBSRC) macro
34 ALL= $(GENERAL) $(SRC) $(HEADER)
62 ctags $(SRC)
67 lint -DLINT $(INCLUDES) $(SRC)>fluff
DMakefile.ssl30 SRC= $(LIBSRC)
35 ALL= $(GENERAL) $(SRC) $(HEADER)
64 ctags $(SRC)
69 lint -DLINT $(INCLUDES) $(SRC)>fluff
/mirbsd/src/lib/libssl/src/crypto/md4/
DMakefile.ssl30 SRC= $(LIBSRC)
35 ALL= $(GENERAL) $(SRC) $(HEADER)
64 ctags $(SRC)
69 lint -DLINT $(INCLUDES) $(SRC)>fluff
DMakefile29 SRC= $(LIBSRC) macro
34 ALL= $(GENERAL) $(SRC) $(HEADER)
62 ctags $(SRC)
67 lint -DLINT $(INCLUDES) $(SRC)>fluff
/mirbsd/src/lib/libssl/src/crypto/lhash/
DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
DMakefile.ssl29 SRC= $(LIBSRC)
34 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
/mirbsd/src/lib/libssl/src/crypto/rc4/
DMakefile.ssl38 SRC= $(LIBSRC)
43 ALL= $(GENERAL) $(SRC) $(HEADER)
87 ctags $(SRC)
92 lint -DLINT $(INCLUDES) $(SRC)>fluff
/mirbsd/src/lib/libssl/src/crypto/idea/
DMakefile.ssl29 SRC= $(LIBSRC)
34 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
/mirbsd/src/lib/libssl/src/crypto/rc2/
DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
DMakefile.ssl29 SRC= $(LIBSRC)
34 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
/mirbsd/src/lib/libssl/src/crypto/md2/
DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
DMakefile.ssl29 SRC= $(LIBSRC)
34 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
/mirbsd/src/lib/libssl/src/crypto/buffer/
DMakefile.ssl29 SRC= $(LIBSRC)
34 ALL= $(GENERAL) $(SRC) $(HEADER)
63 ctags $(SRC)
68 lint -DLINT $(INCLUDES) $(SRC)>fluff
DMakefile28 SRC= $(LIBSRC) macro
33 ALL= $(GENERAL) $(SRC) $(HEADER)
61 ctags $(SRC)
66 lint -DLINT $(INCLUDES) $(SRC)>fluff

12345