Home
last modified time | relevance | path

Searched defs:path_buffer (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/xen/xenbus/
H A Dxenbus.c76 char *path_buffer = malloc(strlen("error/") in error_path() local
108 char *printf_buffer = NULL, *path_buffer = NULL; in xenbus_dev_verror() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp110 static wchar_t path_buffer[kSymPathSize + 1 + MAX_PATH]; in InitializeDbgHelpIfNeeded() local
/freebsd/contrib/libucl/src/
H A Ducl_util.c160 static char path_buffer[_MAX_PATH]; in dirname() local
174 static char path_buffer[_MAX_PATH]; in basename() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1996 CXXBaseSpecifier **CastExpr::path_buffer() { in path_buffer() function in CastExpr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3471 const CXXBaseSpecifier * const *path_buffer() const { in path_buffer() function