Home
last modified time | relevance | path

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

12345

/dragonfly/contrib/mdocml/
HDeqn_html.c37 struct tag *post, *row, *cell, *t; in eqn_box() local
47 post = NULL; in eqn_box()
69 post = print_otag(p, TAG_MTABLE, ""); in eqn_box()
98 post = print_otag(p, TAG_MOVER, ""); in eqn_box()
101 post = print_otag(p, TAG_MSUP, ""); in eqn_box()
104 post = print_otag(p, TAG_MUNDER, ""); in eqn_box()
107 post = print_otag(p, TAG_MSUB, ""); in eqn_box()
110 post = print_otag(p, TAG_MFRAC, ""); in eqn_box()
113 post = print_otag(p, TAG_MUNDEROVER, ""); in eqn_box()
116 post = print_otag(p, TAG_MSUBSUP, ""); in eqn_box()
[all …]
/dragonfly/contrib/cvs-1.12/src/
HDfileattr.c243 char *post; in fileattr_modify() local
252 post = NULL; in fileattr_modify()
275 post = p2; in fileattr_modify()
282 if (post == NULL) in fileattr_modify()
283 post = p2; in fileattr_modify()
285 if (preend == pre && attrval == NULL && post == p2) in fileattr_modify()
293 + (p2 - post) in fileattr_modify()
312 if (post != p2) in fileattr_modify()
317 strncpy (rp, post, p2 - post); in fileattr_modify()
318 rp += p2 - post; in fileattr_modify()
/dragonfly/contrib/gcc-8.0/gcc/
HDlto-streamer.c145 char post[32]; in lto_get_section_name() local
170 strcpy (post, ""); in lto_get_section_name()
172 sprintf (post, "." HOST_WIDE_INT_PRINT_HEX_PURE, f->id); in lto_get_section_name()
174 sprintf (post, "." HOST_WIDE_INT_PRINT_HEX_PURE, get_random_seed (false)); in lto_get_section_name()
175 return concat (section_name_prefix, sep, add, post, NULL); in lto_get_section_name()
HDgraphds.c219 g->vertices[av].post = -1; in graphds_dfs()
227 g->vertices[i].post = -1; in graphds_dfs()
234 if (g->vertices[v].post != -1) in graphds_dfs()
255 g->vertices[v].post = tick++; in graphds_dfs()
HDcommon.md48 "Matches a pre-dec or post-dec operand."
55 "Matches a pre-inc or post-inc operand."
HDgraphds.h41 int post; /* Postorder number. */ member
HDcfganal.c64 int *post; in mark_dfs_back_edges() local
71 post = XCNEWVEC (int, last_basic_block_for_fn (cfun)); in mark_dfs_back_edges()
111 post[dest->index] = postnum++; in mark_dfs_back_edges()
118 && post[dest->index] == 0) in mark_dfs_back_edges()
123 post[src->index] = postnum++; in mark_dfs_back_edges()
133 free (post); in mark_dfs_back_edges()
HDtree-stdarg.c1009 gimple_seq pre = NULL, post = NULL; in expand_ifn_va_arg_1() local
1031 gimplify_expr (&ap, &pre, &post, is_gimple_min_lval, fb_lvalue); in expand_ifn_va_arg_1()
1033 expr = targetm.gimplify_va_arg_expr (ap, type, &pre, &post); in expand_ifn_va_arg_1()
1066 gimple_seq_add_seq (&pre, post); in expand_ifn_va_arg_1()
HDtree-loop-distribution.c1956 return v2->post - v1->post; in pgcmp()
2230 if (g->vertices[i].post < g->vertices[j].post in pg_collect_alias_ddrs()
2337 gcc_assert (pg->vertices[k].post < pg->vertices[j].post); in break_alias_scc_partitions()
2338 pg->vertices[j].post = pg->vertices[k].post; in break_alias_scc_partitions()
/dragonfly/contrib/gcc-4.7/gcc/
HDlto-streamer.c146 char post[32]; in lto_get_section_name() local
171 strcpy (post, ""); in lto_get_section_name()
173 sprintf (post, "." HOST_WIDE_INT_PRINT_HEX_PURE, f->id); in lto_get_section_name()
175 sprintf (post, "." HOST_WIDE_INT_PRINT_HEX_PURE, get_random_seed (false)); in lto_get_section_name()
176 return concat (LTO_SECTION_NAME_PREFIX, sep, add, post, NULL); in lto_get_section_name()
HDgraphds.c204 g->vertices[av].post = -1; in graphds_dfs()
212 g->vertices[i].post = -1; in graphds_dfs()
219 if (g->vertices[v].post != -1) in graphds_dfs()
240 g->vertices[v].post = tick++; in graphds_dfs()
HDcfganal.c166 int *post; in mark_dfs_back_edges() local
175 post = XCNEWVEC (int, last_basic_block); in mark_dfs_back_edges()
216 post[dest->index] = postnum++; in mark_dfs_back_edges()
222 && post[dest->index] == 0) in mark_dfs_back_edges()
226 post[src->index] = postnum++; in mark_dfs_back_edges()
236 free (post); in mark_dfs_back_edges()
HDgraphds.h39 int post; /* Postorder number. */ member
/dragonfly/contrib/bmake/
HD_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()
/dragonfly/games/battlestar/
HDcommand6.c36 static void post(int);
81 post(' '); in die()
95 post('!'); in live()
112 post(int ch) in post() function
/dragonfly/usr.bin/dfregress/
HDNOTES57 5) run 'post' command if intpost or post is set.
61 - if the post command has a non-zero exit value, set RESULT_POSTFAIL
/dragonfly/
HDMakefile170 .if target(post-world)
175 @cd ${.CURDIR}; ${MAKE} post-world
/dragonfly/games/snake/snake/
HDsnake.c114 int post(int, int);
420 post(cashvalue, 1); in mainloop()
495 post(int iscore, int flag) in post() function
763 if (post(cashvalue, 0)) { in surround()
/dragonfly/share/mk/
HDMakefile16 FILES+= bsd.port.post.mk
/dragonfly/usr.bin/evtranalyze/
HDevtranalyze.c445 void (*post)(void *); member
531 if (hooks[i].post) in do_pass()
532 hooks[i].post(hooks[i].data); in do_pass()
903 .post = ctxsw_prepare_post, in cmd_svg()
910 .post = NULL, in cmd_svg()
/dragonfly/crypto/openssh/
HDchannels.c2533 chan_fn **pre, **post; in channel_handler_init() local
2536 (post = calloc(SSH_CHANNEL_MAX_TYPE, sizeof(*post))) == NULL) in channel_handler_init()
2553 post[SSH_CHANNEL_OPEN] = &channel_post_open; in channel_handler_init()
2554 post[SSH_CHANNEL_PORT_LISTENER] = &channel_post_port_listener; in channel_handler_init()
2555 post[SSH_CHANNEL_RPORT_LISTENER] = &channel_post_port_listener; in channel_handler_init()
2556 post[SSH_CHANNEL_UNIX_LISTENER] = &channel_post_port_listener; in channel_handler_init()
2557 post[SSH_CHANNEL_RUNIX_LISTENER] = &channel_post_port_listener; in channel_handler_init()
2558 post[SSH_CHANNEL_X11_LISTENER] = &channel_post_x11_listener; in channel_handler_init()
2559 post[SSH_CHANNEL_AUTH_SOCKET] = &channel_post_auth_listener; in channel_handler_init()
2560 post[SSH_CHANNEL_CONNECTING] = &channel_post_connecting; in channel_handler_init()
[all …]
/dragonfly/contrib/gcc-4.7/libcpp/
HDline-map.c849 source_location post) in linemap_compare_locations() argument
852 source_location l0 = pre, l1 = post; in linemap_compare_locations()
876 first_map_in_common (set, pre, post, &l0, &l1); in linemap_compare_locations()
/dragonfly/tools/tools/locale/
HDMakefile48 post-install:
/dragonfly/test/testcases/
HDsample.run80 #openat_3 userland pre=openat_pre,post=openat_post
/dragonfly/contrib/wpa_supplicant/src/crypto/
HDtls_openssl.c793 const char *post[], const char *id) in tls_engine_load_dynamic_generic() argument
847 while (post && post[0]) { in tls_engine_load_dynamic_generic()
848 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]); in tls_engine_load_dynamic_generic()
849 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { in tls_engine_load_dynamic_generic()
851 " %s %s [%s]", post[0], post[1], in tls_engine_load_dynamic_generic()
857 post += 2; in tls_engine_load_dynamic_generic()

12345