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

/external/ltrace/
H A Doptions.c265 char *libend = *libendp; local
267 if (libend[0] != '/')
270 *libend-- = 0;
271 if (libname != libend && libname[0] == '/')
276 *libendp = libend;
328 char *libend = libname + strlen(libname) - 1; local
354 if (libend[0] != '/')
358 *libend-- = 0;
366 lib_is_re = grok_libname_pattern(&libname, &libend);

Completed in 99 milliseconds