Home
last modified time | relevance | path

Searched refs:gethostname (Results 1 – 25 of 122) sorted by relevance

12345

/mirbsd/src/gnu/usr.bin/cvs/m4/
Dgethostname.m41 # gethostname.m4 serial 2
9 AC_REPLACE_FUNCS(gethostname)
15 # Prerequisites of lib/gethostname.c.
/mirbsd/src/usr.sbin/timed/timedc/
Dcmds.c190 (void)gethostname(myname,sizeof(myname)); in clockdiff()
307 (void)gethostname(myname, sizeof(myname)); in msite()
447 (void)gethostname(myname, sizeof(myname)); in testing()
493 (void)gethostname(myname,sizeof(myname)); in tracing()
/mirbsd/src/lib/libc/gen/
Dgethostname.c36 gethostname(char *name, size_t namelen) in gethostname() function
DMakefile.inc12 getgrent.c getgrouplist.c gethostname.c getloadavg.c \
68 getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 getmntinfo.3 \
120 MLINKS+=gethostname.3 sethostname.3
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dgethostname.c35 gethostname (char *name, size_t len) in gethostname() function
Dxgethostname.c67 if (gethostname (hostname, size_1) == 0) in xgethostname()
/mirbsd/src/bin/hostname/
Dhostname.c84 if (gethostname(hostname, sizeof(hostname))) in main()
/mirbsd/src/lib/libdes/
Drnd_keys.c101 gethostname(hostname, sizeof(hostname)); in des_init_random_number_generator()
/mirbsd/src/libexec/talkd/
Dtalkd.c81 if (gethostname(hostname, sizeof(hostname)) < 0) { in main()
/mirbsd/src/usr.sbin/lpr/lprm/
Dlprm.c111 gethostname(host, sizeof(host)); in main()
/mirbsd/src/usr.bin/talk/
Dget_names.c92 gethostname(hostname, sizeof (hostname));
/mirbsd/src/usr.bin/rwall/
Drwall.c132 (void)gethostname(hostname, sizeof(hostname)); in makemsg()
/mirbsd/src/usr.sbin/lpr/lpq/
Dlpq.c96 if (gethostname(host, sizeof(host)) != 0) in main()
/mirbsd/src/bin/date/
Dnetdate.c107 if (gethostname(hostname, sizeof(hostname))) { in netsettime()
/mirbsd/src/usr.bin/lock/
Dlock.c148 gethostname(hostname, sizeof(hostname)); in main()
/mirbsd/src/usr.bin/skeyaudit/
Dskeyaudit.c146 if (hostname[0] == '\0' && gethostname(hostname, sizeof(hostname)) == -1) in notify()
/mirbsd/src/gnu/usr.sbin/sendmail/libmilter/
Dexample.c67 if (gethostname(host, sizeof host) < 0)
/mirbsd/src/usr.sbin/pppoe/
Dserver.c315 if (gethostname((char *)hn, sizeof(hn)) < 0) in send_pado()
398 if (gethostname((char *)hn, sizeof(hn)) < 0) in send_pads()
/mirbsd/src/usr.bin/ssh/
Dssh.c635 if (gethostname(thishost, sizeof(thishost)) == -1) in main()
672 if (gethostname(thishost, sizeof(thishost)) == -1) in main()
1249 if (gethostname(thishost, sizeof(thishost)) == -1) in load_public_identity_files()
/mirbsd/src/include/
Dunistd.h158 int gethostname(char *, size_t)
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dnw5sck.c127 return(gethostname(name, len)); in nw_gethostname()
/mirbsd/src/usr.bin/write/
Dwrite.c266 if (gethostname(host, sizeof(host)) < 0) in do_write()
/mirbsd/src/share/doc/psd/05.sysman/
Dspell.ok153 gethostname
/mirbsd/src/usr.bin/systat/
Dmain.c167 gethostname(hostname, sizeof (hostname)); in main()
/mirbsd/src/usr.sbin/rbootd/
Drbootd.c172 gethostname(MyHost, MAXHOSTNAMELEN); in main()

12345