代码搜索:CSize
找到约 1,126 项符合「CSize」的源代码
代码结果 1,126
www.eeworm.com/read/269691/11083750
c csize.c
#include "apue.h"
#include
int
main(void)
{
struct termios term;
if (tcgetattr(STDIN_FILENO, &term) < 0)
err_sys("tcgetattr error");
switch (term.c_cflag & CSIZE) {
case CS5:
pr
www.eeworm.com/read/335362/12535427
c csize.c
#include "apue.h"
#include
int
main(void)
{
struct termios term;
if (tcgetattr(STDIN_FILENO, &term) < 0)
err_sys("tcgetattr error");
switch (term.c_cflag & CSIZE) {
case CS5:
pr
www.eeworm.com/read/201686/15398587
c csize.c
#include
#include "ourhdr.h"
int
main(void)
{
struct termios term;
int size;
if (tcgetattr(STDIN_FILENO, &term) < 0)
err_sys("tcgeta
www.eeworm.com/read/103960/15715797
c csize.c
#include
#include "ourhdr.h"
int
main(void)
{
struct termios term;
int size;
if (tcgetattr(STDIN_FILENO, &term) < 0)
err_sys("tcgetattr error");
size = term.c_cflag & CSIZE;
i
www.eeworm.com/read/100585/15870808
c csize.c
#include
#include "ourhdr.h"
int
main(void)
{
struct termios term;
int size;
if (tcgetattr(STDIN_FILENO, &term) < 0)
err_sys("tcgetattr error");
size = term.c_cflag & CSIZE;
i
www.eeworm.com/read/141819/12983457
h csize2.h
/*************************************************************
Copyright (C) 1990, 1991, 1993 Andy C. Hung, all rights reserved.
PUBLIC DOMAIN LICENSE: Stanford University Portable Video Research
G
www.eeworm.com/read/128604/5982377
java zipinputstream.java
/* java.util.zip.ZipInputStream
Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or mo
www.eeworm.com/read/124637/6043083
cs zipinputstream.cs
// ZipInputStream.cs
//
// Copyright (C) 2001 Mike Krueger
// Copyright (C) 2004 John Reilly
//
// This file was translated from java, it was part of the GNU Classpath
// Copyright (C) 2001 Free
www.eeworm.com/read/100285/6271181
c chunk.c
/*-------------------------------------------------------------------------
*
* chunk.c
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /usr/l
www.eeworm.com/read/162614/5535408
java zipinputstream.java
/* ZipInputStream.java --
Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it an