| /netbsd-src/distrib/evbarm/instkernel/sshramdisk/ |
| H A D | master.passwd | 15 _proxy:*:21:21::0:0:Proxy Services:/nonexistent:/sbin/nologin 16 _timedc:*:22:22::0:0:& pseudo-user:/nonexistent:/sbin/nologin 17 _sdpd:*:23:23::0:0:& pseudo-user:/nonexistent:/sbin/nologin 19 _mdnsd:*:25:25::0:0:& pseudo-user:/nonexistent:/sbin/nologin 20 _tests:*:26:26::0:0:& pseudo-user:/nonexistent:/sbin/nologin 23 uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/nonexistent:/sbin/nologin 24 nobody:*:32767:39::0:0:Unprivileged user:/nonexistent:/sbin/nologin
|
| /netbsd-src/etc/ |
| H A D | master.passwd | 13 _proxy:*:21:21::0:0:Proxy Services:/nonexistent:/sbin/nologin 14 _timedc:*:22:22::0:0:& pseudo-user:/nonexistent:/sbin/nologin 15 _sdpd:*:23:23::0:0:& pseudo-user:/nonexistent:/sbin/nologin 17 _mdnsd:*:25:25::0:0:& pseudo-user:/nonexistent:/sbin/nologin 18 _tests:*:26:26::0:0:& pseudo-user:/nonexistent:/sbin/nologin 25 uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/nonexistent:/sbin/nologin 26 nobody:*:32767:39::0:0:Unprivileged user:/nonexistent:/sbin/nologin
|
| /netbsd-src/tests/usr.bin/id/ |
| H A D | t_id.sh | 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 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 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 220 atf_check -s exit:1 -o empty -e file:experr ./run_id.sh -p nonexistent 222 atf_check -s exit:1 -o empty -e save:stderr ./run_id.sh -p root nonexistent 290 atf_check -s exit:1 -o empty -e file:experr ./run_id.sh -u nonexistent 293 ./run_id.sh -u root nonexistent
|
| /netbsd-src/usr.bin/make/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 22 chdir-nonexistent: .PHONY .IGNORE 23 @${MAKE} -C /nonexistent.${.MAKE.PID}
|
| 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 | archive.mk | 29 @${MAKE} -f ${MAKEFILE} depend-on-nonexistent-member 75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
|
| H A D | 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
|
| H A D | jobs-empty-commands-error.mk | 18 all: nonexistent-target
|
| H A D | varname-dot-path.mk | 20 .PATH: /nonexistent
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
| H A D | include | 22 -include nonexistent.mk 23 -include nonexistent.mk 24 sinclude nonexistent.mk 25 sinclude nonexistent-2.mk
|
| /netbsd-src/tests/usr.bin/locale/ |
| H A D | t_locale.sh | 30 atf_test_case nonexistent 42 atf_add_test_case nonexistent
|
| /netbsd-src/tests/sbin/ifconfig/ |
| H A D | t_nonexistent.sh | 31 atf_test_case nonexistent 44 atf_add_test_case nonexistent
|
| /netbsd-src/tests/usr.bin/indent/ |
| H A D | 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
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/ |
| H A D | twofiles | 14 ../makeinfo -o /dev/null $srcdir/html-min.txi /nonexistent.texinfo \ 20 && grep /nonexistent $errfile >/dev/null \
|
| /netbsd-src/tests/bin/cat/ |
| H A D | t_cat.sh | 43 atf_test_case nonexistent 69 atf_add_test_case nonexistent
|
| /netbsd-src/tests/usr.bin/grep/ |
| H A D | 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
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs_pages.c | 249 int nonexistent; in check_dirty() local 269 nonexistent = dirty = 0; in check_dirty() 275 ++nonexistent; in check_dirty() 315 if ((pages_per_block > 0 && nonexistent >= pages_per_block) || in check_dirty() 316 (pages_per_block == 0 && nonexistent > 0)) { in check_dirty() 322 KASSERT(nonexistent == 0); in check_dirty()
|
| /netbsd-src/regress/sys/kern/execve/ |
| H A D | Makefile | 43 ${RP} ${TD}/nonexistent | diff ${OD}/nonexistent -
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | frontends.texi | 53 @cindex intermediate C version, nonexistent 54 @cindex C intermediate output, nonexistent
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | frontends.texi | 53 @cindex intermediate C version, nonexistent 54 @cindex C intermediate output, nonexistent
|
| /netbsd-src/tests/usr.bin/infocmp/ |
| H A D | t_terminfo.sh | 49 for term in this-is-no-term nonexistent
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | auth_zonefile_down.rpl | 241 nonexistent.soa.high.com. IN A 248 nonexistent.soa.high.com IN A 274 nonexistent.soa.low.com. IN A 281 nonexistent.soa.low.com. IN A
|
| /netbsd-src/tests/usr.sbin/mtree/ |
| H A D | d_convert_C.out | 3 ./top.dangling type=link link=nonexistent
|
| H A D | d_convert_D_S.out | 3 type=link link=nonexistent ./top.dangling
|