Searched refs:dir_end (Results 1 – 5 of 5) sorted by relevance
439 char *dir_end; in test_mk_file_path()456 dir_end = &full_file[strlen(full_file) - 1]; in test_mk_file_path()457 dir_end_sep = *dir_end; in test_mk_file_path()462 *dir_end = '\0'; in test_mk_file_path()464 *dir_end = '.'; in test_mk_file_path()
399 st->dir_end = i; in bsdconf_scan()410 if (operator_equals && st->dir_end - st->dir_start > 1) { in bsdconf_scan()411 switch (buf[st->dir_end - 1]) { in bsdconf_scan()418 st->dir_end--; in bsdconf_scan()419 st->op_start = st->dir_end; in bsdconf_scan()
40 size_t dir_end; /* one past the last byte of the directive */ member
175 if (!bsdconf_dir_matches(buf, st.dir_start, st.dir_end, in bsdconf_put()
479 auto dir_end = llvm::sys::path::end(m_directory.GetStringRef()); in GetComponents() local481 for (auto iter = dir_begin; iter != dir_end; ++iter) { in GetComponents()