Searched refs:directory_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c85 bind_test(const char *directory_path) argument
98 directory_path, SOCK_NAME_ONE) >= PATH_MAX) {
196 connect_test(const char *directory_path) argument
209 directory_path, SOCK_NAME_TWO) >= PATH_MAX) {
303 char directory_path[PATH_MAX]; local
306 strlcpy(directory_path, "/tmp/unix_bind.XXXXXXX", PATH_MAX);
307 if (mkdtemp(directory_path) == NULL)
309 push_path(directory_path);
311 error = bind_test(directory_path);
314 error = connect_test(directory_path);
[all...]

Completed in 86 milliseconds