Changeset fa38804 in buchla-68k for libcio


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

Location:
libcio
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • libcio/blkrd.c

    r1efe224 rfa38804  
    2727
    2828#include "ram.h"
    29 
    30 /*
    31 
    32 */
    3329
    3430#if     TBUFFER
     
    9187#endif
    9288
    93 /*
    94 
    95 */
    96 
    9789/*
    9890   =============================================================================
  • libcio/blkwr.c

    r1efe224 rfa38804  
    7676#endif
    7777
    78 /*
    79 
    80 */
    81 
    8278/*
    8379   =============================================================================
     
    137133
    138134                                buf += _thebpb->recsiz;
    139 /*
    140 
    141 */
     135
    142136                        } else if (fcp->curlsn EQ fcp->asects) {
    143137
     
    181175                                buf += _thebpb->recsiz; /* advance buffer pointer */
    182176                        }
    183 /*
    184 
    185 */
     177
    186178                } else {
    187179
  • libcio/close.c

    r1efe224 rfa38804  
    4545}
    4646
    47 /*
    48 
    49 */
    50 
    5147/*
    5248   =============================================================================
     
    8581}
    8682
    87 /*
    88 
    89 */
    90 
    9183/*
    9284   =============================================================================
  • libcio/clusmap.c

    r1efe224 rfa38804  
    3030        "EOF"   /* D15 - 8000 */
    3131};
    32 
    33 /*
    34 
    35 */
    3632
    3733static  int8_t  *dfname[] = {
     
    5955};
    6056
    61 /*
    62 
    63 */
    64 
    65 /*
    66 
    67 */
    68 
    6957/*
    7058   =============================================================================
     
    132120}
    133121
    134 /*
    135 
    136 */
    137 
    138122/*
    139123   =============================================================================
     
    173157        return(fcp);
    174158}
    175 
    176 
    177 /*
    178 
    179 */
    180159
    181160/*
     
    213192}
    214193
    215 /*
    216 
    217 */
    218 
    219194/*
    220195   =============================================================================
     
    247222}
    248223
    249 /*
    250 
    251 */
    252 
    253224/*
    254225   =============================================================================
     
    276247        return(fp);
    277248}
    278 
    279 /*
    280 
    281 */
    282249
    283250/*
     
    339306}
    340307
    341 /*
    342 
    343 */
    344 
    345308/*
    346309   =============================================================================
  • libcio/dirfns.c

    r1efe224 rfa38804  
    3636}
    3737
    38 /*
    39  */
    40 
    4138static int8_t *mnames[] = {
    4239
     
    6663        return((n < 1 || n > 12) ? mnames[0] : mnames[n]);
    6764}
    68 
    69 /*
    70  */
    7165
    7266/*
     
    114108                break;
    115109
    116 /*
    117  */
    118 
    119110        case 2:         /* mmm dd yyyy hh:mm format */
    120111
  • libcio/filesys.c

    r1efe224 rfa38804  
    4040int32_t _berrno;                        /* BIOS error number */
    4141
    42 /*
    43 
    44 */
    45 
    46 
    4742/*
    4843   =============================================================================
     
    7974}
    8075
    81 /*
    82 
    83 */
    84 
    8576/*
    8677   =============================================================================
     
    9788        return(BIOS(B_RDWR, 0, (int8_t *)bufad, bpp->fsiz, fatsec, 0));
    9889}
    99 
    100 /*
    101 
    102 */
    10390
    10491/*
     
    135122}
    136123
    137 /*
    138 
    139 */
    140 
    141124/*
    142125   =============================================================================
     
    171154                return(IO_EOF);
    172155        }
    173 /*
    174 
    175 */
     156
    176157        /* update clsec and curlsn and see if we need a new cluster */
    177158
     
    216197                return(IO_EOF);
    217198
    218 /*
    219 
    220 */
    221 
    222199        } else {
    223200
     
    234211}
    235212
    236 /*
    237 
    238 */
    239 
    240213/*
    241214   =============================================================================
     
    271244}
    272245
    273 /*
    274 
    275 */
    276 
    277246/*
    278247   =============================================================================
     
    307276        return(DE_NULL);        /* couldn't find an available entry */
    308277}
    309 
    310 /*
    311 
    312 */
    313278
    314279/*
     
    330295}
    331296
    332 /*
    333 
    334 */
    335 
    336297/*
    337298   =============================================================================
     
    370331        fcp->modefl &= ~FC_EOF;                 /* turn off the EOF flag */
    371332
    372 /*
    373 
    374 */
    375 
    376333#if DEBUGIT
    377334        if (fsdebug) {
     
    398355        }
    399356
    400 /*
    401 
    402 */
     357
    403358        for (nc = 0; nc < rcls; nc++) {         /* follow the FAT chain */
    404359
     
    437392}
    438393
    439 /*
    440 
    441 */
    442 
    443394/*
    444395   =============================================================================
     
    477428                acls = ncls;                    /* point at the next one */
    478429        }
    479 
    480 /*
    481 
    482 */
    483430
    484431        dp->flen = 0L;                          /* file length = 0 */
     
    501448}
    502449
    503 /*
    504 
    505 */
    506 
    507450/*
    508451   =============================================================================
     
    524467}
    525468
    526 /*
    527 
    528 */
    529 
    530469/*
    531470   =============================================================================
     
    570509                        pc = ac;
    571510                }
    572 
    573 /*
    574 
    575 */
    576511
    577512#if     DEBUGIT
     
    614549        }
    615550}
    616 
    617 /*
    618 
    619 */
    620551
    621552/*
     
    640571}
    641572
    642 /*
    643 
    644 */
    645 
    646573/*
    647574   =============================================================================
     
    706633                _fatmod = FALSE;
    707634        }
    708 /*
    709 
    710 */
     635
    711636        if (!_dirin) {          /* access the root directory */
    712637
     
    723648        return(SUCCESS);
    724649}
    725 
    726 /*
    727 
    728 */
    729650
    730651/*
     
    774695                }
    775696
    776 /*
    777 
    778 */
    779 
    780697        } else {
    781698
     
    810727                        return(IO_ERR);
    811728                }
    812 
    813 /*
    814 
    815 */
    816729
    817730                /* truncate the file if requested */
     
    866779}
    867780
    868 /*
    869 
    870 */
    871 
    872781/*
    873782   =============================================================================
     
    893802                return(FAILURE);
    894803
    895 /*
    896 
    897 */
     804
    898805        /* check the file name for length */
    899806
     
    926833                return(FAILURE);
    927834
    928 /*
    929 
    930 */
     835
    931836        /* clear the file name and extension in the FCB to blanks */
    932837
     
    963868        }
    964869
    965 /*
    966 
    967 */
    968 
    969870        /* set the flags in the FCB and exit */
    970871
     
    999900}
    1000901
    1001 /*
    1002 
    1003 */
    1004 
    1005902/*
    1006903   =============================================================================
     
    1043940
    1044941                                }
    1045 
    1046 /*
    1047 
    1048 */
    1049942
    1050943                        } else {
     
    1079972}
    1080973
    1081 /*
    1082 
    1083 */
    1084 
    1085974/*
    1086975   =============================================================================
     
    11291018}
    11301019
    1131 /*
    1132 
    1133 */
    1134 
    11351020/*
    11361021   =============================================================================
  • libcio/filname.c

    r1efe224 rfa38804  
    4747}
    4848
    49 /*
    50 
    51 */
    52 
    5349/*
    5450   =============================================================================
     
    9894}
    9995
    100 /*
    101 
    102 */
    103 
    10496#if     TESTER
    10597
  • libcio/fopen.c

    r1efe224 rfa38804  
    6161}
    6262
    63 /*
    64 
    65 */
    66 
    6763FILE *fopen(int8_t *name, int8_t *mode)
    6864{
  • libcio/fsinit.c

    r1efe224 rfa38804  
    3232
    3333#endif
    34 
    35 /*
    36 
    37 */
    3834
    3935/*
     
    8379}
    8480
    85 /*
    86 
    87 */
    88 
    8981/*
    9082   ============================================================================
     
    119111        fp->_buflen = bufsize;
    120112};
    121 
    122 /*
    123 
    124 */
    125113
    126114/*
  • libcio/fsize.c

    r1efe224 rfa38804  
    4747}
    4848
    49 /*
    50 
    51 */
    52 
    5349/*
    5450   =============================================================================
  • libcio/lseek.c

    r1efe224 rfa38804  
    5454                return(-1L);
    5555        }
    56 /*
    5756
    58 */
    5957        if (pos < 0) {                          /* trap seeks before BOF */
    6058
  • libcio/open.c

    r1efe224 rfa38804  
    2424        {      0, &filedev,      NULL }         /* this MUST be the last entry */
    2525};
    26 
    27 /*
    28 
    29 */
    3026
    3127/*
     
    5450        return(FAILURE);
    5551
    56 /*
    57 
    58 */
    59 
    6052fndchan:        /* found a channel to use */
    6153
     
    10193}
    10294
    103 /*
    104 
    105 */
    106 
    10795/*
    10896   =============================================================================
     
    132120        return(open(name, flag|O_RAW, mode));
    133121}
    134 
    135 /*
    136 
    137 */
    138122
    139123/*
     
    152136}
    153137
    154 /*
    155 
    156 */
    157 
    158138/*
    159139   =============================================================================
     
    186166}
    187167
    188 /*
    189 
    190 */
    191 
    192168/*
    193169   =============================================================================
  • libcio/putc.c

    r1efe224 rfa38804  
    2727        (*cls_rtn)();           /* do final closeout */
    2828}
    29 
    30 /*
    31 
    32 */
    3329
    3430/*
     
    8682}
    8783
    88 /*
    89 
    90 */
    91 
    9284/*
    9385   ============================================================================
     
    131123}
    132124
    133 /*
    134 
    135 */
    136 
    137125/*
    138126   ============================================================================
  • libcio/read.c

    r1efe224 rfa38804  
    4545};
    4646
    47 /*
    48 
    49 */
    50 
    5147/*
    5248   =============================================================================
     
    6965        return((*t_read[chp->c_read])(chp->c_arg, buff, len));  /* do the read */
    7066}
    71 
    72 /*
    73 
    74 */
    7567
    7668/*
     
    9890        return(SUCCESS);                        /* return:  all bytes read */
    9991}
    100 
    101 /*
    102 
    103 */
    10492
    10593/*
  • libcio/scan.c

    r1efe224 rfa38804  
    1414static int8_t quit;
    1515
    16 /*
    17 
    18 */
    19 
    2016static int32_t getnum(int8_t *list, int8_t *values, int16_t base)
    2117{
     
    5854}
    5955
    60 /*
    61 
    62 */
    63 
    6456static int16_t skipblk(void)
    6557{
     
    9082        return(EOF);
    9183}
    92 
    93 /*
    94 
    95 */
    9684
    9785int16_t scanfmt(int16_t (*getsub)(int16_t what), int8_t *fmt, int16_t **args)
     
    114102        };
    115103
    116 /*
    117 
    118 */
     104
    119105        count = 0;
    120106        gsub = getsub;
     
    149135                        }
    150136       
    151 /*
    152 
    153 */
     137
    154138                        switch (*fmt++) {
    155139
     
    201185
    202186                                break;
    203 /*
    204 
    205 */
    206187
    207188#ifdef FLOAT
     
    228209                                break;
    229210#endif
    230 
    231 /*
    232 
    233 */
    234211
    235212                        case '[':
     
    285262
    286263                                break;
    287 /*
    288 
    289 */
     264
    290265                        case 'c':
    291266                                if ((c = (*gsub)(0)) EQ EOF)
     
    324299        return(count);
    325300}
    326 
    327 /*
    328 
    329 */
    330301
    331302#ifdef FLOAT
     
    371342#endif
    372343
    373 /*
    374 
    375 */
    376 
    377344int16_t sscanf(int8_t *string, int8_t *fmt, int16_t *args)
    378345{
  • libcio/write.c

    r1efe224 rfa38804  
    1919};
    2020
    21 /*
    22 
    23 */
    24 
    2521/*
    2622   ============================================================================
     
    8884        return(SUCCESS);
    8985}
    90 
    91 /*
    92 
    93 */
    9486
    9587/*
     
    177169                l += k * BPSEC;         /* update amount written */
    178170        }
    179 /*
    180 
    181 */
     171
    182172        if (l < len) {                  /* write out partial sector at end */
    183173
     
    208198        return(len);
    209199}
    210 
    211 /*
    212 
    213 */
    214200
    215201/*
Note: See TracChangeset for help on using the changeset viewer.