代码搜索:TTY

找到约 7,253 项符合「TTY」的源代码

代码结果 7,253
www.eeworm.com/read/359058/10167578

tty

www.eeworm.com/read/359058/10167667

tty

www.eeworm.com/read/274085/10888460

tty

www.eeworm.com/read/131315/5944674

:tty

./"sgttyb:"8t"ispeed"8t"ospeed"8t"erase"8t"kill"8t"flags"n8tbbC8tC8tx +/"tchars:"8t"intrc"8t"quitc"8t"startc"8t"stopc"8t"eofc"8t"brkc" +/8tC8tC8tC8tC8tC8tC +/"ltchars:suspc"8t"dsuspc"8t"rprntc"8t"flus
www.eeworm.com/read/101082/6243871

tty~

./"rawq.cc"16t"rawq.cf"16t"rawq.cl"nDXX28+ +/"canq.cc"16t"canq.cf"16t"canq.cl"nDXX +/"outq.cc"16t"outq.cf"16t"outq.cl"nDXX +/"oproc"16t"rsel"16t"wsel"16t"addr"npXX4+X +/"min"8t"maj"8t"flags"nbb2+X +/"
www.eeworm.com/read/101082/6243874

tty

./" struct tty {"n ./" union {"n ./" struct {"n ./" struct clist T_rawq;"n ./" int c_cc; "Dn +/" char *c_cf; "Xn +
www.eeworm.com/read/276787/4162980

tty

/usr/bin/tty ../../bin/busybox 50
www.eeworm.com/read/131315/5932989

c tty_tty.c

/*- * Copyright (c) 1982, 1986, 1991, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modificati
www.eeworm.com/read/392025/8366718

c tty.c

/************************************************ * TTY SERIAL ROUTES * use ttyS1 to ctrol GPRS * by Zou jian guo * 2004-11-02 * * edited by wbin
www.eeworm.com/read/392025/8366724

h tty.h

#ifndef __TTY_H__ #define __TTY_H__ int tty_init(); int tty_end(); int tty_read(char *buf,int nbytes); int tty_write(char *buf,int nbytes); int tty_writecmd(char *buf,int nbytes); #endif