Home
last modified time | relevance | path

Searched refs:stdout (Results 251 – 275 of 844) sorted by relevance

1...<<11121314151617181920>>...34

/dragonfly/games/wump/
H A Dwump.c223 fflush(stdout); in main()
330 fflush(stdout); in move_to()
640 fflush(stdout); in getans()
/dragonfly/lib/libc/sysvipc/
H A Dutils.c50 fflush(stdout); in sysv_print()
/dragonfly/lib/libutil/
H A Dlogin_auth.c89 (void)write(fileno(stdout), buf, count); in auth_cat()
/dragonfly/contrib/mpc/src/
H A Dout_str.c30 stream = stdout; /* fprintf does not allow NULL as first argument */ in mpc_out_str()
/dragonfly/games/trek/
H A Dmain.c198 fflush(stdout); in main()
/dragonfly/usr.sbin/traceroute6/
H A Dtraceroute6.c537 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
539 setlinebuf(stdout); in main()
759 fputs("\n ", stdout); in main()
793 (void) fflush(stdout); in main()
894 (void) fflush(stdout); in send_probe()
/dragonfly/contrib/diffutils/src/
H A Dutil.c211 fflush (stdout); in process_signals()
851 if (fflush (stdout) != 0) in begin_output()
908 outfile = stdout; in begin_output()
946 if (outfile != 0 && outfile != stdout) in finish_output()
1563 fflush (stdout); in debug_script()
/dragonfly/usr.bin/bc/
H A Dbc.y287 fflush(stdout);
815 fputs(instructions[i].u.cstr, stdout); in emit()
963 fputs("c[", stdout); in yyerror()
969 fputs("]pc\n", stdout); in yyerror()
1099 setlinebuf(stdout); in main()
/dragonfly/crypto/openssh/
H A Dssh-add.c533 if ((r = sshkey_write(idlist->keys[i], stdout)) != 0) { in list_identities()
538 fprintf(stdout, " %s", idlist->comments[i]); in list_identities()
541 fprintf(stdout, in list_identities()
543 fprintf(stdout, "\n"); in list_identities()
805 setvbuf(stdout, NULL, _IOLBF, 0); in main()
H A Dssh-keyscan.c316 export_dns_rr(host, key, stdout, 0); in keyprint_one()
326 fprintf(stdout, "%s ", known_host); in keyprint_one()
327 sshkey_write(key, stdout); in keyprint_one()
328 fputs("\n", stdout); in keyprint_one()
/dragonfly/contrib/grep/lib/
H A Dcloseout.c119 if (close_stream (stdout) != 0 in close_stdout()
/dragonfly/test/stress/stress2/misc/
H A Dcore.sh75 // printf("sleep %d\n", (120 - (time(NULL) % 120))); fflush(stdout);
/dragonfly/sbin/fsdb/
H A Dfsdbutil.c109 fputs("symlink",stdout); in printstat()
213 fputs(tempbuf, stdout); in printindir()
/dragonfly/games/rogue/
H A Dmessage.c200 fflush(stdout); in rgetchar()
347 fflush(stdout); in sound_bell()
/dragonfly/test/debug/
H A Dbuserr.c37 fflush(stdout); in main()
/dragonfly/share/examples/ses/srcs/
H A Dgetobjstat.c73 fprintf(stdout, "Object 0x%x: 0x%x 0x%x 0x%x 0x%x\n", obj.obj_id,
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dfopen_unlocked.c103 unlock_1 (stdout); in unlock_std_streams()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dfopen_unlocked.c103 unlock_1 (stdout); in unlock_std_streams()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dfopen_unlocked.c103 unlock_1 (stdout); in unlock_std_streams()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dfopen_unlocked.c103 unlock_1 (stdout); in unlock_std_streams()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslfiles.c222 AslGbl_Files[ASL_FILE_STDOUT].Handle = stdout; in FlInitOneFile()
231 AslGbl_Files[ASL_FILE_STDERR].Handle = stdout; in FlInitOneFile()
1000 fprintf (stdout, in FlOpenMiscOutputFiles()
/dragonfly/usr.bin/dsynth/
H A Drepo.c162 fwrite(ptr, 1, len, stdout); in childRebuildRepo()
288 fflush(stdout); in PurgeDistfiles()
294 fflush(stdout); in PurgeDistfiles()
/dragonfly/games/hack/
H A Dhack.pri.c80 fputs("/-\\", stdout); in swallowed()
83 fputs(ulook, stdout); in swallowed()
86 fputs("\\-/", stdout); in swallowed()
107 fputs(" ERROR: ", stdout); in panic()
/dragonfly/contrib/libpcap/
H A Dsf-pcap.c776 if (f == stdout) in pcap_setup_dump()
784 if (f != stdout) in pcap_setup_dump()
825 f = stdout; in pcap_dump_open()
919 return (pcap_setup_dump(p, linktype, stdout, "standard output")); in pcap_dump_open_append()
/dragonfly/usr.sbin/vipw/
H A Dvipw.c110 fflush(stdout); in main()

1...<<11121314151617181920>>...34