Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/lib/
H A Dxgethostname.h1 char *xgethostname (void);
H A Dxgethostname.c50 xgethostname (void) in xgethostname() function
/dragonfly/contrib/tcsh-6/
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
/dragonfly/gnu/usr.bin/cvs/lib/
H A DMakefile33 xgethostname.c \
/dragonfly/contrib/cvs-1.12/src/
H A Dmain.c883 hostname = xgethostname (); in main()