ns_pipe(3aolserv) debian man page | unix.com

Man Page: ns_pipe

Operating Environment: debian

Section: 3aolserv

Ns_Sock(3aolserver)					   AOLserver Library Procedures 				       Ns_Sock(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_BindSock, Ns_GetSockAddr, Ns_SockAccept, Ns_SockAsyncConnect, Ns_SockAsyncConnect2, Ns_SockBind, Ns_SockCloseLater, Ns_SockConnect, Ns_SockConnect2, Ns_SockListen, Ns_SockListenEx, Ns_SockPipe, Ns_SockSetBlocking, Ns_SockSetNonBlocking, Ns_SockStrError, Ns_SockTimedCon- nect, Ns_SockTimedConnect2, ns_pipe, ns_sockpair - library procedures
SYNOPSIS
#include "ns.h" Ns_BindSock(arg, arg) Ns_GetSockAddr(arg, arg) Ns_SockAccept(arg, arg) Ns_SockAsyncConnect(arg, arg) Ns_SockAsyncConnect2(arg, arg) Ns_SockBind(arg, arg) Ns_SockCloseLater(arg, arg) Ns_SockConnect(arg, arg) Ns_SockConnect2(arg, arg) Ns_SockListen(arg, arg) Ns_SockListenEx(arg, arg) Ns_SockPipe(arg, arg) Ns_SockSetBlocking(arg, arg) Ns_SockSetNonBlocking(arg, arg) Ns_SockStrError(arg, arg) Ns_SockTimedConnect(arg, arg) Ns_SockTimedConnect2(arg, arg) ns_pipe(arg, arg) ns_sockpair(arg, arg) _________________________________________________________________
DESCRIPTION
These functions ...
SEE ALSO
nsd(1), info(n)
KEYWORDS
AOLserver 4.0 Ns_Sock(3aolserver)
Related Man Pages
ns_sockcloselater(3aolserv) - debian
ns_sockconnect2(3aolserv) - debian
ns_socklistenex(3aolserv) - debian
ns_sockpipe(3aolserv) - debian
ns_socktimedconnect(3aolserv) - debian
Similar Topics in the Unix Linux Community
pipes inside
Writing input data in file
How to ignore Pipe in Pipe delimited file?
Help with awk, where line length and field position are variable
Replace delimeter between quotes with \| using sed or awk