OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ends_with_dirsep
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
rehash.c
326
static int
ends_with_dirsep
(const char *path)
function
367
if (dirlen != 0 && !
ends_with_dirsep
(dirname)) {
/src/crypto/external/bsd/openssl/dist/apps/
rehash.c
326
static int
ends_with_dirsep
(const char *path)
function
367
if (dirlen != 0 && !
ends_with_dirsep
(dirname)) {
/src/crypto/external/bsd/openssl.old/dist/apps/
rehash.c
311
static int
ends_with_dirsep
(const char *path)
function
347
pathsep = (buflen && !
ends_with_dirsep
(dirname)) ? "/": "";
/src/crypto/external/bsd/openssl.old/dist/crypto/store/
loader_file.c
1183
static int
ends_with_dirsep
(const char *uri)
function
1203
const char *pathsep =
ends_with_dirsep
(ctx->_.dir.uri) ? "" : "/";
Completed in 82 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026