Home
last modified time | relevance | path

Searched refs:post (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/netbsd/src/external/lgpl3/gmp/dist/tests/mpn/
Dt-instrument.c113 post (void) in post() function
142 post (); in check()
147 post (); in check()
153 post (); in check()
159 post (); in check()
165 post (); in check()
170 post (); in check()
175 post (); in check()
181 post (); in check()
187 post (); in check()
[all …]
/netbsd/src/external/bsd/mdocml/dist/
Deqn_html.c36 struct tag *post, *row, *cell, *t; in eqn_box() local
46 post = NULL; in eqn_box()
68 post = print_otag(p, TAG_MTABLE, ""); in eqn_box()
97 post = print_otag(p, TAG_MOVER, ""); in eqn_box()
100 post = print_otag(p, TAG_MSUP, ""); in eqn_box()
103 post = print_otag(p, TAG_MUNDER, ""); in eqn_box()
106 post = print_otag(p, TAG_MSUB, ""); in eqn_box()
109 post = print_otag(p, TAG_MFRAC, ""); in eqn_box()
112 post = print_otag(p, TAG_MUNDEROVER, ""); in eqn_box()
115 post = print_otag(p, TAG_MSUBSUP, ""); in eqn_box()
[all …]
/netbsd/src/external/lgpl3/gmp/dist/tests/mpz/
Dt-inp_str.c87 int i, pre, post, j, got_nread, want_nread; in check_data() local
97 for (post = 0; post <= 2; post++) in check_data()
109 for (j = 0; j < post; j++) in check_data()
126 printf (" post %d\n", post); in check_data()
135 if (post == 0 && data[i].want_nread == strlen(data[i].inp)) in check_data()
144 printf (" post %d\n", post); in check_data()
161 printf (" post %d\n", post); in check_data()
/netbsd/src/external/lgpl3/gmp/dist/tests/mpf/
Dt-inp_str.c80 int i, pre, post, j, got_nread, want_nread; in check_data() local
90 for (post = 0; post <= 2; post++) in check_data()
102 for (j = 0; j < post; j++) in check_data()
119 printf (" post %d\n", post); in check_data()
128 if (post == 0 && data[i].want_nread == strlen(data[i].inp)) in check_data()
137 printf (" post %d\n", post); in check_data()
154 printf (" post %d\n", post); in check_data()
/netbsd/src/usr.bin/make/unit-tests/
Darchive.mk38 create-archive: ${ARCHIVE} pre post
44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post
48 list-archive: ${ARCHIVE} pre post
55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post
72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
78 remove-archive: pre post
83 post: .USE
Ddir.mk63 all: {fetch,extract}{,-post}
65 fetch fetch-post extract extract-post:
94 .PHONY: fetch fetch-post extract extract-post
/netbsd/src/external/bsd/atf/dist/atf-c/detail/
Dsanity_test.c54 enum type { inv, pre, post, unreachable }; enumerator
78 case post: in do_test_child()
137 case post: in do_test()
195 ATF_TC(post);
196 ATF_TC_HEAD(post, tc) in ATF_TC_HEAD() argument
200 ATF_TC_BODY(post, tc) in ATF_TC_BODY() argument
204 do_test(post, false); in ATF_TC_BODY()
205 do_test(post, true); in ATF_TC_BODY()
229 ATF_TP_ADD_TC(tp, post); in ATF_TP_ADD_TCS()
/netbsd/src/external/lgpl3/gmp/dist/tests/mpq/
Dt-inp_str.c79 int i, post, j, got_nread; in check_data() local
87 for (post = 0; post <= 2; post++) in check_data()
95 for (j = 0; j < post; j++) in check_data()
117 if (post == 0 && data[i].want_nread == strlen(data[i].inp)) in check_data()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
Dcore_algorithm.c25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member
81 if (data->post == NULL) { in algorithm_do_map()
84 } else if (!data->post(provider, cur_operation, no_store, data->data, in algorithm_do_map()
146 int (*post)(OSSL_PROVIDER *, int operation_id, in ossl_algorithm_do_all()
158 cbdata.post = post; in ossl_algorithm_do_all()
/netbsd/src/lib/libc/gen/
Dhumanize_number.c52 int64_t divisor, max, post = 1; in humanize_number() local
101 post = 100; in humanize_number()
110 post = 100; in humanize_number()
169 if (post == 1) in humanize_number()
179 bytes *= post; in humanize_number()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dfileattr.c245 char *post; in fileattr_modify() local
254 post = NULL; in fileattr_modify()
277 post = p2; in fileattr_modify()
284 if (post == NULL) in fileattr_modify()
285 post = p2; in fileattr_modify()
287 if (preend == pre && attrval == NULL && post == p2) in fileattr_modify()
295 + (p2 - post) in fileattr_modify()
314 if (post != p2) in fileattr_modify()
319 strncpy (rp, post, p2 - post); in fileattr_modify()
320 rp += p2 - post; in fileattr_modify()
/netbsd/src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
Dslot.pl265 my (%pre, %post, %type);
276 $post{$addr} = $this_post;
293 print $pre{$i}, ' ', lc($type{$i}),$slot{$i}, ' ', $post{$i}, "\n";
298 %post = ();
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dwithlibctx.pl81 my $post = shift @rets;
85 print ')'.$post."\n";
133 my $post = shift @rets;
135 $inline = $post;
/netbsd/src/lib/libc/locale/
D_wcstod.h46 #define INT_NAME_(pre, middle, post) pre ## middle ## post argument
47 #define INT_NAME(pre, middle, post) INT_NAME_(pre, middle, post) argument
D_wcstoul.h48 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post argument
49 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) argument
D_wcstol.h49 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post argument
50 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) argument
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-streamer.cc107 char post[32]; in lto_get_section_name() local
137 strcpy (post, ""); in lto_get_section_name()
139 sprintf (post, "." HOST_WIDE_INT_PRINT_HEX_PURE, f->id); in lto_get_section_name()
141 sprintf (post, "." HOST_WIDE_INT_PRINT_HEX_PURE, get_random_seed (false)); in lto_get_section_name()
142 char *res = concat (section_name_prefix, sep, add, post, NULL); in lto_get_section_name()
/netbsd/src/external/ibm-public/postfix/dist/mantools/
Dpostlink878 s/[<bB>]*post[-<\/bB>]*\n*[ <bB>]*conf[<\/bB>]*\(1\)/<a href="postconf.1.html">$&<\/a>/g;
880 s/[<bB>]*post[-<\/bB>]*\n* *[<bB>]*fix[<\/bB>]*\(1\)/<a href="postfix.1.html">$&<\/a>/g;
881 s/[<bB>]*post[-<\/bB>]*\n* *[<bB>]*fix-tls[<\/bB>]*\(1\)/<a href="postfix-tls.1.html">$&<\/a>/g;
888 …s/[<bB>]*post[-<\/bB>]*\n*[ <bB>]*su[-<\/bB>]*\n*[ <bB>]*per[<\/bB>]*\(1\)/<a href="postsuper.1.ht…
889 …s/[<bB>]*post[-<\/bB>]*\n*[ <bB>]*tls-finger[<\/bB>]*\(1\)/<a href="posttls-finger.1.html">$&<\/a>…
910 s/[<bB>]*post[-<\/Bb>]*\n* *[<Bb>]*conf[<\/bB>]*\(5\)/<a href="postconf.5.html">$&<\/a>/g;
/netbsd/src/common/lib/libc/stdlib/
D_strtoul.h50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post in _FUNCNAME()
51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) in _FUNCNAME()
D_strtoi.h59 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post in _FUNCNAME()
60 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) in _FUNCNAME()
D_strtol.h50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post in _FUNCNAME()
51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post) in _FUNCNAME()
/netbsd/src/games/battlestar/
Dcommand6.c44 static void post(int);
89 post(' '); in die()
103 post('!'); in live()
120 post(int ch) in post() function
/netbsd/src/usr.bin/time/
Dtime.c209 const char *post) in prts() argument
213 decpt, (long)ts->tv_nsec / 10000000, post); in prts()
218 const char *post) in prtv() argument
222 decpt, (long)tv->tv_usec / 10000, post); in prtv()
/netbsd/src/crypto/external/cpl/trousers/dist/dist/fedora/
Dtrousers.spec.in19 Requires(post): /sbin/ldconfig
20 Requires(post): /sbin/chkconfig
55 # executed. So in the post step, if $1 is 1, then this is the first time we've been
58 %post
67 %post devel -p /sbin/ldconfig
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cpp/
Dscanner.l421 char *a, *pre, *post;
425 pre = post = NULL; /* XXX gcc */
431 post = "\n";
433 post = " 1\n";
437 post = "\n";
441 post = "\"\n";
448 if (strlcat((char *)ic->buffer, post, CPPBUF+1) >= CPPBUF+1)

12345678910>>...22