HomeSort by: relevance | last modified time | path
    Searched refs:gethostname (Results 1 - 25 of 256) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/bsd/ipf/dist/lib/
initparse.c 18 gethostname(thishost, sizeof(thishost));
  /src/external/bsd/nvi/dist/clib/
gethostname.c 4 * Solaris doesn't include the gethostname call by default.
13 * PUBLIC: int gethostname __P((char *, int));
17 gethostname(host, len) function
  /src/lib/libc/gen/
gethostname.c 1 /* $NetBSD: gethostname.c,v 1.13 2012/06/25 22:32:43 abs Exp $ */
35 static char sccsid[] = "@(#)gethostname.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: gethostname.c,v 1.13 2012/06/25 22:32:43 abs Exp $");
50 __weak_alias(gethostname,_gethostname)
54 gethostname(char *name, size_t namelen)
  /src/external/gpl3/gcc/dist/libgomp/config/mingw32/
affinity-fmt.c 64 #undef gethostname macro
65 #define gethostname gomp_gethostname macro
  /src/external/gpl3/gcc.old/dist/libgomp/config/mingw32/
affinity-fmt.c 64 #undef gethostname macro
65 #define gethostname gomp_gethostname macro
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
gethostname.c 1 /* $NetBSD: gethostname.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
49 * interface is identical to gethostname(2).)
53 gethostname(char *name, int namelen) function
72 #endif /* GETHOSTNAME */
  /src/external/ibm-public/postfix/dist/src/util/
get_hostname.c 14 /* via gethostname() or its moral equivalent. This routine
62 * The gethostname() call is not (or not yet) in ANSI or POSIX, but it is
76 if (gethostname(namebuf, sizeof(namebuf)) < 0)
77 msg_fatal("gethostname: %m");
  /src/external/gpl2/xcvs/dist/lib/
gethostname.c 0 /* gethostname emulation for SysV and POSIX.1.
18 __RCSID("$NetBSD: gethostname.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
38 gethostname (char *name, size_t len) function
xgethostname.c 61 SunOS 5.5's gethostname whereby it NUL-terminates HOSTNAME
70 if (gethostname (hostname, size_1) == 0)
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
hostnm.c 51 /* We could try the WinSock API gethostname, but that will
76 #undef gethostname macro
77 #define gethostname w32_gethostname macro
98 val = gethostname (p, reqlen);
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
hostnm.c 51 /* We could try the WinSock API gethostname, but that will
76 #undef gethostname macro
77 #define gethostname w32_gethostname macro
98 val = gethostname (p, reqlen);
  /src/bin/hostname/
hostname.c 83 if (gethostname(hostname, sizeof(hostname)))
84 err(1, "gethostname");
  /src/usr.sbin/ypserv/common/
localhostname.c 55 if (gethostname(hostname, sizeof(hostname)))
56 err(1, "gethostname");
  /src/external/mit/libuv/dist/test/
test-gethostname.c 26 TEST_IMPL(gethostname) {
  /src/tests/lib/libc/gen/
t_sethostname.c 67 ATF_REQUIRE(gethostname(name, sizeof(name)) == 0);
125 ATF_REQUIRE(gethostname(host, sizeof(host)) == 0);
  /src/external/gpl3/gdb/dist/gnulib/import/
sys_time.in.h 143 # undef gethostname
144 # define gethostname gethostname_used_without_including_unistd_h
146 _GL_WARN_ON_USE (gethostname,
147 "gethostname() used without including <unistd.h>");
  /src/external/gpl3/gdb.old/dist/gnulib/import/
sys_time.in.h 143 # undef gethostname
144 # define gethostname gethostname_used_without_including_unistd_h
146 _GL_WARN_ON_USE (gethostname,
147 "gethostname() used without including <unistd.h>");
  /src/lib/libpam/modules/pam_login_access/
pam_login_access.c 85 gethostname(hostname, sizeof hostname);
  /src/crypto/external/apache2/openssl/lib/libcrypto/
rnd_keys.c 75 gethostname(hname, sizeof(hname) - 1);
  /src/crypto/external/apache2/openssl/lib/libdes/
ornd_keys.c 75 gethostname(hname, sizeof(hname) - 1);
  /src/crypto/external/bsd/openssl/lib/libcrypto/
rnd_keys.c 75 gethostname(hname, sizeof(hname) - 1);
  /src/crypto/external/bsd/openssl/lib/libdes/
ornd_keys.c 75 gethostname(hname, sizeof(hname) - 1);
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/
rnd_keys.c 75 gethostname(hname, sizeof(hname) - 1);
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ornd_keys.c 75 gethostname(hname, sizeof(hname) - 1);
  /src/external/bsd/ntp/dist/libntp/
findconfig.c 32 if (gethostname(hostname, BUFSIZ) >= 0) {

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011