Searched defs:minimum (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/port/
H A Dlc.c175 * if minimum!=0 then at least that many chars must match
180 match(const char* s, register const char* p, int minimum, int standard) argument
242 if (minimum && z < (p - x) && (p - x) >= minimum)

Completed in 438 milliseconds