/external/iptables/extensions/ |
D | libxt_connbytes.c | 83 fputs(" packets", stdout); in print_mode() 86 fputs(" bytes", stdout); in print_mode() 89 fputs(" avgpkt", stdout); in print_mode() 92 fputs(" unknown", stdout); in print_mode() 101 fputs(" original", stdout); in print_direction() 104 fputs(" reply", stdout); in print_direction() 107 fputs(" both", stdout); in print_direction() 110 fputs(" unknown", stdout); in print_direction() 120 fputs(" !", stdout); in print_from_to() 139 fputs(" connbytes mode", stdout); in connbytes_print() [all …]
|
D | libxt_hashlimit.c | 497 fputs("srcip", stdout); in print_mode() 503 fputs("srcport", stdout); in print_mode() 509 fputs("dstip", stdout); in print_mode() 515 fputs("dstport", stdout); in print_mode() 525 fputs(" limit: avg", stdout); in hashlimit_print() 528 fputs(" mode", stdout); in hashlimit_print() 546 fputs(" limit: above", stdout); in hashlimit_mt_print() 548 fputs(" limit: up to", stdout); in hashlimit_mt_print() 558 fputs(" mode", stdout); in hashlimit_mt_print() 599 fputs(" --hashlimit", stdout); in hashlimit_save() [all …]
|
/external/bison/lib/ |
D | bitsetv-print.c | 39 fputs (" ", out); in bitsetv_matrix_dump() 43 fputs (" ", out); in bitsetv_matrix_dump() 49 fputs (" .", out); in bitsetv_matrix_dump() 52 fputs (".\n", out); in bitsetv_matrix_dump() 59 fputs (bitset_test (bset[i], j) ? "1" : " ", out); in bitsetv_matrix_dump() 60 fputs ("|\n", out); in bitsetv_matrix_dump() 64 fputs (" `", out); in bitsetv_matrix_dump() 67 fputs ("'\n", out); in bitsetv_matrix_dump()
|
/external/bison/src/ |
D | getargs.c | 302 fputs (_("\ in usage() 309 fputs (_("\ in usage() 312 fputs (_("\ in usage() 316 fputs (_("\ in usage() 329 fputs (_("\ in usage() 346 fputs (_("\ in usage() 361 fputs (_("\ in usage() 376 fputs (_("\ in usage() 387 fputs (_("\ in usage() 397 fputs (_("General help using GNU software: " in usage() [all …]
|
D | output.c | 123 case '$': fputs ("$][", out); break; in GENERATE_MUSCLE_INSERT_TABLE() 124 case '@': fputs ("@@", out); break; in GENERATE_MUSCLE_INSERT_TABLE() 125 case '[': fputs ("@{", out); break; in GENERATE_MUSCLE_INSERT_TABLE() 126 case ']': fputs ("@}", out); break; in GENERATE_MUSCLE_INSERT_TABLE() 304 fputs ("m4_define([b4_actions], \n[", out); in user_actions_output() 313 fputs ("])\n\n", out); in user_actions_output() 326 fputs ("m4_define([b4_mergers], \n[[", out); in merger_output() 336 fputs ("]])\n\n", out); in merger_output() 349 fputs ("m4_define([b4_tokens], \n[", out); in token_definitions_output() 386 fputs ("])\n\n", out); in token_definitions_output() [all …]
|
/external/iproute2/ip/ |
D | link_gre.c | 388 fputs("tos ", f); in gre_print_opt() 390 fputs("inherit ", f); in gre_print_opt() 397 fputs("nopmtudisc ", f); in gre_print_opt() 416 fputs("iseq ", f); in gre_print_opt() 418 fputs("oseq ", f); in gre_print_opt() 420 fputs("icsum ", f); in gre_print_opt() 422 fputs("ocsum ", f); in gre_print_opt() 425 fputs("external ", f); in gre_print_opt() 434 fputs("encap ", f); in gre_print_opt() 437 fputs("fou ", f); in gre_print_opt() [all …]
|
D | link_iptnl.c | 370 fputs("tos ", f); in iptunnel_print_opt() 372 fputs("inherit ", f); in iptunnel_print_opt() 416 fputs("encap ", f); in iptunnel_print_opt() 419 fputs("fou ", f); in iptunnel_print_opt() 422 fputs("gue ", f); in iptunnel_print_opt() 425 fputs("unknown ", f); in iptunnel_print_opt() 430 fputs("encap-sport auto ", f); in iptunnel_print_opt() 437 fputs("encap-csum ", f); in iptunnel_print_opt() 439 fputs("noencap-csum ", f); in iptunnel_print_opt() 442 fputs("encap-csum6 ", f); in iptunnel_print_opt() [all …]
|
D | iplink_vxlan.c | 383 fputs("nolearning ", f); in vxlan_print_opt() 386 fputs("proxy ", f); in vxlan_print_opt() 389 fputs("rsc ", f); in vxlan_print_opt() 392 fputs("l2miss ", f); in vxlan_print_opt() 395 fputs("l3miss ", f); in vxlan_print_opt() 424 fputs("udpcsum ", f); in vxlan_print_opt() 428 fputs("udp6zerocsumtx ", f); in vxlan_print_opt() 432 fputs("udp6zerocsumrx ", f); in vxlan_print_opt() 436 fputs("remcsumtx ", f); in vxlan_print_opt() 440 fputs("remcsumrx ", f); in vxlan_print_opt() [all …]
|
D | ipxfrm.c | 287 fputs(title, fp); in xfrm_id_info_print() 298 fputs(prefix, fp); in xfrm_id_info_print() 354 fputs(prefix, fp); in xfrm_stats_print() 358 fputs(prefix, fp); in xfrm_stats_print() 391 fputs(prefix, fp); in xfrm_lifetime_print() 395 fputs(prefix, fp); in xfrm_lifetime_print() 402 fputs(prefix, fp); in xfrm_lifetime_print() 409 fputs(prefix, fp); in xfrm_lifetime_print() 416 fputs(prefix, fp); in xfrm_lifetime_print() 424 fputs(prefix, fp); in xfrm_lifetime_print() [all …]
|
/external/zlib/src/examples/ |
D | zpipe.c | 153 fputs("zpipe: ", stderr); in zerr() 157 fputs("error reading stdin\n", stderr); in zerr() 159 fputs("error writing stdout\n", stderr); in zerr() 162 fputs("invalid compression level\n", stderr); in zerr() 165 fputs("invalid or incomplete deflate data\n", stderr); in zerr() 168 fputs("out of memory\n", stderr); in zerr() 171 fputs("zlib version mismatch!\n", stderr); in zerr() 202 fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr); in main()
|
D | enough.c | 302 fputs("abort: unable to allocate enough memory\n", stderr); in beenhere() 484 fputs("invalid arguments, need: [sym >= 2 [root >= 1 [max >= 1]]]\n", in main() 499 fputs("abort: code length too long for internal types\n", stderr); in main() 513 fputs("abort: unable to allocate enough memory\n", stderr); in main() 527 fputs("abort: unable to allocate enough memory\n", stderr); in main() 539 fputs("abort: can't count that high!\n", stderr); in main() 556 fputs("abort: unable to allocate enough memory\n", stderr); in main()
|
/external/iproute2/lib/ |
D | json_writer.c | 37 fputs(" ", self->out); in jsonw_indent() 67 fputs("\\t", self->out); in jsonw_puts() 70 fputs("\\n", self->out); in jsonw_puts() 73 fputs("\\r", self->out); in jsonw_puts() 76 fputs("\\f", self->out); in jsonw_puts() 79 fputs("\\b", self->out); in jsonw_puts() 82 fputs("\\n", self->out); in jsonw_puts() 85 fputs("\\\"", self->out); in jsonw_puts() 88 fputs("\\\'", self->out); in jsonw_puts() 117 fputs("}\n", self->out); in jsonw_destroy()
|
/external/e2fsprogs/lib/e2p/ |
D | pf.c | 69 fputs(", ", f); in print_flags() 70 fputs(fp->long_name, f); in print_flags() 72 fputs(fp->short_name, f); in print_flags() 75 fputs("-", f); in print_flags() 79 fputs("---", f); in print_flags()
|
/external/elfutils/libasm/ |
D | asm_addstrz.c | 82 fputs ("\t.string\t\"", asmscn->ctx->out.file); in asm_addstrz() 87 fputs ("\\000", asmscn->ctx->out.file); in asm_addstrz() 92 fputs ("\\\\", asmscn->ctx->out.file); in asm_addstrz() 95 fputs ("\\n\"", asmscn->ctx->out.file); in asm_addstrz() 106 fputs ("\"\n", asmscn->ctx->out.file); in asm_addstrz()
|
/external/llvm/test/Transforms/InstCombine/ |
D | fputs-1.ll | 1 ; Test that the fputs library call simplifier works correctly. 13 declare i32 @fputs(i8*, %FILE*) 15 ; Check fputs(str, fp) --> fwrite(str, 1, strlen(s), fp). 20 call i32 @fputs(i8* %str, %FILE* %fp) 30 call i32 @fputs(i8* %str, %FILE* %fp) 39 call i32 @fputs(i8* %str, %FILE* %fp)
|
/external/e2fsprogs/misc/ |
D | util.c | 73 fputs(_("Proceed anyway? (y,n) "), stdout); in proceed_question() 91 fputs(_("\nThe device apparently does not exist; " in check_plausibility() 153 fputs(_("mke2fs forced anyway. Hope /etc/mtab is " in check_mount() 165 fputs(_("mke2fs forced anyway.\n"), stderr); in check_mount() 181 fputs(_("Couldn't allocate memory to parse journal " in parse_journal_opts() 227 fputs(_("\nBad journal options specified.\n\n" in parse_journal_opts() 257 fputs(_("\nFilesystem too small for a journal\n"), stderr); in figure_journal_size() 272 fputs(_("\nJournal size too big for filesystem.\n"), in figure_journal_size()
|
D | badblocks.c | 228 fputs(line_buf, stderr); in print_status() 231 fputs(line_buf, stderr); in print_status() 321 fputs(_("Testing with random pattern: "), stderr); in pattern_fill() 339 fputs(_("Testing with pattern 0x"), stderr); in pattern_fill() 342 fputs(": ", stderr); in pattern_fill() 513 fputs(_("Checking for bad blocks in read-only mode\n"), stderr); in test_ro() 522 fputs(_("Checking for bad blocks (read-only test): "), stderr); in test_ro() 529 fputs(_("Too many bad blocks, aborting test\n"), stderr); in test_ro() 573 fputs(_(done_string), stderr); in test_ro() 611 fputs(_("Checking for bad blocks in read-write mode\n"), in test_rw() [all …]
|
D | tune2fs.c | 235 fputs(_("Journal superblock not found!\n"), stderr); in remove_journal_device() 246 fputs(_("Filesystem's UUID not found on journal device.\n"), in remove_journal_device() 267 fputs(_("Cannot locate journal device. It was NOT removed\n" in remove_journal_device() 275 fputs(_("Journal removed\n"), stdout); in remove_journal_device() 432 fputs(_("The has_journal feature may only be " in update_feature_set() 440 fputs(_("The needs_recovery flag is set. " in update_feature_set() 459 fputs(_("The multiple mount protection feature can't\n" in update_feature_set() 467 fputs(_("\nError while enabling multiple mount " in update_feature_set() 486 fputs(_("The multiple mount protection feature cannot\n" in update_feature_set() 494 fputs(_("Error while reading bitmaps\n"), stderr); in update_feature_set() [all …]
|
D | blkid.c | 82 fputs("M-", stdout); in safe_print() 123 fputs(str, stdout); in pretty_print_word() 164 fputs(uuid, stdout); in pretty_print_line() 248 fputs(value, stdout); in print_tags() 255 fputs(type, stdout); in print_tags() 256 fputs("=\"", stdout); in print_tags() 258 fputs("\" ", stdout); in print_tags()
|
/external/e2fsprogs/e2fsck/ |
D | message.c | 180 fputs("M-", f); in safe_print() 203 fputs(_(special_inode_name[ino]), f); in print_pathname() 210 fputs("???", f); in print_pathname() 332 fputs(_("regular file"), f); in expand_inode_expression() 334 fputs(_("directory"), f); in expand_inode_expression() 336 fputs(_("character device"), f); in expand_inode_expression() 338 fputs(_("block device"), f); in expand_inode_expression() 340 fputs(_("named pipe"), f); in expand_inode_expression() 342 fputs(_("symbolic link"), f); in expand_inode_expression() 344 fputs(_("socket"), f); in expand_inode_expression() [all …]
|
/external/curl/src/ |
D | tool_msgs.c | 55 fputs(WARN_PREFIX, config->errors); in warnf() 69 fputs("\n", config->errors); in warnf() 74 fputs(ptr, config->errors); in warnf() 90 fputs("curl: ", errors); /* prefix it */ in helpf()
|
/external/e2fsprogs/lib/et/ |
D | com_err.c | 37 fputs(whoami, stderr); in default_com_err_proc() 38 fputs(": ", stderr); in default_com_err_proc() 41 fputs(error_message(code), stderr); in default_com_err_proc() 42 fputs(" ", stderr); in default_com_err_proc()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | writesrc.c | 136 fputs(",\n", f); in usrc_writeArray() 157 fputs(postfix, f); in usrc_writeArray() 183 fputs(prefix, f); in usrc_writeUTrie2Struct() 221 fputs(postfix, f); in usrc_writeUTrie2Struct() 249 fputs(",\n", f); in usrc_writeArrayOfMostlyInvChars() 260 fputs(postfix, f); in usrc_writeArrayOfMostlyInvChars()
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_misc.c | 71 fputs(message, fout); in os_log_message() 75 fputs(message, fout); in os_log_message() 80 fputs(message, fout); in os_log_message()
|
/external/llvm/test/Verifier/ |
D | recursive-struct-param.ll | 9 %fputs = call i32 @fputs(i8* %str, %struct.__sFILE* %stream) 14 declare i32 @fputs(i8* nocapture, %struct.__sFILE* nocapture)
|