代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/337597/3328256
c at91stdio.c
// ----------------------------------------------------------------------------
// ATMEL Microcontroller Software Support - ROUSSET -
// -----------------------------------------------
www.eeworm.com/read/337597/3328258
h at91stdio.h
// ----------------------------------------------------------------------------
// ATMEL Microcontroller Software Support - ROUSSET -
// -----------------------------------------------
www.eeworm.com/read/337546/3332470
h stdio_console.h
/*
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __STDIO_CONSOLE_H
#define __STDIO_CONSOLE_H
extern void save_console_flags(void);
#endif
/*
* Overrides
www.eeworm.com/read/337546/3332497
c stdio_console.c
/*
* Copyright (C) 2000, 2001 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#include "linux/config.h"
#include "linux/posix_types.h"
#include "linux/tty.h"
#include "linux/tty_flip.h"
www.eeworm.com/read/324920/3491313
h stdio_console.h
/*
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __STDIO_CONSOLE_H
#define __STDIO_CONSOLE_H
extern void save_console_flags(void);
#endif
/*
* Overrides
www.eeworm.com/read/324920/3491340
c stdio_console.c
/*
* Copyright (C) 2000, 2001 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#include "linux/config.h"
#include "linux/posix_types.h"
#include "linux/tty.h"
#include "linux/tty_flip.h"
www.eeworm.com/read/320652/3542648
h stdio-lock.h
/* Thread package specific definitions of stream lock type. NPTL version.
Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU
www.eeworm.com/read/316872/3589920
h stdio_console.h
/*
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __STDIO_CONSOLE_H
#define __STDIO_CONSOLE_H
extern void save_console_flags(void);
#endif
/*
* Overrides
www.eeworm.com/read/316872/3589948
c stdio_console.c
/*
* Copyright (C) 2000, 2001 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#include "linux/posix_types.h"
#include "linux/tty.h"
#include "linux/tty_flip.h"
#include "linux/types.h"
#
www.eeworm.com/read/308808/3712046
cpp l_stdio.cpp
#include "..\INCLUDE\L_STDIO.H"
/*
* linux/kernel/vsprintf.c
*
* (C) 1991 Linus Torvalds
*/
/* vsprintf.c -- Lars Wirzenius & Linus Torvalds. */
/*
* Wirzenius wrote this portably,