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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dpathutil.c493 * start_from int The index of the first character of the pathname
499 char *_pu_end_of_path(const char *string, int start_from) argument
507 if(!string || start_from < 0) {
514 for(i=start_from; (c=string[i]) != '\0'; i++) {

Completed in 54 milliseconds