Subversion Repositories Kolibri OS

Rev

Rev 5606 | Rev 5640 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5606 Rev 5625
Line 398... Line 398...
398
    ESBYTE[ESI+EDI] = BL;
398
    ESBYTE[ESI+EDI] = BL;
399
    ESBYTE[ESI+EDI+1] = 0;
399
    ESBYTE[ESI+EDI+1] = 0;
400
}
400
}
Line 401... Line 401...
401
 
401
 
402
 
402
 
403
/*inline fastcall signed int strchr( ESI,BL)
403
inline fastcall signed int old_strchr( ESI,BL)
404
{
404
{
405
    int jj=0;
405
    int jj=0;
406
    do{
406
    do{
407
        jj++;
407
        jj++;
408
        $lodsb
408
        $lodsb
409
        IF(AL==BL) return jj;
409
        IF(AL==BL) return jj;
410
    } while(AL!=0);
410
    } while(AL!=0);
Line 411... Line 411...
411
    return 0;
411
    return 0;
412
}*/
412
}
413
 
413
 
414
inline dword strchr(dword shb;char s)
414
inline dword strchr(dword shb;char s)
Line 917... Line 917...
917
    itoa_(#tmpch, d_int);
917
    itoa_(#tmpch, d_int);
918
    debugln(#tmpch);
918
    debugln(#tmpch);
919
}
919
}
Line 920... Line -...
920
 
-
 
921
 
920
 
922
//#define strncpy strcpyn
921
 
923
#define strnmov strmovn
922
#define strnmov strmovn
Line 924... Line 923...
924
#define stricmp strcmpi
923
#define stricmp strcmpi
925
#define strcmpn strncmp
924
#define strcmpn strncmp