/src/sys/sys/ |
dir.h | 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 52 #define direct dirent macro 56 * the directory entry. This requires the amount of space in struct direct 62 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
|
dir.h | 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 52 #define direct dirent macro 56 * the directory entry. This requires the amount of space in struct direct 62 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
|
dir.h | 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 52 #define direct dirent macro 56 * the directory entry. This requires the amount of space in struct direct 62 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
|
/src/usr.bin/make/unit-tests/ |
cmd-errors-jobs.mk | 15 ${RUN} undefined-direct 17 ${RUN} parse-error-direct 19 ${RUN} begin-direct 21 ${RUN} end-direct 27 # expect: : undefined-direct--eol 28 # expect: end undefined-direct with status 0 29 # expect: : undefined-direct--eol 31 undefined-indirect: undefined-direct 32 undefined-direct: 36 parse-error-indirect: parse-error-direct [all...] |
cmd-errors-jobs.mk | 15 ${RUN} undefined-direct 17 ${RUN} parse-error-direct 19 ${RUN} begin-direct 21 ${RUN} end-direct 27 # expect: : undefined-direct--eol 28 # expect: end undefined-direct with status 0 29 # expect: : undefined-direct--eol 31 undefined-indirect: undefined-direct 32 undefined-direct: 36 parse-error-indirect: parse-error-direct [all...] |
cmd-errors-jobs.mk | 15 ${RUN} undefined-direct 17 ${RUN} parse-error-direct 19 ${RUN} begin-direct 21 ${RUN} end-direct 27 # expect: : undefined-direct--eol 28 # expect: end undefined-direct with status 0 29 # expect: : undefined-direct--eol 31 undefined-indirect: undefined-direct 32 undefined-direct: 36 parse-error-indirect: parse-error-direct [all...] |
opt-keep-going-indirect.exp | 0 direct compat 6 make: stopped making "direct" in unit-tests 9 direct jobs 11 *** [direct] Error code 1 13 make: stopped making "direct" in unit-tests 27 *** [direct] Error code 1
|
opt-keep-going-indirect.exp | 0 direct compat 6 make: stopped making "direct" in unit-tests 9 direct jobs 11 *** [direct] Error code 1 13 make: stopped making "direct" in unit-tests 27 *** [direct] Error code 1
|
opt-keep-going-indirect.exp | 0 direct compat 6 make: stopped making "direct" in unit-tests 9 direct jobs 11 *** [direct] Error code 1 13 make: stopped making "direct" in unit-tests 27 *** [direct] Error code 1
|
cmd-errors-jobs.exp | 1 begin undefined-direct 2 : undefined-direct--eol 3 end undefined-direct with status 0 6 : undefined-direct--eol 9 begin parse-error-direct 24 end parse-error-direct with status 2 43 begin begin-direct 49 make: stopped making "begin-direct" in unit-tests 50 end begin-direct with status 1 61 begin end-direct [all...] |
cmd-errors-jobs.exp | 1 begin undefined-direct 2 : undefined-direct--eol 3 end undefined-direct with status 0 6 : undefined-direct--eol 9 begin parse-error-direct 24 end parse-error-direct with status 2 43 begin begin-direct 49 make: stopped making "begin-direct" in unit-tests 50 end begin-direct with status 1 61 begin end-direct [all...] |
cmd-errors-jobs.exp | 1 begin undefined-direct 2 : undefined-direct--eol 3 end undefined-direct with status 0 6 : undefined-direct--eol 9 begin parse-error-direct 24 end parse-error-direct with status 2 43 begin begin-direct 49 make: stopped making "begin-direct" in unit-tests 50 end begin-direct with status 1 61 begin end-direct [all...] |
opt-keep-going-indirect.mk | 9 # direct or an indirect target failed. 12 # mode, both for direct as well as indirect targets. 14 # Since 2001.10.16.18.50.12, the exit status for a direct failure in 20 # At 2006.11.17.22.07.39, the exit status for direct failures in both 26 # At 2016.08.26.23.28.39, the additional empty line for a direct failure 27 # in compat mode was removed, making it consistent with a direct failure 44 .PHONY: all direct indirect 51 @echo 'direct compat' 52 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct; echo "exited $$?" 55 @echo 'direct jobs 68 direct: target [all...] |
opt-keep-going-indirect.mk | 9 # direct or an indirect target failed. 12 # mode, both for direct as well as indirect targets. 14 # Since 2001.10.16.18.50.12, the exit status for a direct failure in 20 # At 2006.11.17.22.07.39, the exit status for direct failures in both 26 # At 2016.08.26.23.28.39, the additional empty line for a direct failure 27 # in compat mode was removed, making it consistent with a direct failure 44 .PHONY: all direct indirect 51 @echo 'direct compat' 52 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct; echo "exited $$?" 55 @echo 'direct jobs 68 direct: target [all...] |
opt-keep-going-indirect.mk | 9 # direct or an indirect target failed. 12 # mode, both for direct as well as indirect targets. 14 # Since 2001.10.16.18.50.12, the exit status for a direct failure in 20 # At 2006.11.17.22.07.39, the exit status for direct failures in both 26 # At 2016.08.26.23.28.39, the additional empty line for a direct failure 27 # in compat mode was removed, making it consistent with a direct failure 44 .PHONY: all direct indirect 51 @echo 'direct compat' 52 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct; echo "exited $$?" 55 @echo 'direct jobs 68 direct: target [all...] |
opt-jobs-internal.mk | 6 @${MAKE} -f ${MAKEFILE} -j1 direct 7 @${MAKE} -f ${MAKEFILE} -j1 direct-syntax 8 @${MAKE} -f ${MAKEFILE} -j1 direct-open 19 # expect: direct: mode=parallel 20 direct: .PHONY target 25 direct-syntax: .PHONY 28 # expect: direct-open: mode=compat 29 direct-open: .PHONY
|
opt-jobs-internal.mk | 6 @${MAKE} -f ${MAKEFILE} -j1 direct 7 @${MAKE} -f ${MAKEFILE} -j1 direct-syntax 8 @${MAKE} -f ${MAKEFILE} -j1 direct-open 19 # expect: direct: mode=parallel 20 direct: .PHONY target 25 direct-syntax: .PHONY 28 # expect: direct-open: mode=compat 29 direct-open: .PHONY
|
opt-jobs-internal.mk | 6 @${MAKE} -f ${MAKEFILE} -j1 direct 7 @${MAKE} -f ${MAKEFILE} -j1 direct-syntax 8 @${MAKE} -f ${MAKEFILE} -j1 direct-open 19 # expect: direct: mode=parallel 20 direct: .PHONY target 25 direct-syntax: .PHONY 28 # expect: direct-open: mode=compat 29 direct-open: .PHONY
|
/src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
InstrProfilingUtil.c | 14 #include <direct.h>
|
InstrProfilingUtil.c | 14 #include <direct.h>
|
InstrProfilingUtil.c | 14 #include <direct.h>
|
/src/bin/ksh/ |
ksh_dir.h | 10 # define dirent direct
|
ksh_dir.h | 10 # define dirent direct
|
ksh_dir.h | 10 # define dirent direct
|
/src/sys/ufs/ufs/ |
dirhash.h | 19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 120 void ufsdirhash_add(struct inode *, struct direct *, doff_t); 121 void ufsdirhash_remove(struct inode *, struct direct *, doff_t); 122 void ufsdirhash_move(struct inode *, struct direct *, doff_t, doff_t);
|