Home
last modified time | relevance | path

Searched refs:dir_end (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/testutil/
H A Ddriver.c439 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()
/freebsd/lib/libbsdconf/
H A Dbsdconf_stmt.c399 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()
H A Dbsdconf_internal.h40 size_t dir_end; /* one past the last byte of the directive */ member
H A Dbsdconf_put.c175 if (!bsdconf_dir_matches(buf, st.dir_start, st.dir_end, in bsdconf_put()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp479 auto dir_end = llvm::sys::path::end(m_directory.GetStringRef()); in GetComponents() local
481 for (auto iter = dir_begin; iter != dir_end; ++iter) { in GetComponents()