Home
last modified time | relevance | path

Searched refs:pathsep (Results 1 – 9 of 9) sorted by relevance

/src/crypto/openssl/apps/
H A Drehash.c357 const char *pathsep = ""; in do_dir() local
368 pathsep = "/"; in do_dir()
404 dirname, pathsep, filename) in do_dir()
438 dirname, pathsep, bp->hash, in do_dir()
460 dirname, pathsep, bp->hash, in do_dir()
/src/contrib/tnftp/src/
H A Dfetch.c1831 char *uargv[4], *path, *pathsep; in auto_put() local
1841 pathsep = NULL; in auto_put()
1861 pathsep = strrchr(path, '/'); in auto_put()
1862 if (pathsep == NULL) { in auto_put()
1863 pathsep = strrchr(path, ':'); in auto_put()
1864 if (pathsep == NULL) { in auto_put()
1868 pathsep++; in auto_put()
1869 uargv[2] = ftp_strdup(pathsep); in auto_put()
1870 pathsep[0] = '/'; in auto_put()
1872 uargv[2] = ftp_strdup(pathsep + 1); in auto_put()
[all …]
/src/contrib/llvm-project/lldb/bindings/python/
H A Dlldb-python15 info["lldb-pythonpath"] + os.path.pathsep + os.environ.get("PYTHONPATH", ""))
/src/crypto/krb5/src/util/
H A Dtestrealm.py53 path_prefix += os.path.join(buildtop, dir) + os.pathsep
H A Dk5test.py469 for dir in os.environ["PATH"].split(os.pathsep):
/src/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c597 const char *pathsep = ossl_ends_with_dirsep(ctx->uri) ? "" : "/"; in file_name_to_uri() local
598 long calculated_length = strlen(ctx->uri) + strlen(pathsep) in file_name_to_uri()
606 OPENSSL_strlcat(data, pathsep, calculated_length); in file_name_to_uri()
/src/crypto/openssl/engines/
H A De_loader_attic.c1418 const char *pathsep = ossl_ends_with_dirsep(ctx->uri) ? "" : "/"; in file_name_to_uri() local
1419 long calculated_length = strlen(ctx->uri) + strlen(pathsep) in file_name_to_uri()
1427 OPENSSL_strlcat(*data, pathsep, calculated_length); in file_name_to_uri()
/src/contrib/lyaml/build-aux/
H A Dluke534 local dirsep,pathsep,pathmark,execdir,igmark=match(config,'^([^\n]+)\n([^\n]+)\n([^\n]+)\n([^\n]+)\…
/src/contrib/tcsh/
H A DFixes1502 63. Added emx termio support, and emx pathsep support; emx compiles and runs: