Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/xenbus/
H A Dxenbus_client.c134 char *path_buffer = kmem_alloc(*len, KM_NOSLEEP); in error_path() local
151 char *printf_buffer = NULL, *path_buffer = NULL; in _dev_error() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddirent.c116 char path_buffer[1024]=""; in opendir() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc108 static wchar_t path_buffer[kSymPathSize + 1 + MAX_PATH]; in InitializeDbgHelpIfNeeded() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp110 static wchar_t path_buffer[kSymPathSize + 1 + MAX_PATH]; in InitializeDbgHelpIfNeeded() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc106 static wchar_t path_buffer[kSymPathSize + 1 + MAX_PATH]; in InitializeDbgHelpIfNeeded() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1884 CXXBaseSpecifier **CastExpr::path_buffer() { in path_buffer() function in CastExpr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3404 const CXXBaseSpecifier * const *path_buffer() const { in path_buffer() function