代码搜索:CSize
找到约 1,126 项符合「CSize」的源代码
代码结果 1,126
www.eeworm.com/read/192259/8391504
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/189219/8484694
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/185783/8986301
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/183272/9173128
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/371500/9552059
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/364932/9887604
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/289562/7806024
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/198616/7924098
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/332098/12780737
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/331180/12842075
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