Home
last modified time | relevance | path

Searched refs:incl (Results 1 – 25 of 80) sorted by relevance

1234

/openbsd/lib/libc/arch/i386/string/
H A Dstrcmp.S22 incl %edx
28 incl %eax
29 incl %edx
35 incl %eax
36 incl %edx
42 incl %eax
43 incl %edx
49 incl %eax
50 incl %edx
56 incl %eax
[all …]
H A Dstrncmp.S25 incl %ecx
34 incl %eax
35 incl %ecx
44 incl %eax
45 incl %ecx
54 incl %eax
55 incl %ecx
64 incl %eax
65 incl %ecx
74 incl %eax
[all …]
H A Dffs.S12 incl %eax /* bits numbered from 1, not 0 */
H A Dstrchr.S19 incl %eax
H A Dstrrchr.S23 incl %edx
H A Dbcmp.S29 L1: incl %eax
/openbsd/sys/lib/libkern/arch/i386/
H A Dstrcmp.S23 incl %edx
29 incl %eax
30 incl %edx
36 incl %eax
37 incl %edx
43 incl %eax
44 incl %edx
50 incl %eax
51 incl %edx
57 incl %eax
[all …]
H A Dffs.S13 incl %eax /* bits numbered from 1, not 0 */
H A Dskpc.S43 incl %ecx
H A Dbcmp.S29 L1: incl %eax
/openbsd/usr.sbin/config/
H A Dscan.l60 struct incl { struct
61 struct incl *in_prev; /* previous includes in effect, if any */ argument
67 static struct incl *incl; argument
202 struct incl *in;
222 in->in_prev = incl;
227 incl = in;
241 struct incl *in;
244 if ((in = incl) == NULL)
246 incl = in->in_prev;
/openbsd/gnu/usr.bin/perl/utils/
H A Dh2ph.PL93 my ($incl, $incl_type, $incl_quote, $next);
179 $incl = $3;
181 ($opt_e && exists($bad_file{$incl}))) {
182 $incl =~ s/\.h$/.ph/;
191 "(grep { \$_ eq \"$incl\" } ",
194 "\@REM = map { \"\$_/$incl\" } ",
195 "(grep { not exists(\$INCD{\"\$_/$incl\"})",
196 " and -f \"\$_/$incl\" } \@INC);\n");
211 $incl =~ s/\.h$/.ph/;
214 $incl = "$1/$incl";
[all …]
/openbsd/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dinclude-value.txi5 @set testvar incl-incl.txi
8 @set test-var incl-incl.tx
11 @set test_var ncl-incl.tx
H A DMakefile.am33 include-value.txi incl-incl.txi \
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dfini.c251 FILE *incl; in main() local
292 incl = fopen (include_name, "w"); in main()
293 if (incl == NULL) in main()
446 fprintf (incl, "#define %sl%s%s %d\n", prefix, n->kwname, postfix, in main()
450 fprintf (incl, in main()
461 fprintf (incl, in main()
468 fprintf (incl, in main()
619 if (incl != stdout) in main()
620 fclose (incl); in main()
/openbsd/sys/arch/i386/i386/
H A Dapicvec.s161 incl CPUVAR(IDEPTH)
177 incl CPUVAR(IDEPTH)
192 incl CPUVAR(IDEPTH)
208 incl CPUVAR(IDEPTH)
238 incl uvmexp+V_INTR /* statistical info */ ;\
244 7: incl CPUVAR(IDEPTH) ;\
H A Dvector.s94 incl uvmexp+V_INTR /* statistical info */ ;\
108 incl CPUVAR(IDEPTH) ;\
/openbsd/usr.sbin/nsd/
H A Dzlexer.lex147 %x incl bitlabel quotedstring
159 BEGIN(incl);
162 <incl>\n |
163 <incl><<EOF>> {
171 <incl>.+ {
/openbsd/gnu/usr.bin/perl/
H A Dmake_ext.pl64 my (%excl, %incl, %opts, @extspec, @pass_through, $verbose);
70 $incl{$1} = 1;
189 if (%incl and !exists $incl{$_}) {
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dgjavah.c1745 struct include *incl; local
1753 for (incl = all_includes; incl; incl = incl->next)
1756 if (len == (int) strlen (incl->name)
1757 && ! strncmp (incl->name, utf8, len))
1761 incl = xmalloc (sizeof (struct include));
1762 incl->name = xmalloc (len + 1);
1763 strncpy (incl->name, utf8, len);
1764 incl->name[len] = '\0';
1765 incl->next = all_includes;
1766 all_includes = incl;
/openbsd/sys/lib/libkern/arch/amd64/
H A Dffs.S13 incl %eax /* bits numbered from 1, not 0 */
H A Dbcmp.S19 1: incl %eax
/openbsd/lib/libc/arch/amd64/string/
H A Dffs.S14 incl %eax /* bits numbered from 1, not 0 */
H A Dbcmp.S20 L1: incl %eax
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFOptions.td21 def incl : Joined<["/", "-", "/?", "-?"], "include:">;

1234