Searched defs:post (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dtimespec_get.c44 struct timespec ts, pre, post; local
52 VERIFY0(clock_gettime(CLOCK_REALTIME, &post));
53 VERIFY3S(timespec_cmp(&pre, &post), ==, 1);
56 VERIFY3S(timespec_cmp(&ts, &post), ==, 1);
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c33 struct tag *post, *row, *cell, *t; local
41 post = NULL;
62 post = print_otag(p, TAG_MTABLE, 0, NULL);
92 post = print_otag(p, TAG_MOVER, 0, NULL);
95 post = print_otag(p, TAG_MSUP, 0, NULL);
98 post = print_otag(p, TAG_MUNDER, 0, NULL);
101 post = print_otag(p, TAG_MSUB, 0, NULL);
104 post = print_otag(p, TAG_MFRAC, 0, NULL);
107 post = print_otag(p, TAG_MUNDEROVER, 0, NULL);
110 post
[all...]
H A Dman_html.c52 int (*post)(MAN_ARGS); member in struct:htmlman
270 if (mans[n->tok].post)
271 (*mans[n->tok].post)(man, n, mh, h);
H A Dman_term.c56 void (*post)(DECL_ARGS); member in struct:termact
995 if (termacts[n->tok].post)
996 (*termacts[n->tok].post)(p, mt, n, meta);
H A Dmdoc_html.c48 void (*post)(MDOC_ARGS); member in struct:htmlmdoc
445 if ( ! mdocs[n->tok].post || n->flags & MDOC_ENDED)
447 (*mdocs[n->tok].post)(meta, n, h);
H A Dmdoc_man.c38 void (*post)(DECL_ARGS); /* post-node action */ member in struct:manact
40 const char *suffix; /* post-node string constant */
628 * Lastly, conditionally run the post-node handler.
633 if (cond && act->post)
634 (*act->post)(meta, n);
H A Dmdoc_term.c52 void (*post)(DECL_ARGS); member in struct:termact
380 if ( ! termacts[n->tok].post || MDOC_ENDED & n->flags)
382 (void)(*termacts[n->tok].post)(p, &npair, meta, n);
385 * Explicit end tokens not only call the post
387 * that it must not call the post handler again.
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h69 char *post; member in struct:__anon4329
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile55 sysevent/tst.post.exe := LDLIBS += -lsysevent
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.h77 long post; /* number of postings for this entry */ member in struct:__anon4456
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dcmdarg.c65 char** post = 0; local
75 post = p + 1;
171 cmd->offset = ((cmd->postarg = post) ? (argc - (post - argv)) : 0) + 3;
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dmerge.c658 tdtrav_cb_f *post; local
660 post = (mcd->md_flags & MCD_F_SELFUNIQUIFY ? map_self_post : map_post);
663 (void) iitraverse(sii, &mcd->md_parent->td_curvgen, NULL, map_pre, post,
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_intrmap.c163 bitset_find_free(bitset_t *b, uint_t post) argument
168 if (post == cap)
169 post = 0;
171 ASSERT(post < cap);
173 for (i = post; i < cap; i++) {
178 for (i = 0; i < post; i++) {
191 bitset_find_multi_free(bitset_t *b, uint_t post, uint_t count) argument
196 if (post == INTRMAP_IDX_FULL) {
203 ASSERT(post < cap);
205 for (i = post; (
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1319 * data - copy of "alloc" used for post alloc references.
1949 char *post = "POST "; local
1994 while (cp < ep && *post == *cp) {
1995 post++;
1998 if (*post != 0) {
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h295 uint_t post; /* posted buffers */ member in struct:xgell_rx_buffer_pool_t
296 uint_t post_hiwat; /* hiwat to stop post */

Completed in 102 milliseconds