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

1 2 3 4 5

  /src/usr.bin/make/unit-tests/
varmod-to-abs.exp 1 make: varmod-to-abs.mk:19: does-not-exist.c
2 make: varmod-to-abs.mk:21: does-not-exist.c
varname-vpath.exp 3 "file-in-subdirectory" does not exist
5 "file2-in-subdirectory" does not exist
varmod-to-abs.mk 12 # and it had to exist (see ModifyWord_Realpath).
17 does-not-exist.c= /dev/null
18 # expect+1: does-not-exist.c
19 .info ${does-not-exist.c:L:tA}
20 # expect+1: does-not-exist.c
21 .info ${does-not-exist.c:L:tA}
opt-m-include-dir.mk 50 # canary file does not exist.
51 .MAKEFLAGS: -m .../does-not-exist
modmisc.mk 5 # do not put any dirs in this list which exist on some
varname-dot-curdir.mk 27 # output of the shell command ("/"). Since "echo /" does not exist, the
varmod-mtime.mk 12 # didn't exist, the ':mtime' modifier would return the current time.
18 # For a file that doesn't exist, the ':mtime' modifier returns the current
  /src/sys/rump/fs/lib/libzfs/
zfs_component.c 44 int error, exist; local
52 exist = (error == EEXIST);
58 if (!exist)
  /src/external/bsd/ntp/dist/sntp/unity/auto/
test_file_filter.rb 14 if File.exist?('test_file_filter.yml')
generate_module.rb 160 if File.exist?(file)
169 puts "File #{file} does not exist so cannot be removed."
178 raise "ERROR: File #{file[:name]} already exists. Exiting." if File.exist?(file[:path])
  /src/tests/bin/cat/
t_cat.sh 52 cat /some/name/that/does/not/exist
  /src/external/gpl3/gcc.old/dist/contrib/
compare-lto 40 echo "$1" does not exist >&2
45 echo "$2" does not exist >&2
compare-debug 39 echo "$1" does not exist >&2
44 echo "$2" does not exist >&2
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 8 if not exist sodium_version.c (
10 if not exist sodium_version.c (
43 if not exist %%f.exe (
  /src/lib/
bumpversion 84 echo $0: $versf does not exist 1>&2
  /src/external/bsd/atf/dist/atf-sh/
integration_test.sh 50 atf-sh: ERROR: The test program 'non-existent' does not exist
  /src/external/bsd/unbound/dist/winrc/
unbound-control-setup.cmd 77 rem create certificate keys; do not recreate if they already exist.
78 if exist %SVR_BASE%.key (
86 if exist %CTL_BASE%.key (
95 if exist request.cfg (del /F /Q /S request.cfg)
110 if not exist request.cfg (
121 if exist request.cfg (del /F /Q /S request.cfg)
134 if not exist request.cfg (
142 if not exist %CTL_BASE%.pem (
  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-php.c 337 error_logger (_("a format specification for argument %u, as in '%s', doesn't exist in 'msgid'"),
347 error_logger (_("a format specification for argument %u doesn't exist in '%s'"),
format-boost.c 589 error_logger (_("a format specification for argument %u, as in '%s', doesn't exist in 'msgid'"),
599 error_logger (_("a format specification for argument %u doesn't exist in '%s'"),
format-gcc-internal.c 582 error_logger (_("a format specification for argument %u, as in '%s', doesn't exist in 'msgid'"),
592 error_logger (_("a format specification for argument %u doesn't exist in '%s'"),
  /src/external/gpl2/groff/dist/arch/djgpp/
config.bat 14 if not exist configure update %XSRC%/configure ./configure
19 if not exist configure.orig update configure configure.orig
30 if exist INSTALL ren INSTALL INSTALL.txt
  /src/share/mk/
bsd.obj.mk 26 echo "MAKEOBJDIRPREFIX ${MAKEOBJDIRPREFIX} does not exist, bailing..."; \
76 echo "BSDOBJDIR ${__usrobjdir} does not exist, bailing..."; \
  /src/external/bsd/kyua-cli/dist/integration/
cmd_help_test.sh 67 Usage error for command help: The command abc does not exist.
  /src/external/gpl2/gmake/dist/w32/subproc/
build.bat 2 if not exist .\WinDebug\nul mkdir .\WinDebug
7 if not exist .\WinRel\nul mkdir .\WinRel
  /src/external/bsd/nvi/dist/vi/
vs_line.c 130 * If O_NUMBER is set, the line doesn't exist and it's line
569 int exist; local
587 exist = db_exist(sp, TMAP->lno + 1);
603 if (smp->lno != 1 && !exist && !db_exist(sp, smp->lno))

Completed in 54 milliseconds

1 2 3 4 5