Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Drehash.c357 const char *pathsep = ""; in do_dir() local
368 pathsep = "/"; in do_dir()
404 dirname, pathsep, filename) >= buflen) in do_dir()
437 dirname, pathsep, bp->hash, in do_dir()
459 dirname, pathsep, bp->hash, in do_dir()
/freebsd/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 …]
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dlldb-python15 info["lldb-pythonpath"] + os.path.pathsep + os.environ.get("PYTHONPATH", ""))
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c558 const char *pathsep = ossl_ends_with_dirsep(ctx->uri) ? "" : "/"; in file_name_to_uri() local
559 long calculated_length = strlen(ctx->uri) + strlen(pathsep) in file_name_to_uri()
569 OPENSSL_strlcat(data, pathsep, calculated_length); in file_name_to_uri()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c1432 const char *pathsep = ossl_ends_with_dirsep(ctx->uri) ? "" : "/"; in file_name_to_uri() local
1433 long calculated_length = strlen(ctx->uri) + strlen(pathsep) in file_name_to_uri()
1443 OPENSSL_strlcat(*data, pathsep, calculated_length); in file_name_to_uri()
/freebsd/contrib/tcsh/
H A DFixes1502 63. Added emx termio support, and emx pathsep support; emx compiles and runs: