Home
last modified time | relevance | path

Searched refs:xgethostname (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.decls.h197 extern int xgethostname (char *, int);
199 # define gethostname(a, b) xgethostname(a, b)
H A Dtc.os.c1145 xgethostname(char *name, int namlen) in xgethostname() function