Searched refs:def (Results 1 - 25 of 795) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dmaccom1.c9 #/**/define def passed macro
11 def
H A Dmaccom2.c10 #define/**/def passed macro
12 def
H A Dmaccom3.c9 #define def(x /**/, y) passed macro
11 def(x,y)
H A Dmaccom4.c10 #define def /* passed */ macro
12 def
H A D20000627-1.c7 #def\
H A Dassert2.c23 #if #abc[def] /* { dg-error "9:is not valid" "test with malformed answer" } */
H A Dmaccom5.c10 #define def // passed macro
12 def:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/trad/
H A Dmaccom1.c9 #/**/define def passed macro
11 def
H A Dmaccom2.c10 #define/**/def passed macro
12 def
H A Dmaccom3.c9 #define def(x /**/, y) passed macro
11 def(x,y)
H A Dmaccom4.c10 #define def /* passed */ macro
12 def
H A Dassert2.c23 #if #abc[def] /* { dg-error "not valid in" "bad syntax" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dmaccom1.c9 #/**/define def passed macro
11 def
H A Dmaccom2.c10 #define/**/def passed macro
12 def
H A Dmaccom3.c9 #define def(x /**/, y) passed macro
11 def(x,y)
H A Dmaccom4.c10 #define def /* passed */ macro
12 def
H A D20000627-1.c7 #def\
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/trad/
H A Dmaccom1.c9 #/**/define def passed macro
11 def
H A Dmaccom2.c10 #define/**/def passed macro
12 def
H A Dmaccom3.c9 #define def(x /**/, y) passed macro
11 def(x,y)
H A Dmaccom4.c10 #define def /* passed */ macro
12 def
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/
H A Dsetup.com10 $ set def [.bfd]
12 $ set def [-.libiberty]
14 $ set def [-.opcodes]
16 $ set def [-.binutils]
18 $ set def [-.gas]
20 $ set def [-]
24 $ set def [.bfd]
26 $ set def [-.libiberty]
28 $ set def [-.opcodes]
30 $ set def [
[all...]
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dfullname.c45 * This routine fills in "def" with the full name of the terminal.
49 fullname(const char *bp, char *def) argument
53 *def = '\0'; /* In case no name. */
56 cp = def; /* Start of answer. */
63 return (def);
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dfitblk.c72 /* compress from file to def until provided buffer is full or end of
75 local int partcompress(FILE *in, z_streamp def) argument
82 def->avail_in = fread(raw, 1, RAWLEN, in);
85 def->next_in = raw;
88 ret = deflate(def, flush);
90 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
94 /* recompress from inf's input to def's output; the input for inf and
95 the output for def are set in those structures before calling;
98 local int recompress(z_streamp inf, z_streamp def) argument
115 def
136 z_stream def, inf; /* zlib deflate and inflate states */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dfitblk.c70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def) argument
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def) argument
113 def
134 z_stream def, inf; /* zlib deflate and inflate states */ local
[all...]

Completed in 252 milliseconds

1234567891011>>