| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| display.py | 65 def print_header(self): pass member in class:NopDisplay 80 def print_header(self): member in class:Display
|
| /src/usr.bin/m4/ |
| trace.c | 56 static void print_header(struct input_file *); 152 print_header(struct input_file *inp) function 169 print_header(inp); 172 print_header(inp); 194 print_header(inp);
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| console_reporter.cc | 76 bool print_header = !printed_header_; local 79 print_header |= (output_options_ & OO_Tabular) && 81 if (print_header) {
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| console_reporter.cc | 76 bool print_header = !printed_header_; local 79 print_header |= (output_options_ & OO_Tabular) && 81 if (print_header) {
|
| /src/external/bsd/nsd/dist/ |
| dbcreate.c | 81 print_header(zone_type* zone, FILE* out, time_t* now, const char* logs) function 104 if(!print_header(zone, out, &now, logs)) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genextract.cc | 356 print_header (void) 448 print_header (); 354 print_header (void) function
|
| gimple-range.cc | 471 bool print_header = true; local 485 if (print_header) 491 print_header = false;
|
| gimple-range-cache.cc | 662 bool print_header = true; local 669 if (print_header) 675 print_header = false; 685 if (!print_header)
|
| /src/usr.bin/rpcgen/ |
| rpc_cout.c | 60 static void print_header(definition *); 98 print_header(def); 158 print_header(definition *def) function
|
| /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| texi2html | 1488 &print_header("$title - $section"); 1524 &print_header($title); 1879 sub print_header { subroutine 1905 &print_header; # pass given arg...
|
| /src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| texi2html | 1488 &print_header("$title - $section"); 1524 &print_header($title); 1879 sub print_header { subroutine 1905 &print_header; # pass given arg...
|
| /src/external/gpl3/binutils/dist/gprof/ |
| cg_print.c | 39 static void print_header (void); 64 print_header (void) function 512 print_header ();
|
| hist.c | 40 static void print_header (int); 464 print_header (int prefix) function 652 print_header (SItab[log_scale].prefix);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-src.cc | 58 void print_header (bool first, const char* text); 256 print_header (first, GTXT ("Annotated disassembly\n")); 265 print_header (false, GTXT ("Function list\n")); 290 print_header (first, GTXT ("Dump functions\n")); 346 print_header (first, GTXT ("Annotated source\n")); 388 print_header (first, GTXT ("Annotated source\n")); 390 print_header (first, GTXT ("Annotated disassembly\n")); 442 print_header (first, GTXT ("Annotated source\n")); 453 print_header (first, GTXT ("Annotated disassembly\n")); 600 er_src::print_header (bool first, const char* text function in class:er_src [all...] |
| Print.cc | 155 print_header (dbeSession->get_exp (exp_idx), out_file); 229 print_header (Experiment *exp, FILE *out_file) function
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| cg_print.c | 39 static void print_header (void); 64 print_header (void) function 512 print_header ();
|
| hist.c | 40 static void print_header (int); 464 print_header (int prefix) function 652 print_header (SItab[log_scale].prefix);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-src.cc | 58 void print_header (bool first, const char* text); 256 print_header (first, GTXT ("Annotated disassembly\n")); 265 print_header (false, GTXT ("Function list\n")); 290 print_header (first, GTXT ("Dump functions\n")); 346 print_header (first, GTXT ("Annotated source\n")); 388 print_header (first, GTXT ("Annotated source\n")); 390 print_header (first, GTXT ("Annotated disassembly\n")); 442 print_header (first, GTXT ("Annotated source\n")); 453 print_header (first, GTXT ("Annotated disassembly\n")); 600 er_src::print_header (bool first, const char* text function in class:er_src [all...] |
| Print.cc | 155 print_header (dbeSession->get_exp (exp_idx), out_file); 229 print_header (Experiment *exp, FILE *out_file) function
|
| /src/usr.bin/diff/ |
| diffreg.c | 188 static void print_header(const char *, const char *); 1076 print_header(file1, file2); 1604 print_header(const char *file1, const char *file2) function
|
| /src/external/cddl/osnet/dist/tools/ctf/dump/ |
| dump.c | 189 print_header(const ctf_header_t *hp, const ctf_data_t *cd) function 1084 error |= print_header(hp, &cd);
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 1829 dump_object(objset_t *os, uint64_t object, int verbosity, int *print_header) 1841 if (*print_header) { 1845 *print_header = 0; 1906 *print_header = 1; 1963 int print_header = 1; local 2005 &print_header); 2022 dump_object(os, 0, verbosity, &print_header); 2026 dump_object(os, DMU_USERUSED_OBJECT, verbosity, &print_header); 2027 dump_object(os, DMU_GROUPUSED_OBJECT, verbosity, &print_header); 2032 dump_object(os, object, verbosity, &print_header); [all...] |
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_main.c | 2807 print_header(list_cbdata_t *cb) function 3178 print_header(&cb);
|
| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_main.c | 2955 print_header(list_cbdata_t *cb) function 3081 print_header(cbp);
|