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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpathutil.c440 * back_from int The index of the first character in string[]
446 char *_pu_start_of_path(const char *string, int back_from) argument
452 if(!string || back_from < 0) {
459 for(i=back_from-1; i>=0; i--) {

Completed in 55 milliseconds