Searched refs:gethostname (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/bin/tests/system/ |
H A D | feature-test.c | 39 fprintf(stderr, " --gethostname\n"); 75 if (strcmp(argv[1], "--gethostname") == 0) { 92 n = gethostname(hostname, sizeof(hostname)); 94 perror("gethostname");
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllfunc.c | 56 gethostname(char FAR * name, int namelen) { function 59 TRACE("ENTER gethostname\n"); 61 TRACE("LEAVE gethostname %d <%-.100s>\n", ret, name);
|
/bind-9.11.3/bin/tests/system/builtin/ |
H A D | tests.sh | 38 HOSTNAME=`$FEATURETEST --gethostname`
|
/bind-9.11.3/bin/named/win32/ |
H A D | os.c | 360 n = gethostname(buf, (int)len);
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllfunc.c | 103 gethostname(char FAR * name, int namelen) { function 106 TRACE("ENTER gethostname\n"); 108 TRACE("LEAVE gethostname %d <%-.100s>\n", ret, name);
|
/bind-9.11.3/bin/named/unix/ |
H A D | os.c | 992 n = gethostname(buf, len);
|
Completed in 42 milliseconds