Searched refs:opt_end (Results 1 – 2 of 2) sorted by relevance
5439 char *buf_end, *opt_end, *src, *dst; in statmount_opt_process() local5455 for (; src < buf_end; src = opt_end + 1) { in statmount_opt_process()5456 opt_end = strchrnul(src, ','); in statmount_opt_process()5457 *opt_end = '\0'; in statmount_opt_process()