代码搜索:CSize
找到约 1,126 项符合「CSize」的源代码
代码结果 1,126
www.eeworm.com/read/264377/11318240
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/253410/12225291
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/128578/14290875
h csize.h
//---------------------------------------------------------------------------
#ifndef CSIZE_H
#define CSIZE_H
#include "cdc_platform.h"
//##ModelId=3FC7047F010C
class CSize
{
public:
/
www.eeworm.com/read/128578/14290888
cpp csize.cpp
#include "csize.h"
//---------------------------------------------------------------------------
//##ModelId=3FC70480012D
CSize::CSize(int CX,int CY)
{
cx = CX;
cy = CY;
}
//##ModelId=
www.eeworm.com/read/127382/14357266
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
www.eeworm.com/read/200278/5071068
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/380530/2656754
h csize.h
/*____________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
$Id: CSize.h,v 1.3 2002/08/06 20:10:46 dal
www.eeworm.com/read/354521/3076907
h csize.h
/*____________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
$Id: CSize.h,v 1.3 2002/08/06 20:10:46 dal
www.eeworm.com/read/292919/8325690
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/392544/8337598
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