Home
last modified time | relevance | path

Searched refs:bindPath (Results 1 – 25 of 52) sorted by relevance

123

/dports/irc/pounce/pounce-3.0/
H A Dbounce.c148 char bindPath[PATH_MAX] = ""; in main() local
232 break; case 'U': snprintf(bindPath, sizeof(bindPath), "%s", optarg); in main()
261 if (bindPath[0]) { in main()
263 int error = stat(bindPath, &st); in main()
266 size_t len = strlen(bindPath); in main()
267 snprintf(&bindPath[len], sizeof(bindPath) - len, "/%s", bindHost); in main()
324 if (bindPath[0]) { in main()
325 error = unveil(bindPath, "c"); in main()
338 size_t binds = bindPath[0] in main()
344 if (bindPath[0]) { in main()
[all …]
/dports/www/p5-FCGI/FCGI-0.82/
H A Dos_unix.c229 static int OS_BuildSockAddrUn(const char *bindPath, in OS_BuildSockAddrUn() argument
233 int bindPathLen = strlen(bindPath); in OS_BuildSockAddrUn()
246 memcpy(servAddrPtr->sun_path, bindPath, bindPathLen); in OS_BuildSockAddrUn()
279 int OS_CreateLocalIpcFd(const char *bindPath, int backlog) in OS_CreateLocalIpcFd() argument
289 if (strlen(bindPath) >= MAXPATHLEN) { in OS_CreateLocalIpcFd()
295 strcpy(host, bindPath); in OS_CreateLocalIpcFd()
353 unlink(bindPath); in OS_CreateLocalIpcFd()
388 int OS_FcgiConnect(char *bindPath) in OS_FcgiConnect() argument
398 if (strlen(bindPath) >= MAXPATHLEN) { in OS_FcgiConnect()
402 strcpy(host, bindPath); in OS_FcgiConnect()
[all …]
H A Dos_win32.c646 static short getPort(const char * bindPath) in getPort() argument
649 char * p = strchr(bindPath, ':'); in getPort()
685 short port = getPort(bindPath); in OS_CreateLocalIpcFd()
696 if (port && *bindPath != ':' && strncmp(bindPath, LOCALHOST, strlen(LOCALHOST))) in OS_CreateLocalIpcFd()
755 strcat(pipePath, bindPath); in OS_CreateLocalIpcFd()
805 int OS_FcgiConnect(char *bindPath) in OS_FcgiConnect() argument
807 short port = getPort(bindPath); in OS_FcgiConnect()
818 if (*bindPath != ':') in OS_FcgiConnect()
821 int len = p - bindPath + 1; in OS_FcgiConnect()
824 strncpy(host, bindPath, len); in OS_FcgiConnect()
[all …]
H A Dfcgios.h99 DLLAPI int OS_CreateLocalIpcFd(const char *bindPath, int backlog);
100 DLLAPI int OS_FcgiConnect(char *bindPath);
/dports/net/iipsrv/iipsrv-iipsrv-1.1/fcgi/libfcgi/
H A Dos_win32.c646 static short getPort(const char * bindPath) in getPort() argument
649 char * p = strchr(bindPath, ':'); in getPort()
685 short port = getPort(bindPath); in OS_CreateLocalIpcFd()
696 if (port && *bindPath != ':' && strncmp(bindPath, LOCALHOST, strlen(LOCALHOST))) in OS_CreateLocalIpcFd()
755 strcat(pipePath, bindPath); in OS_CreateLocalIpcFd()
805 int OS_FcgiConnect(char *bindPath) in OS_FcgiConnect() argument
807 short port = getPort(bindPath); in OS_FcgiConnect()
818 if (*bindPath != ':') in OS_FcgiConnect()
821 int len = p - bindPath + 1; in OS_FcgiConnect()
824 strncpy(host, bindPath, len); in OS_FcgiConnect()
[all …]
H A Dos_unix.c235 static int OS_BuildSockAddrUn(const char *bindPath, in OS_BuildSockAddrUn() argument
239 int bindPathLen = strlen(bindPath); in OS_BuildSockAddrUn()
252 memcpy(servAddrPtr->sun_path, bindPath, bindPathLen); in OS_BuildSockAddrUn()
285 int OS_CreateLocalIpcFd(const char *bindPath, int backlog) in OS_CreateLocalIpcFd() argument
295 strcpy(host, bindPath); in OS_CreateLocalIpcFd()
353 unlink(bindPath); in OS_CreateLocalIpcFd()
354 if(OS_BuildSockAddrUn(bindPath, &sa.unixVariant, &servLen)) { in OS_CreateLocalIpcFd()
388 int OS_FcgiConnect(char *bindPath) in OS_FcgiConnect() argument
398 strcpy(host, bindPath); in OS_FcgiConnect()
410 fprintf(stderr, "Unknown host: %s\n", bindPath); in OS_FcgiConnect()
[all …]
/dports/www/fcgi/fcgi-2.4.0/libfcgi/
H A Dos_win32.c646 static short getPort(const char * bindPath) in getPort() argument
649 char * p = strchr(bindPath, ':'); in getPort()
685 short port = getPort(bindPath); in OS_CreateLocalIpcFd()
696 if (port && *bindPath != ':' && strncmp(bindPath, LOCALHOST, strlen(LOCALHOST))) in OS_CreateLocalIpcFd()
755 strcat(pipePath, bindPath); in OS_CreateLocalIpcFd()
805 int OS_FcgiConnect(char *bindPath) in OS_FcgiConnect() argument
807 short port = getPort(bindPath); in OS_FcgiConnect()
818 if (*bindPath != ':') in OS_FcgiConnect()
821 int len = p - bindPath + 1; in OS_FcgiConnect()
824 strncpy(host, bindPath, len); in OS_FcgiConnect()
[all …]
H A Dos_unix.c249 static int OS_BuildSockAddrUn(const char *bindPath, in OS_BuildSockAddrUn() argument
253 int bindPathLen = strlen(bindPath); in OS_BuildSockAddrUn()
266 memcpy(servAddrPtr->sun_path, bindPath, bindPathLen); in OS_BuildSockAddrUn()
299 int OS_CreateLocalIpcFd(const char *bindPath, int backlog) in OS_CreateLocalIpcFd() argument
309 strcpy(host, bindPath); in OS_CreateLocalIpcFd()
367 unlink(bindPath); in OS_CreateLocalIpcFd()
368 if(OS_BuildSockAddrUn(bindPath, &sa.unixVariant, &servLen)) { in OS_CreateLocalIpcFd()
402 int OS_FcgiConnect(char *bindPath) in OS_FcgiConnect() argument
412 strcpy(host, bindPath); in OS_FcgiConnect()
424 fprintf(stderr, "Unknown host: %s\n", bindPath); in OS_FcgiConnect()
[all …]
/dports/www/fcgi/fcgi-2.4.0/cgi-fcgi/
H A Dcgi-fcgi.c512 static void FCGI_Start(char *bindPath, char *appPath, int nServers) in FCGI_Start() argument
517 if((listenFd = OS_CreateLocalIpcFd(bindPath, 5)) == -1) { in FCGI_Start()
731 char appPath[MAXPATHLEN], bindPath[MAXPATHLEN]; in main() local
734 (char *) &bindPath, (char *) &appPath, &nServers)) { in main()
760 appServerSock = OS_FcgiConnect(bindPath); in main()
763 FCGI_Start(bindPath, appPath, nServers); in main()
767 appServerSock = OS_FcgiConnect(bindPath); in main()
771 fprintf(stderr, "Could not connect to %s\n", bindPath); in main()
/dports/net/iipsrv/iipsrv-iipsrv-1.1/fcgi/include/
H A Dfcgios.h105 DLLAPI int OS_CreateLocalIpcFd(const char *bindPath, int backlog);
106 DLLAPI int OS_FcgiConnect(char *bindPath);
/dports/www/fcgi/fcgi-2.4.0/include/
H A Dfcgios.h105 DLLAPI int OS_CreateLocalIpcFd(const char *bindPath, int backlog);
106 DLLAPI int OS_FcgiConnect(char *bindPath);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/integration-cli/
H A Ddocker_deprecated_api_v124_test.go57 bindPath := RandomTmpDirPath("test", testEnv.OSType)
59 "Binds": []string{bindPath + ":" + path},
67 assert.Equal(c, pth, bindPath, "expected volume host path to be %s, got %s", bindPath, pth)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_deprecated_api_v124_test.go57 bindPath := RandomTmpDirPath("test", testEnv.OSType)
59 "Binds": []string{bindPath + ":" + path},
67 assert.Equal(c, pth, bindPath, "expected volume host path to be %s, got %s", bindPath, pth)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_deprecated_api_v124_test.go52 bindPath := RandomTmpDirPath("test", testEnv.DaemonPlatform())
54 "Binds": []string{bindPath + ":" + path},
62 …c.Assert(pth, checker.Equals, bindPath, check.Commentf("expected volume host path to be %s, got %s…
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_deprecated_api_v124_test.go57 bindPath := RandomTmpDirPath("test", testEnv.OSType)
59 "Binds": []string{bindPath + ":" + path},
67 assert.Equal(c, pth, bindPath, "expected volume host path to be %s, got %s", bindPath, pth)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_deprecated_api_v124_test.go57 bindPath := RandomTmpDirPath("test", testEnv.OSType)
59 "Binds": []string{bindPath + ":" + path},
67 assert.Equal(c, pth, bindPath, "expected volume host path to be %s, got %s", bindPath, pth)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_deprecated_api_v124_test.go57 bindPath := RandomTmpDirPath("test", testEnv.OSType)
59 "Binds": []string{bindPath + ":" + path},
67 assert.Equal(c, pth, bindPath, "expected volume host path to be %s, got %s", bindPath, pth)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_deprecated_api_v124_test.go57 bindPath := RandomTmpDirPath("test", testEnv.OSType)
59 "Binds": []string{bindPath + ":" + path},
67 assert.Equal(c, pth, bindPath, "expected volume host path to be %s, got %s", bindPath, pth)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_deprecated_api_v124_test.go52 bindPath := RandomTmpDirPath("test", testEnv.DaemonPlatform())
54 "Binds": []string{bindPath + ":" + path},
62 …c.Assert(pth, checker.Equals, bindPath, check.Commentf("expected volume host path to be %s, got %s…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_deprecated_api_v124_test.go56 bindPath := RandomTmpDirPath("test", testEnv.OSType)
58 "Binds": []string{bindPath + ":" + path},
66 …c.Assert(pth, checker.Equals, bindPath, check.Commentf("expected volume host path to be %s, got %s…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_deprecated_api_v124_test.go56 bindPath := RandomTmpDirPath("test", testEnv.OSType)
58 "Binds": []string{bindPath + ":" + path},
66 …c.Assert(pth, checker.Equals, bindPath, check.Commentf("expected volume host path to be %s, got %s…
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/integration-cli/
H A Ddocker_deprecated_api_v124_test.go56 bindPath := RandomTmpDirPath("test", testEnv.OSType)
58 "Binds": []string{bindPath + ":" + path},
66 …c.Assert(pth, checker.Equals, bindPath, check.Commentf("expected volume host path to be %s, got %s…
/dports/devel/stack/stack-2.7.3/_cabal_deps/streaming-commons-0.2.2.1/Data/Streaming/
H A DNetwork.hs87 , bindPath
282 bindPath :: FilePath -> IO Socket
283 bindPath path = do function
661 (bindPath path)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/streaming-commons-0.2.2.1/Data/Streaming/
H A DNetwork.hs87 , bindPath
282 bindPath :: FilePath -> IO Socket
283 bindPath path = do function
661 (bindPath path)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/streaming-commons-0.2.2.1/Data/Streaming/
H A DNetwork.hs87 , bindPath
282 bindPath :: FilePath -> IO Socket
283 bindPath path = do function
661 (bindPath path)

123