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

/osnet-11/usr/src/lib/libldap4/common/
H A Ddisptmpl.c118 char * theEnd = aStr + strlen(aStr); local
119 while ((theEnd > aStr) && isspace(*(theEnd - 1)))
120 theEnd--;
121 theEnd;
122 *theEnd= '\0';

Completed in 28 milliseconds