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

1234

/freebsd-current/cddl/usr.sbin/dtrace/tests/common/sysevent/
H A DMakefile8 tst.post.d \
15 tst.post.c \
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post_chan.d40 sysevent:::post
47 sysevent:::post
55 sysevent:::post
63 sysevent:::post
70 sysevent:::post
77 sysevent:::post
H A Dtst.post.d40 sysevent:::post
48 sysevent:::post
56 sysevent:::post
64 sysevent:::post
71 sysevent:::post
78 sysevent:::post
/freebsd-current/contrib/mandoc/
H A Deqn_html.c37 struct tag *post, *row, *cell, *t; local
47 post = NULL;
69 post = print_otag(p, TAG_MTABLE, "");
98 post = print_otag(p, TAG_MOVER, "");
101 post = print_otag(p, TAG_MSUP, "");
104 post = print_otag(p, TAG_MUNDER, "");
107 post = print_otag(p, TAG_MSUB, "");
110 post = print_otag(p, TAG_MFRAC, "");
113 post = print_otag(p, TAG_MUNDEROVER, "");
116 post
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Ddir.exp13 Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post
14 Expanding "extract{,-post}"... fetch fetch-post extract extract-post
15 fetch fetch-post extract extract-post
40 : fetch-post
42 : extract-post
[all...]
H A Darchive.mk34 create-archive: ${ARCHIVE} pre post
40 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post
44 list-archive: ${ARCHIVE} pre post
51 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
54 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
57 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
60 remove-archive: pre post
65 post: .USE
H A Dmeta-cmd-cmp.mk12 all: prep one two change1 change2 filter0 filter1 filter2 filter3 post
16 prep post: .PHONY
/freebsd-current/contrib/arm-optimized-routines/string/test/
H A Dstringtest.h32 const char *post = "\""; local
43 post = "\"...";
48 printf ("%s\n", post);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.h39 void post(BufferQueue *Q, FunctionCallTrie &&T,
/freebsd-current/sys/sys/
H A Dloginclass.h50 void *arg2, void *arg3), void (*pre)(void), void (*post)(void),
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dpost.c49 INOUT_PORT(post, 0x84, IOPORT_F_IN, post_data_handler);
H A DMakefile.inc17 post.c \
/freebsd-current/contrib/atf/atf-c/detail/
H A Dsanity_test.c51 enum type { inv, pre, post, unreachable }; enumerator in enum:type
75 case post:
134 case post:
192 ATF_TC(post); variable
193 ATF_TC_HEAD(post, tc)
197 ATF_TC_BODY(post, tc)
201 do_test(post, false);
202 do_test(post, true);
226 ATF_TP_ADD_TC(tp, post);
/freebsd-current/contrib/bmake/
H A Dimport.sh84 post=$SB/tmp/bmake-post.sh
91 if [ -s $post ]; then
92 last=`sed -n '/ tag/s,.*/,bmake-,p' $post`
117 } > $post
120 echo "After you commit, run $post"
H A D_strtol.h50 #define INT_FUNCNAME_(pre, name, post) pre ## name ## post
51 #define INT_FUNCNAME(pre, name, post) INT_FUNCNAME_(pre, name, post)
/freebsd-current/crypto/openssl/util/
H A Dwithlibctx.pl81 my $post = shift @rets;
85 print ')'.$post."\n";
133 my $post = shift @rets;
135 $inline = $post;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh75 check_pool $pool_name post > /dev/null
77 $TEST_BASE_DIR/pool-checksums.$pool_name.post
79 $TEST_BASE_DIR/pool-checksums.$pool_name.post
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh87 check_pool $POOL_NAME post > /dev/null
90 # called $TMPDIR/pool-checksums.$POOL_NAME.post
92 $TMPDIR/pool-checksums.$POOL_NAME.post
94 $RM $TMPDIR/pool-checksums.$POOL_NAME.pre $TMPDIR/pool-checksums.$POOL_NAME.post
/freebsd-current/crypto/openssl/crypto/
H A Dcore_algorithm.c25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member in struct:algorithm_data_st
80 /* Do we fulfill post-conditions? */
81 if (data->post == NULL) {
82 /* If there is no post-condition function, assume "yes" */
84 } else if (!data->post(provider, cur_operation, no_store, data->data,
129 /* If post-condition not fulfilled, set general failure */
146 int (*post)(OSSL_PROVIDER *, int operation_id,
158 cbdata.post = post;
/freebsd-current/contrib/dialog/package/freebsd/
H A DMakefile39 post-patch:
42 post-install:
/freebsd-current/contrib/openpam/freebsd/
H A DMakefile.in28 post-stage:
/freebsd-current/tools/test/stress2/misc/
H A Dmmap42.sh86 cat $mntpoint/file $mntpoint/file > $mntpoint/file.post
92 if ! cmp $mntpoint/file $mntpoint/file.post; then
94 ls -l $mntpoint/file $mntpoint/file.post
/freebsd-current/contrib/netbsd-tests/fs/vfs/
H A Dt_rwtoro.c130 bool use_layer, void (*pre)(const char *), void (*post)(const char *))
145 if (post)
146 (*post)(use_layer ? null_mount : mp);
/freebsd-current/sys/kern/
H A Dkern_loginclass.c243 void *arg2, void *arg3), void (*pre)(void), void (*post)(void),
253 if (post != NULL)
254 (post)();
242 loginclass_racct_foreach(void (*callback)(struct racct *racct, void *arg2, void *arg3), void (*pre)(void), void (*post)(void), void *arg2, void *arg3) argument
/freebsd-current/crypto/openssl/include/internal/
H A Dcore.h62 int (*post)(OSSL_PROVIDER *, int operation_id,

Completed in 242 milliseconds

1234