/freebsd/contrib/bmake/unit-tests/ |
H A D | depsrc-optional.exp | 11 recheck(optional-cohort): update time from nonexistent to now 14 recheck(important): update time from nonexistent to now 17 recheck(all): update time from nonexistent to now 19 recheck(.END): update time from nonexistent to now
|
H A D | 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}
|
H A D | archive.mk | 25 @${MAKE} -f ${MAKEFILE} depend-on-nonexistent-member 57 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
|
H A D | 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})
|
H A D | directive-include.mk | 61 include /nonexistent # comment 62 sinclude /nonexistent # comment
|
H A D | jobs-empty-commands-error.mk | 18 all: nonexistent-target
|
H A D | varname-dot-path.mk | 20 .PATH: /nonexistent
|
/freebsd/etc/ |
H A D | master.passwd | 16 proxy:*:62:62::0:0:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin 20 pop:*:68:6::0:0:Post Office Owner:/nonexistent:/usr/sbin/nologin 22 www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin 26 tests:*:977:977::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin 27 nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin
|
/freebsd/contrib/netbsd-tests/usr.bin/id/ |
H A D | t_id.sh | 59 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh nonexistent 61 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh root nonexistent 111 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -G nonexistent 113 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh -G root nonexistent 181 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -g nonexistent 183 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh -g root nonexistent 220 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -p nonexistent 222 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh -p root nonexistent 290 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -u nonexistent 293 ./run_id.sh -u root nonexistent
|
/freebsd/usr.sbin/etcupdate/tests/ |
H A D | preworld_test.sh | 84 pop:*:68:6::0:0:Post Office Owner:/nonexistent:/usr/sbin/nologin 85 www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin 87 nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin 116 messagebus:*:556:556::0:0:D-BUS Daemon User:/nonexistent:/usr/sbin/nologin 117 polkit:*:562:562::0:0:PolicyKit User:/nonexistent:/usr/sbin/nologin 118 haldaemon:*:560:560::0:0:HAL Daemon User:/nonexistent:/usr/sbin/nologin
|
/freebsd/usr.bin/stat/tests/ |
H A D | readlink_test.sh | 48 atf_check ln -s nonexistent A.link 61 atf_check ln -s nonexistent.A A 62 atf_check ln -s nonexistent.B B
|
H A D | stat_test.sh | 101 ln -s nonexistent broken-link 103 atf_check -s exit:1 stat -q nonexistent 104 atf_check -s exit:1 stat -q nonexistent
|
/freebsd/contrib/netbsd-tests/sbin/ifconfig/ |
H A D | t_nonexistent.sh | 31 atf_test_case nonexistent 44 atf_add_test_case nonexistent
|
/freebsd/usr.bin/lorder/tests/ |
H A D | lorder_test.sh | 40 atf_test_case nonexistent 46 lorder nonexistent.o 107 atf_add_test_case nonexistent
|
/freebsd/contrib/netbsd-tests/bin/cat/ |
H A D | t_cat.sh | 43 atf_test_case nonexistent 118 atf_add_test_case nonexistent
|
/freebsd/sbin/ping/tests/ |
H A D | ping_test.sh | 181 ping nonexistent.in-addr.arpa. 192 ping -4 nonexistent.in-addr.arpa. 203 ping -6 nonexistent.in-addr.arpa.
|
/freebsd/bin/sh/tests/expansion/ |
H A D | cmdsubst4.0 | 3 ! y=$(: </var/empty/nonexistent)
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | time_zone.h | 86 case local_info::nonexistent: in to_sys() 108 case local_info::nonexistent: // first and second are the same in to_sys()
|
H A D | local_info.h | 34 static constexpr int nonexistent = 1; member
|
/freebsd/contrib/unifdef/tests/ |
H A D | overenoent.sh | 1 ln -s nonexistent/path outfile.c
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
H A D | err.D_XLATE_SOU.NonExistentOutput1.d | 48 myc = ((struct input_struct *) ivar)->nonexistent;
|
H A D | err.D_XLATE_MEMB.NonExistentOutput2.d | 53 yourc = ((struct input_struct *) ivar)->nonexistent;
|
H A D | err.D_TYPE_MEMBER.NonExistentInput2.d | 53 myc = ((struct input_struct *) ivar)->nonexistent;
|
/freebsd/contrib/netbsd-tests/usr.bin/infocmp/ |
H A D | t_terminfo.sh | 49 for term in this-is-no-term nonexistent
|
/freebsd/bin/sh/tests/builtins/ |
H A D | cd3.0 | 19 v=$( (cd -Pe /var/empty/nonexistent) 2>&1 >/dev/null)
|