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

/openbsd-current/usr.sbin/nsd/
H A Dnetio.c162 struct timespec relative; local
/openbsd-current/gnu/llvm/lldb/scripts/
H A Danalyze-project-deps.py67 relative = os.path.relpath(base, inc_dir) variable
69 relative variable
76 relative = os.path.relpath(base, src_dir) variable
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__filesystem/
H A Doperations.h163 inline _LIBCPP_INLINE_VISIBILITY path relative(const path& __p, const path& __base, error_code& __ec) { function
173 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, error_code& __ec) { return relative(__p, current_path(), __ec); } function
174 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base = current_path()) { return __weakly_canonical(__p).lexically_relative(__weakly_canonical(__base)); } function
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-dis.c503 int relative = 0; local
/openbsd-current/usr.bin/kdump/
H A Dktrstruct.c144 print_time(time_t t, int relative, int have_subsec) argument
167 print_timespec(const struct timespec *tsp, int relative) argument
244 ktrtimespec(const struct timespec *tsp, int relative) argument
252 print_timeval(const struct timeval *tvp, int relative) argument
261 ktrtimeval(const struct timeval *tvp, int relative) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32c.c240 enum indirect_type {none, relative, absolute} ; enumerator in enum:indirect_type
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp202 auto relative = llvm::DILineInfoSpecifier::FileLineInfoKind::RawValue; local

Completed in 135 milliseconds