| /src/external/gpl3/binutils/dist/gprof/ |
| flat_bl.c | 11 fputs ("\n", file); 12 fputs (" % the percentage of the total running time of the\n", file); 13 fputs ("time program used by this function.\n", file); 14 fputs ("\n", file); 15 fputs ("cumulative a running sum of the number of seconds accounted\n", file); 16 fputs (" seconds for by this function and those listed above it.\n", file); 17 fputs ("\n", file); 18 fputs (" self the number of seconds accounted for by this\n", file); 19 fputs ("seconds function alone. This is the major sort for this\n", file); 20 fputs (" listing.\n", file) [all...] |
| fsf_callg_bl.c | 11 fputs ("\n", file); 12 fputs (" This table describes the call tree of the program, and was sorted by\n", file); 13 fputs (" the total amount of time spent in each function and its children.\n", file); 14 fputs ("\n", file); 15 fputs (" Each entry in this table consists of several lines. The line with the\n", file); 16 fputs (" index number at the left hand margin lists the current function.\n", file); 17 fputs (" The lines above it list the functions that called this function,\n", file); 18 fputs (" and the lines below it list the functions this one called.\n", file); 19 fputs (" This line lists:\n", file); 20 fputs (" index A unique number given to each element of the table.\n", file) [all...] |
| bsd_callg_bl.c | 11 fputs ("\n", file); 12 fputs ("\n", file); 13 fputs ("\n", file); 14 fputs ("call graph profile:\n", file); 15 fputs (" The sum of self and descendents is the major sort\n", file); 16 fputs (" for this listing.\n", file); 17 fputs ("\n", file); 18 fputs (" function entries:\n", file); 19 fputs ("\n", file); 20 fputs ("index the index of the function in the call graph\n", file) [all...] |
| /src/external/gpl3/binutils.old/dist/gprof/ |
| flat_bl.c | 11 fputs ("\n", file); 12 fputs (" % the percentage of the total running time of the\n", file); 13 fputs ("time program used by this function.\n", file); 14 fputs ("\n", file); 15 fputs ("cumulative a running sum of the number of seconds accounted\n", file); 16 fputs (" seconds for by this function and those listed above it.\n", file); 17 fputs ("\n", file); 18 fputs (" self the number of seconds accounted for by this\n", file); 19 fputs ("seconds function alone. This is the major sort for this\n", file); 20 fputs (" listing.\n", file) [all...] |
| fsf_callg_bl.c | 11 fputs ("\n", file); 12 fputs (" This table describes the call tree of the program, and was sorted by\n", file); 13 fputs (" the total amount of time spent in each function and its children.\n", file); 14 fputs ("\n", file); 15 fputs (" Each entry in this table consists of several lines. The line with the\n", file); 16 fputs (" index number at the left hand margin lists the current function.\n", file); 17 fputs (" The lines above it list the functions that called this function,\n", file); 18 fputs (" and the lines below it list the functions this one called.\n", file); 19 fputs (" This line lists:\n", file); 20 fputs (" index A unique number given to each element of the table.\n", file) [all...] |
| bsd_callg_bl.c | 11 fputs ("\n", file); 12 fputs ("\n", file); 13 fputs ("\n", file); 14 fputs ("call graph profile:\n", file); 15 fputs (" The sum of self and descendents is the major sort\n", file); 16 fputs (" for this listing.\n", file); 17 fputs ("\n", file); 18 fputs (" function entries:\n", file); 19 fputs ("\n", file); 20 fputs ("index the index of the function in the call graph\n", file) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| vterminate.cc | 49 fputs("terminate called recursively\n", stderr); 67 fputs("terminate called after throwing an instance of '", stderr); 69 fputs(dem, stderr); 71 fputs(name, stderr); 72 fputs("'\n", stderr); 85 fputs(" what(): ", stderr); 86 fputs(w, stderr); 87 fputs("\n", stderr); 93 fputs("terminate called without an active exception\n", stderr);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| vterminate.cc | 49 fputs("terminate called recursively\n", stderr); 67 fputs("terminate called after throwing an instance of '", stderr); 69 fputs(dem, stderr); 71 fputs(name, stderr); 72 fputs("'\n", stderr); 85 fputs(" what(): ", stderr); 86 fputs(w, stderr); 87 fputs("\n", stderr); 93 fputs("terminate called without an active exception\n", stderr);
|
| /src/external/gpl2/xcvs/dist/src/ |
| version.c | 63 (void) fputs ("Client: ", stdout); 68 (void) fputs (PACKAGE_STRING, stdout); 69 (void) fputs (config_string, stdout); 71 (void) fputs (aclpatch_string, stdout); 76 (void) fputs ("Server: ", stdout); 83 fputs ("(unknown)\n", stdout);
|
| /src/external/gpl3/gcc/dist/gcc/config/pa/ |
| elf.h | 41 fputs ("\t.EXPORT ", FILE); \ 43 fputs (",ENTRY\n", FILE); \ 63 do { fputs ("\t.IMPORT ", FILE); \ 66 fputs (",ENTRY\n", FILE); \ 68 fputs (",DATA\n", FILE); \ 81 do { fputs ("\t.IMPORT ", FILE); \ 85 fputs (",ENTRY\n", FILE); \
|
| som.h | 96 fputs ("\t.EXPORT ", FILE); \ 98 fputs (",ENTRY,PRIV_LEV=3", FILE); \ 102 fputs ("\t.PARAM ", FILE); \ 104 fputs (",PRIV_LEV=3", FILE); \ 153 fputs (DFMODE_RETURN_STRING, FILE); \ 157 fputs (SFMODE_RETURN_STRING, FILE); \ 159 fputs (",RTNVAL=GR", FILE); \ 160 fputs ("\n", FILE); \ 188 do { fputs ("\t.IMPORT ", FILE); \ 191 fputs (",CODE\n", FILE); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| elf.h | 41 fputs ("\t.EXPORT ", FILE); \ 43 fputs (",ENTRY\n", FILE); \ 63 do { fputs ("\t.IMPORT ", FILE); \ 66 fputs (",ENTRY\n", FILE); \ 68 fputs (",DATA\n", FILE); \ 81 do { fputs ("\t.IMPORT ", FILE); \ 85 fputs (",ENTRY\n", FILE); \
|
| som.h | 111 fputs ("\t.EXPORT ", FILE); \ 113 fputs (",ENTRY,PRIV_LEV=3", FILE); \ 117 fputs ("\t.PARAM ", FILE); \ 119 fputs (",PRIV_LEV=3", FILE); \ 168 fputs (DFMODE_RETURN_STRING, FILE); \ 172 fputs (SFMODE_RETURN_STRING, FILE); \ 174 fputs (",RTNVAL=GR", FILE); \ 175 fputs ("\n", FILE); \ 203 do { fputs ("\t.IMPORT ", FILE); \ 206 fputs (",CODE\n", FILE); [all...] |
| /src/external/gpl2/texinfo/dist/lib/ |
| xexit.c | 56 fputs (_("ferror on stdout\n"), stderr); 61 fputs (_("fflush error on stdout\n"), stderr);
|
| /src/external/bsd/libc++/dist/libcxxrt/test/ |
| test_foreign_exceptions.cc | 43 fputs("(2) exception_cleanup called\n", stderr); 58 fputs("(3) exception dtor\n", stderr); 66 fputs("(1) foreign exception, exception_cleanup=nullptr\n", stderr); 77 fputs("(1) PASS\n", stderr); 80 fputs("(2) foreign exception, exception_cleanup present\n", stderr); 93 fputs("(3) C++ exception in foreign environment\n", stderr); 103 fputs("(3) ERROR: wrong catch\n", stderr); 108 fputs("(3) catch(...)\n", stderr); 113 fputs("(3) ERROR: exception dtor didn't run\n", stderr);
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| gas.h | 77 fputs ("repe", (STREAM)); \ 82 fputs ("repne", (STREAM)); \
|
| bsd.h | 60 ( fputs (".comm ", (FILE)), \ 68 ( fputs (".lcomm ", (FILE)), \ 74 ( fputs (".lcomm ", (FILE)), \
|
| /src/usr.bin/config/ |
| mkdevsw.c | 88 fputs("#include <sys/param.h>\n" 118 fputs("\tNULL", fp); 131 fputs("\n/* device switch table for block device */\n", fp); 136 fputs("\nconst struct bdevsw *bdevsw0[] = {\n", fp); 141 fputs("};\n\nconst struct bdevsw **bdevsw = bdevsw0;\n", fp); 143 fputs("const int sys_bdevsws = __arraycount(bdevsw0);\n" 146 fputs("\n/* device switch table for character device */\n", fp); 151 fputs("\nconst struct cdevsw *cdevsw0[] = {\n", fp); 156 fputs("};\n\nconst struct cdevsw **cdevsw = cdevsw0;\n", fp); 158 fputs("const int sys_cdevsws = __arraycount(cdevsw0);\n [all...] |
| /src/external/gpl3/gcc/dist/libcpp/ |
| mkdeps.cc | 389 fputs (" \\\n", fp); 393 fputs (" ", fp); 397 fputs (name, fp); 437 fputs (":", fp); 440 fputs ("\n", fp); 454 fputs (":", fp); 457 fputs ("\n", fp); 467 fputs (":", fp); 470 fputs ("\n", fp); 475 fputs ("\n", fp) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| write-stringtable.c | 117 fputs ("/*", fp); 120 fputs (s, fp); 121 fputs (" */\n", fp); 127 fputs ("//", fp); 133 fputs (s, fp); 160 fputs ("/* Comment: ", fp); 161 fputs (s, fp); 162 fputs (" */\n", fp); 170 fputs ("//", fp); 174 fputs ("Comment: ", fp) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| print-tree.cc | 335 fputs (" side-effects", file); 338 fputs (" readonly", file); 340 fputs (" atomic", file); 342 fputs (" constant", file); 344 fputs (" sizes-gimplified", file); 350 fputs (" addressable", file); 352 fputs (" volatile", file); 354 fputs (" asm_written", file); 356 fputs (" used", file); 358 fputs (" nothrow", file) [all...] |
| genconditions.cc | 130 fputs (" { \"", stdout); 135 case '\n': fputs ("\\n\\", stdout); break; 143 fputs ("\",\n __builtin_constant_p ", stdout); 145 fputs ("\n ? (int) ", stdout); 147 fputs ("\n : -1 },\n", stdout);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| print-tree.cc | 334 fputs (" side-effects", file); 337 fputs (" readonly", file); 339 fputs (" atomic", file); 341 fputs (" constant", file); 343 fputs (" sizes-gimplified", file); 349 fputs (" addressable", file); 351 fputs (" volatile", file); 353 fputs (" asm_written", file); 355 fputs (" used", file); 357 fputs (" nothrow", file) [all...] |
| genconditions.cc | 130 fputs (" { \"", stdout); 135 case '\n': fputs ("\\n\\", stdout); break; 143 fputs ("\",\n __builtin_constant_p ", stdout); 145 fputs ("\n ? (int) ", stdout); 147 fputs ("\n : -1 },\n", stdout);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| bsd.h | 60 ( fputs (".comm ", (FILE)), \ 68 ( fputs (".lcomm ", (FILE)), \ 74 ( fputs (".lcomm ", (FILE)), \
|