代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/436588/7767148

m prt_sp.m

function prt_sp(results,vnames,fid) % PURPOSE: Prints output using spatial regression results structures %--------------------------------------------------- % USAGE: prt_sp(results,vnames,fid) %
www.eeworm.com/read/436250/7773907

c ferror.c

#include #include void main (int argc, char *argv[]) { FILE *fp; char line[256]; if (fp = fopen(argv[1], "r")) { while (fgets(line, sizeof(lin
www.eeworm.com/read/436250/7774176

c no_redir.c

#include #include void main (void) { union REGS inregs, outregs; // check the stdin handle first inregs.x.ax = 0x4400; inregs.x.bx = 0; // stdin
www.eeworm.com/read/435917/7781002

c showdb.c

/* ** A utility for printing all or part of an SQLite database file. */ #include #include #include #include #include #include #inclu
www.eeworm.com/read/435646/7788313

c symtab.c

/* symtab.c Routines to maintain and manipulate a symbol table * * These routines donated to the NASM effort by Graeme Defty. * * The Netwide Assembler is copyright (C) 1996 Simon Tatham
www.eeworm.com/read/435460/7792111

c mspylog.c

/*++ Copyright (c) 1989-2002 Microsoft Corporation Module Name: mspyLog.c Abstract: This module contains functions used to retrieve and see the log records recorded by Min
www.eeworm.com/read/435070/7798449

c framebuffer.c

/*#include #include #include #include #include #include #include "framebuffer.h" */ #define FB_DEVICE "/dev/fb0" int closeFrameB
www.eeworm.com/read/434843/7800939

m t_xtide.m

function pred=t_xtide(varargin); % T_XTIDE Tidal prediction % YOUT=T_XTIDE(STATION) makes a tidal prediction % for the current day using the harmonics file from XTIDE. % if STATION is a string th
www.eeworm.com/read/289562/7805676

c testerror.c

#include "apue.h" #include int main(int argc, char *argv[]) { fprintf(stderr, "EACCES: %s\n", strerror(EACCES)); errno = ENOENT; perror(argv[0]); exit(0); }
www.eeworm.com/read/289562/7805691

13 figc.13

#include "apue.h" int main(void) { FILE *fp; char *p; daemonize("getlog"); p = getlogin(); fp = fopen("/tmp/getlog.out", "w"); if (fp != NULL) { if (p == NULL) fprintf(fp, "no login name\