HomeSort by: relevance | last modified time | path
    Searched defs:get_hostname (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
get_hostname.c 1 /* $NetBSD: get_hostname.c,v 1.1.1.1 2009/06/23 10:09:00 tron Exp $ */
5 /* get_hostname 3
9 /* #include <get_hostname.h>
11 /* const char *get_hostname()
13 /* get_hostname() returns the local hostname as obtained
49 #include "get_hostname.h"
55 /* get_hostname - look up my host name */
57 const char *get_hostname(void) function
  /src/bin/sh/
var.c 100 char *get_hostname(struct var *);
185 { .ref_func= get_hostname } },
1482 get_hostname(struct var *vp) function
  /src/external/bsd/wpa/dist/hs20/client/
osu_client.c 2903 static char * get_hostname(const char *url) function
2956 host = get_hostname(cert->url);
2958 host = get_hostname(ctx->server_url);

Completed in 14 milliseconds