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

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/dlcompat-20010505/
H A Ddlopen.c118 char *pathbuf_end; local
126 pathbuf_end = pathbuf + PATH_MAX - 8;
142 while(*p && *p != ':' && q < pathbuf_end) *q++ = *p++;
158 if(*(q-1) != '/' && q < pathbuf_end){
164 while(*p && q < pathbuf_end) *q++ = *p++;
167 if(q >= pathbuf_end){

Completed in 172 milliseconds