Home
last modified time | relevance | path

Searched defs:path_end (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/commands/sprofalyze/
H A Dsprofalyze.c267 char path[PATH_MAX + 1], *path_end; in binary_find() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h2736 path_iterator path_end() { return path_buffer() + path_size(); } in path_end() function
2738 path_const_iterator path_end() const { return path_buffer() + path_size(); } in path_end() function