HomeSort by: relevance | last modified time | path
    Searched refs:existing (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/make/unit-tests/
jobs-empty-commands-error.exp 1 : 'Making existing-target out of nothing.'
jobs-empty-commands-error.mk 13 all: existing-target
15 existing-target:
cond-func-target.mk 22 # Adding a comment to an existing target does not change whether the target
31 # Adding a command to an existing target does not change whether the target
archive.exp 33 Making depend-on-existing-member out-of-date archive.mk
34 depend-on-existing-member
suff-add-later.mk 4 # Adding more suffixes does not turn existing rules into suffix rules.
varname-dot-path.mk 19 # Only existing directories are added to the path, the others are ignored.
dep-colon-bug-cross-file.mk 15 # add commands to an existing target, even across file boundaries.
posix-varassign.mk 69 # though it is not specified by POSIX, due to the differences in existing
archive.mk 28 @${MAKE} -f ${MAKEFILE} depend-on-existing-member
72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
var-op-append.mk 26 # Appending to an existing variable adds a single space and the value.
  /src/usr.sbin/sysinst/arch/hp300/
msg.md.en 59 message existing
60 {Do you want to preserve existing BSD partition(s)?}
  /src/usr.sbin/sysinst/arch/mvme68k/
msg.md.en 69 message existing
70 {Do you want to preserve existing BSD partition(s)?}
msg.md.de 70 message existing
msg.md.es 68 message existing
  /src/usr.sbin/sysinst/arch/virt68k/
msg.md.en 69 message existing
70 {Do you want to preserve existing BSD partition(s)?}
msg.md.de 70 message existing
msg.md.es 68 message existing
  /src/usr.sbin/sysinst/arch/x68k/
msg.md.en 70 message existing
71 {Do you want to preserve existing BSD partition(s)?}
  /src/sbin/restore/
utilities.c 202 linkit(char *existing, char *new, int type)
206 if (!Nflag && symlink(existing, new) < 0) {
209 new, existing, strerror(errno));
213 if (!Nflag && link(existing, new) < 0) {
216 new, existing, strerror(errno));
224 type == SYMLINK ? "symbolic" : "hard", new, existing);
  /src/distrib/sets/
makesums 11 # If -A is given, then the checksum are appended to possibly existing files.
35 -A Append to possible existing checksum files
  /src/tests/usr.bin/realpath/
t_realpath.sh 33 existing='.
359 run_tests_pass -e "${existing}" "${exist_results}"
379 run_tests_pass -E "${existing}" "${exist_results}"
400 run_tests_pass '' "${existing}" "${exist_results}"
628 set -- ${existing}
  /src/sys/dev/ic/
pcdisplay_subr.c 47 pcdisplay_cursor_init(struct pcdisplayscreen *scr, int existing)
58 if (existing) {
79 if (existing) {
  /src/tests/usr.bin/patch/
t_patch.sh 125 VERSION_CONTROL=existing patch -V none to_patch \
  /src/usr.sbin/ypserv/ypinit/
ypinit.sh 74 slave YP server, \`master_server' must be an existing, reachable YP server.
217 echo "Can we destroy the existing ${yp_dir}/${domain}"
  /src/sys/arch/sparc64/dev/
gfb.c 352 int existing, long *defattr)
366 if (existing) {

Completed in 23 milliseconds

1 2 3 4 5