Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 158) sorted by relevance

1234567

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile43 make FEATURE/externs implicit
87 make include/shell.h implicit
88 make ${PACKAGE_ast_INCLUDE}/cmd.h implicit
89 make ${PACKAGE_ast_INCLUDE}/dlldefs.h implicit
91 make ${PACKAGE_ast_INCLUDE}/cmdext.h implicit
92 make ${PACKAGE_ast_INCLUDE}/shcmd.h implicit
93 make ${PACKAGE_ast_INCLUDE}/prototyped.h implicit
96 prev ${PACKAGE_ast_INCLUDE}/prototyped.h implicit
98 prev ${PACKAGE_ast_INCLUDE}/shcmd.h implicit
99 make ${PACKAGE_ast_INCLUDE}/stak.h implicit
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A DMamfile78 make sum-sha2.c implicit
79 make ${PACKAGE_ast_INCLUDE}/endian.h implicit
80 make ${PACKAGE_ast_INCLUDE}/bytesex.h implicit
81 make ${PACKAGE_ast_INCLUDE}/ast_common.h implicit
82 make ${PACKAGE_ast_INCLUDE}/ast_map.h implicit
84 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
89 make sum-sha1.c implicit
91 make sum-md5.c implicit
93 make sum-lmd.c implicit
94 make sha2.h implicit
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DMamfile78 make dll.h implicit
80 make xcoff.h implicit
82 make dl.h implicit
84 make ${PACKAGE_ast_INCLUDE}/error.h implicit
85 make ${PACKAGE_ast_INCLUDE}/option.h implicit
86 make ${PACKAGE_ast_INCLUDE}/ast.h implicit
87 make ${PACKAGE_ast_INCLUDE}/ast_api.h implicit
89 make ${PACKAGE_ast_INCLUDE}/vmalloc.h implicit
90 make ${PACKAGE_ast_INCLUDE}/ast_common.h implicit
91 make ${PACKAGE_ast_INCLUDE}/ast_map.h implicit
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DMamfile83 make ${PACKAGE_ast_INCLUDE}/ppkey.h implicit
84 make ${PACKAGE_ast_INCLUDE}/prototyped.h implicit
87 make ${PACKAGE_ast_INCLUDE}/pp.h implicit
88 make ${PACKAGE_ast_INCLUDE}/ccode.h implicit
89 make ${PACKAGE_ast_INCLUDE}/ast_ccode.h implicit
91 make ${PACKAGE_ast_INCLUDE}/ast_common.h implicit
92 make ${PACKAGE_ast_INCLUDE}/ast_map.h implicit
94 make ${PACKAGE_ast_INCLUDE}/endian.h implicit
95 make ${PACKAGE_ast_INCLUDE}/bytesex.h implicit
96 prev ${PACKAGE_ast_INCLUDE}/ast_common.h implicit
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DMamfile78 make ${PACKAGE_ast_INCLUDE}/shcmd.h implicit
79 make ${PACKAGE_ast_INCLUDE}/prototyped.h implicit
82 make cmd.h implicit
83 make ${PACKAGE_ast_INCLUDE}/dlldefs.h implicit
85 make cmdext.h implicit
88 prev cmd.h implicit
91 make ${PACKAGE_ast_INCLUDE}/endian.h implicit
92 make ${PACKAGE_ast_INCLUDE}/bytesex.h implicit
93 make ${PACKAGE_ast_INCLUDE}/ast_common.h implicit
94 make ${PACKAGE_ast_INCLUDE}/ast_map.h implicit
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DMamfile43 make ${PACKAGE_ast_INCLUDE}/endian.h implicit
44 make ${PACKAGE_ast_INCLUDE}/bytesex.h implicit
45 make ${PACKAGE_ast_INCLUDE}/ast_common.h implicit
46 make ${PACKAGE_ast_INCLUDE}/ast_map.h implicit
48 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
52 make ${PACKAGE_ast_INCLUDE}/ast.h implicit
53 make ${PACKAGE_ast_INCLUDE}/ast_api.h implicit
55 make ${PACKAGE_ast_INCLUDE}/vmalloc.h implicit
56 prev ${PACKAGE_ast_INCLUDE}/ast_common.h implicit
57 make ${PACKAGE_ast_INCLUDE}/ast_std.h implicit
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMamfile64 make std/endian.h implicit
65 make std/bytesex.h implicit
66 make ast_common.h implicit
73 make ast_map.h implicit
77 make FEATURE/api implicit
83 make FEATURE/eaccess implicit
89 make FEATURE/vmalloc implicit
94 make FEATURE/mmap implicit
101 make FEATURE/options implicit
107 prev FEATURE/mmap implicit
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc88 static void doname_subtree(Name target, Boolean do_get, Boolean implicit);
679 doname_parallel(Name target, Boolean do_get, Boolean implicit) in doname_parallel() argument
683 result = doname_check(target, do_get, implicit, false); in doname_parallel()
709 doname_subtree(Name target, Boolean do_get, Boolean implicit) in doname_subtree() argument
720 while(doname_check(target, do_get, implicit, false) == build_running) { in doname_subtree()
806 rp->implicit, in process_next()
863 rp->implicit, in process_next()
906 rp->implicit); in process_next()
940 doname_subtree(rp->target, rp->do_get, rp->implicit); in process_next()
1426 rp->implicit, in finish_doname()
[all …]
H A Ddoname.cc81 extern Doname doname_check(Name target, Boolean do_get, Boolean implicit, Boolean automatic);
82 extern Doname doname(Name target, Boolean do_get, Boolean implicit, Boolean automatic);
83 …an doing_subtree, Chain *out_of_date_tail, Property old_locals, Boolean implicit, Property *comman…
130 doname_check(Name target, Boolean do_get, Boolean implicit, Boolean automatic) in doname_check() argument
137 switch (doname(target, do_get, implicit, automatic)) { in doname_check()
291 doname(Name target, Boolean do_get, Boolean implicit, Boolean automatic) in doname() argument
330 implicit, in doname()
496 implicit, in doname()
537 implicit, in doname()
572 implicit, in doname()
[all …]
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h123 Boolean implicit; member
317 Boolean do_get, Boolean implicit, Boolean redo);
320 Name *automatics, Boolean do_get, Boolean implicit);
322 Boolean do_get, Boolean implicit);
324 Boolean do_get, Boolean implicit);
336 extern Doname doname(Name target, Boolean do_get, Boolean implicit,
339 Boolean implicit, Boolean automatic);
341 Boolean implicit);
/illumos-gate/usr/src/cmd/csh/i386/
H A DMakefile28 CERRWARN += -_gcc=-Wno-implicit-function-declaration
31 CERRWARN += -_gcc=-Wno-implicit-int
/illumos-gate/usr/src/cmd/csh/sparc/
H A DMakefile25 CERRWARN += -_gcc=-Wno-implicit-function-declaration
28 CERRWARN += -_gcc=-Wno-implicit-int
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilenhz.d.out1 This test is a simple profile implicit hz test
/illumos-gate/usr/src/ucbcmd/whereis/
H A DMakefile32 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A DMakefile34 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/ucbcmd/tr/
H A DMakefile32 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/cmd/factor/
H A DMakefile32 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/ucbcmd/ln/
H A DMakefile33 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/ucbcmd/touch/
H A DMakefile34 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/tools/elfextract/
H A DMakefile34 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/ucbcmd/chown/
H A DMakefile34 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/cmd/nlsadmin/
H A DMakefile31 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/cmd/pools/
H A DMakefile.pools36 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A DMakefile34 CERRWARN += -_gcc=-Wno-implicit-function-declaration
/illumos-gate/usr/src/cmd/news/
H A DMakefile33 CERRWARN += -_gcc=-Wno-implicit-function-declaration

1234567