代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/131315/5937310

c ch13.check_soa.c

/**************************************************************** * check_soa -- Retrieve the SOA record from each name server * * for a given domain and print out the serial number. * *
www.eeworm.com/read/131315/5940433

c main.c

/*- * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Bill Jolitz. * * Redistribution
www.eeworm.com/read/131315/5941171

c tst.c

#include "iostream.h" #include "stdio.h" main(int argc, char** argv) { for (int i = 0; i < argc; i++) { fprintf(stdout, "arg%d=%s ", i, argv[i]); cout
www.eeworm.com/read/131315/5942196

c inews.c

/* $Revision: 1.33 $ ** ** Send an article (prepared by someone on the local site) to the ** master news server. */ #include "configdata.h" #include #include #include
www.eeworm.com/read/131315/5942207

c innxmit.c

/* $Revision: 1.14 $ ** ** Transmit articles to remote site. */ #include "configdata.h" #include #include #include #include #include #include
www.eeworm.com/read/131315/5942670

c conflict.c

/* conflict.c - the new conflict */ #ifndef lint static char ident[] = "@(#)$Id: conflict.c,v 2.9 1992/12/15 00:07:52 jromine Exp $"; #endif /* lint */ #include "../h/mh.h" #include "../h/aliasbr.h"
www.eeworm.com/read/131315/5943256

c compress.c

#ifdef SCCSID static char *SccsId = "@(#)compress.c 1.14 9/24/87"; #endif /* SCCSID */ static char rcs_ident[] = "Based on compress.c,v 4.0 85/07/30 12:50:00 joe Release"; /* * Compress - data comp
www.eeworm.com/read/131315/5943382

c gzip.c

/* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface * Copyright (C) 1992-1993 Jean-loup Gailly * The unzip code was written and put in the public domain by Mark Adler. *
www.eeworm.com/read/131315/5943393

c mount_ufs.c

/*- * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/131315/5943430

c swapon.c

/* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permi