Home
last modified time | relevance | path

Searched refs:compile (Results 1 – 25 of 176) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/ed/
H A DMakefile31 EDOBJ= ed.o compile.o
32 XPG4EDOBJ= edobjs.xpg4/ed.o edobjs.xpg4/compile.o values-xpg4.o
33 XPG6EDOBJ= edobjs.xpg6/ed.o edobjs.xpg6/compile.o values-xpg6.o
35 SRCS= ./ed.c ../expr/compile.c
81 compile.o: ../expr/compile.c
82 $(COMPILE.c) -o $@ ../expr/compile.c
87 edobjs.xpg4/%.o: ../expr/compile.c
93 edobjs.xpg6/%.o: ../expr/compile.c
118 compile.c.i
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestEnable.java52 Program p0 = consumer.compile("dtrace:::BEGIN"); in main()
53 Program p1 = consumer.compile("syscall:::entry"); in main()
54 Program p2 = consumer.compile("dtrace:::END"); in main()
91 Program p3 = consumer.compile("syscall:::return"); in main()
118 Program p3x = consumer2.compile("syscall:::return"); in main()
139 consumer.compile("dtrace:::BEGIN"); in main()
140 consumer.compile("syscall:::entry"); in main()
141 consumer.compile("dtrace:::END"); in main()
H A DTestAbort.java45 consumer.compile("syscall:::entry { @[execname] = count(); } " + in main()
73 consumer.compile("syscall:::entry { @[execname] = count(); } " + in main()
99 consumer.compile("syscall:::entry { @[execname] = count(); } " + in main()
125 consumer.compile("syscall:::entry { @[execname] = count(); } " + in main()
H A DTestClose.java40 consumer.compile("syscall:::entry { @[execname] = count(); } " + in main()
60 consumer.compile("syscall:::entry { @[execname] = count(); } " + in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests32 [c:compile?Run test scripts using \bshcomp\b(1).]
171 integer compile=-1 posix=-1 utf8=-1
179 then compile=2
180 else compile=0
222 then (( compile )) && compile=1
226 (( compile < 0 )) && compile=0
276 if (( compile ))
280 elif (( compile > 1 ))
281 then echo $0: --compile: $SHCOMP not found >&2
283 else compile=0
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Derrno1 tst dat_sys_nerr note{ sys_nerr in default libs }end compile{
9 tst def_errno_sys_nerr note{ sys_nerr declared in errno.h }end compile{
17 tst dat_sys_errlist note{ sys_errlist in default libs }end compile{
25 tst def_errno_sys_errlist note{ sys_errlist declared in errno.h }end compile{
H A Dstandards2 … _ALL_SOURCE & _POSIX_SOURCE & _POSIX_C_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
33 elif tst note{ _ALL_SOURCE & _POSIX_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
60 elif tst note{ _POSIX_SOURCE & _POSIX_C_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
87 elif tst note{ _POSIX_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
106 elif tst note{ _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
121 elif tst note{ _XOPEN_SOURCE works }end compile{
132 else tst note{ __EXTENSIONS__ works }end compile{
H A Dfs142 …sys/types.h sys/statvfs.h note{ statvfs.f_reserved7 can double for statvfs.f_basetype }end compile{
150 lib statfs4 sys/types.h - sys/statfs.h - sys/vfs.h - sys/mount.h compile{
158 lib getmntinfo_statvfs note{ getmntinfo uses statvfs -- since when? }end compile{
169 …t_statvfs note{ getfsstat uses statvfs -- just in case it is confused like getmntinfo }end compile{
229 str st_fstype sys/types.h sys/stat.h note{ stat.st_fstype is a string }end compile{
233 int st_fstype sys/types.h sys/stat.h note{ stat.st_fstype is an int }end compile{
237 int st_spare1 sys/types.h sys/stat.h note{ stat.st_spare1 is an int }end compile{
241 ary st_spare4 sys/types.h sys/stat.h note{ stat.st_spare4 is an array }end compile{
245 ary st_extra sys/types.h sys/stat.h note{ stat.st_extra is an array }end compile{
249 ary st_pad4 sys/types.h sys/stat.h note{ stat.st_pad4 is an array }end compile{
/illumos-gate/usr/src/tools/onbld/Checks/
H A DMapfile.py56 CmtRE = re.compile(r'#.*$')
57 LeadingWSRE = re.compile(r'^\s+')
58 VersionRE = re.compile(r'^\$mapfile_version\s+2\s*$')
78 SymVerRE = re.compile(r'^\s*symbol_version\s+', re.IGNORECASE)
H A DSpellCheck.py267 regex = re.compile(r'\b%s\b' % (misspelling), re.IGNORECASE)
272 regex = re.compile(r'\b%s\b' % (alternate), re.IGNORECASE)
277 regex = re.compile(r'\b%s\b' % (alternate))
H A DKeywords.py37 ident = re.compile(r'((\%Z\%(\%M\%)\s+\%I\%|\%W\%)\s+\%E\% SMI)')
44 anykword = re.compile(r'%[A-ILMP-UWYZ]%')
H A DComments.py45 bugre = re.compile(r'^(\d{2,7}) (.*)$')
72 bugnospcre = re.compile(r'^(\d{2,7})([^ ].*)')
73 ignorere = re.compile(r'^(' +
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.sh35 compile() # $cc ... function
470 then cctest="should not compile '(;'"
472 else cctest="should compile 'int i = 1;'"
2375 if compile $xx -c $tmp.c <&$nullin >&$nullout
3809 if compile $cc -E $tmp.c <&$nullin >$tmp.i
4083 compile $cc -c $tmp.c <&$nullin >&$nullout
4140 compile $cc -c $tmp.c <&$nullin >&$nullout
4214 compile $xx -c $tmp.c <&$nullin >&$nullout
4229 compile $cc -c $tmp.c <&$nullin >&$nullout
4254 if compile $cc -E $tmp.c <&$nullin >$tmp.i
[all …]
/illumos-gate/usr/src/cmd/auditreduce/
H A Dregex2.c45 static int compile = 1; /* Must we compile the expressions */ variable
59 compile = 1;
104 if (compile) {
109 compile = 0;
/illumos-gate/usr/src/cmd/expr/
H A DMakefile30 EXPROBJ= exprobjs/expr.o exprobjs/compile.o
31 XPG4EXPROBJ= exprobjs.xpg4/expr.o exprobjs.xpg4/compile.o
32 XPG6EXPROBJ= exprobjs.xpg6/expr.o exprobjs.xpg6/compile.o
35 SRCS= expr.c compile.c
/illumos-gate/usr/src/cmd/vi/port/
H A DMakefile44 EXOBJS_XPG4= $(EXOBJS) compile.o values-xpg4.o
45 EXOBJS_XPG6= $(EXOBJS) compile.o values-xpg6.o
119 $(XD4)/compile.o $(XD6)/compile.o: ../../expr/compile.c
120 $(COMPILE.c) -o $@ ../../expr/compile.c
H A DREAD_ME40 -DCHDIR compile in undocumented chdir (cd) command
41 -DLISP compile in lisp hacks
42 -DUCVISUAL compile in code to handle \ escapes for visual on
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py33 RE_SYNTAX = re.compile(r'^syntax:\s*(.*)\s*$')
61 ignore_list.append(re.compile('.*' + fnmatch.translate(l)))
63 ignore_list.append(re.compile(l))
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dwhitespace_only.sh14 compile=true
51 if [ "$compile" = "true" ] ; then
61 if [ "$compile" = "true" ] ; then
/illumos-gate/usr/src/tools/smatch/src/
H A Dtest-unssa.c58 static int compile(struct symbol_list *list) in compile() function
82 compile(sparse_initialize(argc, argv, &filelist)); in main()
84 compile(sparse(file)); in main()
/illumos-gate/usr/src/cmd/nl/
H A DMakefile33 NLOBJ= nlobjs/$(PROG).o nlobjs/compile.o
34 XPG4NLOBJ= nlobjs.xpg4/$(PROG).o nlobjs.xpg4/compile.o
37 SRCS = nl.c ../expr/compile.c
H A Dnl.c156 compile(pat, NULL, NULL); in main()
182 compile(pat, NULL, NULL); in main()
208 compile(pat, NULL, NULL); in main()
337 compile(pat, NULL, NULL); in main()
371 compile(pat, NULL, NULL); in main()
405 compile(pat, NULL, NULL); in main()
/illumos-gate/usr/src/lib/libgen/inc/
H A Dregexpr.h60 extern char *compile(const char *instring, char *expbuf, char *endbuf);
64 extern char *compile();
/illumos-gate/usr/src/man/man3gen/
H A DMakefile34 compile.3gen \
50 compile.3gen := LINKSRC = regexpr.3gen
/illumos-gate/usr/src/cmd/tic/
H A Dtic_main.c102 extern void compile(); /* should be in a header file :-( */
146 compile(); in main()

12345678