代码搜索:IO控制

找到约 10,000 项符合「IO控制」的源代码

代码结果 10,000
www.eeworm.com/read/196036/5105154

h ftape-io.h

#ifndef _FTAPE_IO_H #define _FTAPE_IO_H /* * Copyright (C) 1993-1995 Bas Laarhoven. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Publ
www.eeworm.com/read/195341/5112261

s io4.s

/ / / io4 -- numeric output conversion qicv: hicv: jsr r5,rerr; 999. sys exit xicv: jsr r5,fgetc rts r5 gocv: mov pc,gflg jsr r5,getarg mov ndig,_ndigit jsr pc,ecvt tst r2 bmi eocv cmp
www.eeworm.com/read/195341/5112262

s io6.s

/ / / io6 -- input conversions /.globl aicv /.globl gicv / /.globl ilval /.globl width /.globl ilen /.globl fgetc /.globl itype /.globl nlflg /.globl gcflg aicv: mov ilval,r1 movb width,r2 movb
www.eeworm.com/read/195341/5112263

s io5.s

/ / / io5 -- more conversions /.globl hocv /.globl qocv /.globl xocv /.globl aocv /.globl locv / /.globl fmtchr /.globl fputcc /.globl rep /.globl formp /.globl spaces /.globl ilen /.globl width /.g
www.eeworm.com/read/195341/5112264

s io1.s

/ / / io1 -- I/O operators .globl rerr .globl endio .globl rio4 .globl rio8 .globl iio2 .globl iio4 .globl lio2 .globl lio1 .globl cio8 .globl cio16 .globl ecvt .globl fcvt .globl _ndigit endio:
www.eeworm.com/read/195341/5112265

s io2.s

/ / / io2 -- format cracker .globl iowf .globl iowp .globl iorf iowp: mov (sp)+,formp mov $6,r1 br 1f iowf: mov (sp)+,formp tst (sp)+ mov (sp)+,r1 1: jsr r5,setio; 2 / write clr rdflg br
www.eeworm.com/read/195341/5112266

s io7.s

/ / / Fortran binary I/O .globl iowu .globl ioru .globl rewi .globl enfl iowu: tst (sp)+ mov (sp)+,r1 / unit number jsr r5,setio; 42 1: jsr r5,getitm br 1f movb ilen,r1 mov ilval,r2 2: mo
www.eeworm.com/read/195341/5112267

s io3.s

/ / / io3 -- Fortran I/O .globl getbuf .globl chkunit .globl creatf .globl openf setio: mov r1,unit jsr r5,chkunit movb utable(r1),r0 beq 1f bpl 2f mov r1,r0 asl r0 mov btable(r0),r0 mov
www.eeworm.com/read/195280/5113021

cc rflex-io.cc

#if HAVE_CONFIG_H #include #endif #if HAVE_SYS_FILIO_H #include #endif #include #include #include #include #include #i
www.eeworm.com/read/195280/5113023

h rflex-io.h

#ifndef RFLEX_IO_H #define RFLEX_IO_H #include #define MAX_NAME_LENGTH 256 long bytesWaiting( int sd ); void DEVICE_set_params( RFLEX_Device dev ); void DEVICE_set_baudrate( RF