Home
last modified time | relevance | path

Searched refs:dump_flag (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sbin/devmatch/
H A Ddevmatch.c59 static int dump_flag; variable
260 if (dump_flag || verbose_flag) in search_hints()
269 if (dump_flag || verbose_flag) in search_hints()
278 if (dump_flag || verbose_flag) in search_hints()
295 if (dump_flag) in search_hints()
310 if (dump_flag) { in search_hints()
346 if (dump_flag) { in search_hints()
381 if (dump_flag) in search_hints()
397 if (dump_flag) in search_hints()
556 dump_flag++; in main()
[all …]
/freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c346 int count_flag = 0, dump_flag = 0, replace_flag = 0; in main() local
363 dump_flag = 1; in main()
405 if ((count_flag + dump_flag + replace_flag) != 1) in main()
438 if (dump_flag) { in main()
448 dump_flag ? data_path : NULL, in main()
/freebsd-12.1/contrib/gcc/
H A Dtree-dump.h95 extern int dump_flag (dump_info_p, int, tree);
H A Dtree-dump.c363 if (TREE_CHAIN (t) && !dump_flag (di, TDF_SLIM, NULL)) in dequeue_and_dump()
533 if (DECL_LANG_SPECIFIC (t) && !dump_flag (di, TDF_SLIM, t)) in dequeue_and_dump()
688 if (dump_flag (di, TDF_ADDRESS, NULL)) in dequeue_and_dump()
698 int dump_flag (dump_info_p di, int flag, tree node) in dump_flag() function
H A DChangeLog-200512828 * tree-dump.h (dump_info_p, dump_flag): Moved from tree.h.
12844 (dump_info_p, dump_flag): Moved to tree-dump.h.
12856 * tree-dump.c (dump_flag): Make static.
H A DChangeLog-200121302 (dump_flag, dump_enabled_p, dump_begin, dump_end,
21315 (dump_flag): Define.
H A DChangeLog.tree-ssa11125 (dump_var_map): Remove dump_flag parameter & some grotesque debug info.
/freebsd-12.1/contrib/gcc/cp/
H A Ddump.c268 if (!dump_flag (di, TDF_SLIM, t) && TYPE_BINFO (t)) in cp_dump_tree()
350 else if (!dump_flag (di, TDF_SLIM, t)) in cp_dump_tree()