Home
last modified time | relevance | path

Searched refs:Str_ncmp (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dstrings.c157 int Str_ncmp( const streng *first, const streng *second, int limit ) in Str_ncmp() function
H A Dwrappers.h86 #define Str_ncmp __regina_Str_ncmp macro
H A Dextern.h805 int Str_ncmp( const streng *one, const streng *two, int length ) ;
H A Dbuiltin.c1452 answer = (Str_ncmp(shortstr,longstr,length)) ? 0 : 1 ; in std_abbrev()