Searched refs:post (Results 1 - 25 of 129) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-instrument.c114 post (void) function
143 post ();
148 post ();
154 post ();
160 post ();
166 post ();
171 post ();
176 post ();
182 post ();
188 post ();
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Darm_branch_range.t31 .text.post : { *(.text.post) }
H A Dthumb2_branch_range.t31 .text.post : { *(.text.post) }
H A Dthumb_branch_range.t31 .text.post : { *(.text.post) }
H A Darm_bl_in_range.s36 .section .text.post,"x"
H A Darm_bl_out_of_range.s37 .section .text.post,"x"
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/src/devices/grohtml/
H A DMakefile7 PROG= post-grohtml
9 SRCS= post-html.cpp html-table.cpp html-text.cpp output.cpp
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A DMakefile.sub1 PROG=post-grohtml$(EXEEXT)
6 post-html.$(OBJEXT) \
11 $(srcdir)/post-html.cpp \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-inp_str.c80 int i, pre, post, j, got_nread, want_nread; local
90 for (post = 0; post <= 2; post++)
102 for (j = 0; j < post; j++)
119 printf (" post %d\n", post);
126 /* if data[i].inp is a whole string to read and there's no post
128 if (post == 0 && data[i].want_nread == strlen(data[i].inp))
137 printf (" post
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-inp_str.c77 int i, pre, post, j, got_nread, want_nread; local
87 for (post = 0; post <= 2; post++)
99 for (j = 0; j < post; j++)
116 printf (" post %d\n", post);
123 /* if data[i].inp is a whole string to read and there's no post
125 if (post == 0 && data[i].want_nread == strlen(data[i].inp))
134 printf (" post
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/libexec/postfix-script/
H A DMakefile8 SCRIPTS= post-install postfix-script postfix-wrapper postmulti-script
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dsanity_test.c54 enum type { inv, pre, post, unreachable }; enumerator in enum:type
93 case post:
157 case post:
215 ATF_TC(post); variable
216 ATF_TC_HEAD(post, tc)
220 ATF_TC_BODY(post, tc)
224 do_test(post, false);
225 do_test(post, true);
249 ATF_TP_ADD_TC(tp, post);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dsanity_test.c56 enum type { inv, pre, post, unreachable }; enumerator in enum:type
95 case post:
159 case post:
217 ATF_TC(post); variable
218 ATF_TC_HEAD(post, tc)
222 ATF_TC_BODY(post, tc)
226 do_test(post, false);
227 do_test(post, true);
251 ATF_TP_ADD_TC(tp, post);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-inp_str.c80 int i, post, j, got_nread; local
88 for (post = 0; post <= 2; post++)
96 for (j = 0; j < post; j++)
118 if (post == 0 && data[i].want_nread == strlen(data[i].inp))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dalign.s23 * no, it doesn't fill post 2002-05-23 write.c change since we don't define
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20040629-1.c28 #define T(n, pre, post, op) \
29 void fn1_##n (unsigned int x) { pre b.i post; } \
30 void fn2_##n (unsigned int x) { pre b.j post; } \
31 void fn3_##n (unsigned int x) { pre b.k post; } \
32 void fn4_##n (unsigned int x) { pre c.i post; } \
33 void fn5_##n (unsigned int x) { pre c.j post; } \
34 void fn6_##n (unsigned int x) { pre c.k post; } \
35 void fn7_##n (unsigned int x) { pre d.i post; } \
36 void fn8_##n (unsigned int x) { pre d.j post; } \
37 void fn9_##n (unsigned int x) { pre d.k post; }
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20040629-1.c28 #define T(n, pre, post, op) \
29 void fn1_##n (unsigned int x) { pre b.i post; } \
30 void fn2_##n (unsigned int x) { pre b.j post; } \
31 void fn3_##n (unsigned int x) { pre b.k post; } \
32 void fn4_##n (unsigned int x) { pre c.i post; } \
33 void fn5_##n (unsigned int x) { pre c.j post; } \
34 void fn6_##n (unsigned int x) { pre c.k post; } \
35 void fn7_##n (unsigned int x) { pre d.i post; } \
36 void fn8_##n (unsigned int x) { pre d.j post; } \
37 void fn9_##n (unsigned int x) { pre d.k post; }
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgraphds.h39 int post; /* Postorder number. */ member in struct:vertex
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dhumanize_number.c52 int64_t divisor, max, post = 1; local
97 post = 100;
106 post = 100;
140 bytes *= post;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dslot.pl250 my (%pre, %post, %type);
261 $post{$addr} = $this_post;
278 print $pre{$i}, ' ', lc($type{$i}),$slot{$i}, ' ', $post{$i}, "\n";
283 %post = ();
/netbsd-6-1-5-RELEASE/tools/mandoc/
H A DMakefile20 config.h: config.h.pre config.h.post
33 cat ${DISTDIR}/config.h.post \
/netbsd-6-1-5-RELEASE/lib/libmenu/
H A DMakefile14 SRCS= menu.c item.c userptr.c internals.c driver.c post.c attributes.c
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dcommand6.c44 static void post(int);
89 post(' ');
103 post('!');
120 post(int ch) function
/netbsd-6-1-5-RELEASE/usr.bin/time/
H A Dtime.c195 const char *post)
199 decpt, (long)ts->tv_nsec / 10000000, post);
204 const char *post)
208 decpt, (long)tv->tv_usec / 10000, post);
194 prts(const char *pre, const char *decpt, const struct timespec *ts, const char *post) argument
203 prtv(const char *pre, const char *decpt, const struct timeval *tv, const char *post) argument
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dfileattr.c243 char *post; local
251 /* post is NULL unless set otherwise. */
252 post = NULL;
275 post = p2;
282 if (post == NULL)
283 post = p2;
285 if (preend == pre && attrval == NULL && post == p2)
293 + (p2 - post)
312 if (post != p2)
317 strncpy (rp, post, p
[all...]

Completed in 281 milliseconds

123456