Home | History | Annotate | Download | only in X11

Lines Matching refs:getservbyname

31  *	<netdb.h>	for gethostbyname(), gethostbyaddr(), or getservbyname()
49 * Gethostbyaddr(), and Getservbyname() do NOT copy the host or
366 * Gethostbyaddr(), and Getservbyname() do NOT copy the host or
401 # define _XGetservbyname(s,p,sp) getservbyname((s),(p))
450 (((sp).sptr = getservbyname((s),(p))) ? _Xg_copyServent(sp) : 0), \
514 # define _XGetservbyname(s,p,sp) getservbyname((s),(p))