Searched refs:lmax (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c47 Sfoff_t lmax; member in struct:_dosdisc
213 if(dp->lhere>dp->lmax)
215 dp->lmax = dp->lhere;
217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapmodify.c1206 int lcur, lmax; local
1208 lcur = lmax = 0;
1244 if ( lcur + len + 1 > lmax ) {
1245 lmax = LDAPMOD_MAXLINE
1247 if (( buf = (char *)LDAPTOOL_SAFEREALLOC( buf, lmax )) == NULL ) {

Completed in 31 milliseconds