Searched refs:pathsep (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/openssl/apps/ |
| H A D | rehash.c | 357 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 D | fetch.c | 1831 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 D | lldb-python | 15 info["lldb-pythonpath"] + os.path.pathsep + os.environ.get("PYTHONPATH", ""))
|
| /src/crypto/krb5/src/util/ |
| H A D | testrealm.py | 53 path_prefix += os.path.join(buildtop, dir) + os.pathsep
|
| H A D | k5test.py | 469 for dir in os.environ["PATH"].split(os.pathsep):
|
| /src/crypto/openssl/providers/implementations/storemgmt/ |
| H A D | file_store.c | 597 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 D | e_loader_attic.c | 1418 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 D | luke | 534 local dirsep,pathsep,pathmark,execdir,igmark=match(config,'^([^\n]+)\n([^\n]+)\n([^\n]+)\n([^\n]+)\…
|
| /src/contrib/tcsh/ |
| H A D | Fixes | 1502 63. Added emx termio support, and emx pathsep support; emx compiles and runs:
|