HomeSort by: relevance | last modified time | path
    Searched defs:nonexistent (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/unit-tests/
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}
archive.mk 29 @${MAKE} -f ${MAKEFILE} depend-on-nonexistent-member
75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
  /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);

Completed in 13 milliseconds