socket_dir       1423 source3/include/proto.h int create_pipe_sock(const char *socket_dir,
socket_dir       1725 source3/lib/util_sock.c int create_pipe_sock(const char *socket_dir,
socket_dir       1740 source3/lib/util_sock.c 	if (lstat(socket_dir, &st) == -1) {
socket_dir       1743 source3/lib/util_sock.c 			if (mkdir(socket_dir, dir_perms) == -1) {
socket_dir       1745 source3/lib/util_sock.c 					"%s: %s\n", socket_dir,
socket_dir       1751 source3/lib/util_sock.c 				socket_dir, strerror(errno)));
socket_dir       1758 source3/lib/util_sock.c 				socket_dir));
socket_dir       1764 source3/lib/util_sock.c 				"%s\n", socket_dir));
socket_dir       1779 source3/lib/util_sock.c 	if (asprintf(&path, "%s/%s", socket_dir, socket_name) == -1) {
socket_dir        976 source3/rpc_server/srv_pipe_hnd.c 	const char *socket_dir;
socket_dir       1004 source3/rpc_server/srv_pipe_hnd.c 	socket_dir = lp_parm_const_string(
socket_dir       1007 source3/rpc_server/srv_pipe_hnd.c 	if (socket_dir == NULL) {
socket_dir       1013 source3/rpc_server/srv_pipe_hnd.c 				      socket_dir, pipe_name);