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

1 2

  /src/tests/sbin/ifconfig/
t_nonexistent.sh 31 atf_test_case nonexistent
34 "a nonexistent interface (PR bin/43141)"
44 atf_add_test_case nonexistent
  /src/tests/usr.bin/locale/
t_locale.sh 30 atf_test_case nonexistent
33 "success for a nonexistent locale (PR lib/54692)"
38 atf_check -s exit:1 -e ignore -o empty -x "locale nonexistent"
42 atf_add_test_case nonexistent
  /src/usr.bin/make/unit-tests/
depsrc-optional.exp 8 Examining optional...nonexistent...up-to-date.
9 Examining optional-cohort...nonexistent...:: operator and no sources...out-of-date.
11 recheck(optional-cohort): update time from nonexistent to now
12 Examining important...nonexistent...modified before source "optional-cohort"...out-of-date.
14 recheck(important): update time from nonexistent to now
15 Examining all...nonexistent...modified before source "important"...out-of-date.
17 recheck(all): update time from nonexistent to now
18 Examining .END...nonexistent...nonexistent and no sources...out-of-date.
19 recheck(.END): update time from nonexistent to no
    [all...]
opt-chdir.mk 11 all: chdir-nonexistent
19 # Trying to change to a nonexistent directory exits immediately.
20 # Note: just because the whole point of /nonexistent is that it should
22 chdir-nonexistent: .PHONY .IGNORE
23 @${MAKE} -C /nonexistent.${.MAKE.PID}
jobs-empty-commands-error.exp 2 make: don't know how to make nonexistent-target (continuing)
directive-include.exp 5 make: directive-include.mk:26: Could not find nonexistent.mk
9 make: directive-include.mk:56: Could not find nonexistent.mk
10 make: directive-include.mk:61: Cannot open /nonexistent
archive.exp 36 `depend-on-nonexistent-member' is up to date.
45 Examining library...nonexistent....PHONY node...out-of-date.
46 Examining .END...nonexistent...nonexistent and no sources...out-of-date.
jobs-empty-commands-error.mk 18 all: nonexistent-target
directive-include.mk 25 # expect+1: Could not find nonexistent.mk
26 .include "nonexistent.mk"
55 # expect+1: Could not find nonexistent.mk
56 .include "nonexistent${:U123:Z}.mk"
60 # expect+1: Cannot open /nonexistent
61 include /nonexistent # comment
62 sinclude /nonexistent # comment
directive-dinclude.mk 12 .dinclude "${.CURDIR}/directive-dinclude-nonexistent.inc"
directive-hyphen-include.mk 11 .-include "${.CURDIR}/directive-hyphen-include-nonexistent.inc"
directive-sinclude.mk 11 .sinclude "${.CURDIR}/directive-include-nonexistent.inc"
archive.mk 29 @${MAKE} -f ${MAKEFILE} depend-on-nonexistent-member
75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
varname-dot-path.mk 20 .PATH: /nonexistent
cond-short.mk 41 .if 0 && exists(nonexistent${echo "unexpected and exists" 1>&2 :L:sh})
44 .if 1 && exists(nonexistent${echo "expected and exists" 1>&2 :L:sh})
113 .if 1 || exists(nonexistent${echo "unexpected or exists" 1>&2 :L:sh})
116 .if 0 || exists(nonexistent${echo "expected or exists" 1>&2 :L:sh})
varmod-gmtime.mk 77 # 0 means now; this differs from GNode.mtime, where a 0 means nonexistent.
  /src/tests/bin/cat/
t_cat.sh 43 atf_test_case nonexistent
46 "status for a nonexistent file (PR bin/3538)"
69 atf_add_test_case nonexistent
  /src/tests/usr.bin/infocmp/
t_terminfo.sh 49 for term in this-is-no-term nonexistent
  /src/regress/sys/kern/execve/
Makefile 43 ${RP} ${TD}/nonexistent | diff ${OD}/nonexistent -
  /src/tests/usr.bin/indent/
t_errors.sh 72 'indent: profile ./nonexistent: No such file or directory' \
73 -P./nonexistent
80 'indent: cannot open file ./nonexistent' \
81 -U./nonexistent
263 -e 'inline:indent: ./nonexistent.c: No such file or directory\n' \
264 "$indent" ./nonexistent.c
295 'indent: subdir/nonexistent.c: No such file or directory' \
296 /dev/null subdir/nonexistent.c
  /src/tests/usr.bin/id/
t_id.sh 58 echo 'id: nonexistent: No such user' >experr
59 atf_check -s exit:1 -o empty -e file:experr ./run_id.sh nonexistent
61 atf_check -s exit:1 -o empty -e save:stderr ./run_id.sh root nonexistent
110 echo 'id: nonexistent: No such user' >experr
111 atf_check -s exit:1 -o empty -e file:experr ./run_id.sh -G nonexistent
113 atf_check -s exit:1 -o empty -e save:stderr ./run_id.sh -G root nonexistent
180 echo 'id: nonexistent: No such user' >experr
181 atf_check -s exit:1 -o empty -e file:experr ./run_id.sh -g nonexistent
183 atf_check -s exit:1 -o empty -e save:stderr ./run_id.sh -g root nonexistent
219 echo 'id: nonexistent: No such user' >exper
    [all...]
  /src/sys/ufs/lfs/
lfs_pages.c 249 int nonexistent; local in function:check_dirty
269 nonexistent = dirty = 0;
275 ++nonexistent;
315 if ((pages_per_block > 0 && nonexistent >= pages_per_block) ||
316 (pages_per_block == 0 && nonexistent > 0)) {
322 KASSERT(nonexistent == 0);
  /src/tests/usr.bin/grep/
t_grep.sh 313 atf_test_case nonexistent
317 "messages about nonexistent files"
321 atf_check -s ne:0 grep -s foobar nonexistent
382 atf_add_test_case nonexistent
  /src/tests/bin/expr/
t_expr.sh 61 env LANG=nonexistent "$expr_prog" 10 + 11
  /src/tests/libexec/ld.elf_so/
Makefile 73 LDADD.t_dlerror-false= -Wl,-rpath,/var/nonexistent/lib

Completed in 38 milliseconds

1 2