Searched refs:prereq (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 216 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 220 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 226 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \ 236 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ 263 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
|
| /freebsd/crypto/openssh/contrib/redhat/ |
| H A D | openssh.spec | 641 - Only require openssl (don't prereq) because we generate keys in the init
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2001 | 174 * configure.in: bump prereq to 2.52 remove unused test_LIB_KRB4
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 163168 Bitmask prereq; /* Bitmask of other loops that must run first */ member 163218 Bitmask prereq; /* Prerequisites */ member 165094 if( NEVER(pLoop->prereq & notReady) ) continue; 168800 Bitmask prereq, /* Prerequisites of the new entry */ argument 168807 if( rRun<=p->rRun && (prereq & p->prereq)==prereq ){ 168810 if( p->rRun<=rRun && (p->prereq & prereq)==p->prereq ){ 168825 p->prereq = prereq; 169965 if( pLoop->prereq & notReady ) continue; 171053 p->iTab, nb, p->maskSelf, nb, p->prereq & mAll); 171059 p->cId, p->iTab, p->maskSelf, p->prereq & 0xfff, p->cId, p->iTab); [all …]
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | 5937 Centralize more logic to build prereq. libraries in included .mf files. [all...] |