代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/137693/13304934
cpp rtcp.cpp
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/137620/13308466
c loki97.c
/*
* Implements the LOKI97 block cipher.
*
* LOKI97 is a 128-bit symmetric block cipher with a 256-bit key schedule,
* which may be initialised from 128, 192, or 256-bit keys. It uses 16 rounds
www.eeworm.com/read/137620/13308477
c test_cbc.c
/*
* test_cbc - simple program to run encrypt & decrypt LOKI97 CBC test triples
*
* written by Lawrie Brown / May 1998
*/
#include "loki97.h"
/* local func prototypes */
static BYTE *charToBYTE(
www.eeworm.com/read/137620/13308486
c test_cfb1.c
/*
* test_cbc - simple program to run encrypt & decrypt LOKI97 CFB1 test triples
*
* written by Lawrie Brown / May 1998
*/
#include "loki97.h"
/* local func prototypes */
static BYTE *charToBYTE
www.eeworm.com/read/238952/13313105
c term.c
/*
* avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/238952/13313266
c config.c
/*
* avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/323831/13314389
cpp crewardmodel.cpp
// Copyright (C) 2003
// Gerhard Neumann (gerhard@igi.tu-graz.ac.at)
//
// This file is part of RL Toolbox.
// http://www.igi.tugraz.at/ril_toolbox
//
// All rights reserved.
www.eeworm.com/read/137531/13314738
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/137531/13315396
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/238907/13315644
c mkboot.c
#include
#include
#include
#include
int main(int argc, char *argv[])
{
char sector[512];
int r, fd, sect;
if (argc < 3) {
fprintf(stderr, "Usage: %