Searched refs:host (Results 1 - 25 of 206) sorted by relevance

123456789

/haiku-fatelf/src/bin/coreutils/lib/
H A Dcanon-host.h23 char *canon_host (char const *host);
24 char *canon_host_r (char const *host, int *cherror);
H A Dcanon-host.c22 #include "canon-host.h"
33 canon_host (const char *host) argument
35 return canon_host_r (host, &last_cherror);
45 HOST must be a string representation of a resolvable name for this host.
60 canon_host_r (char const *host, int *cherror) argument
68 status = getaddrinfo (host, NULL, &hints, &res);
74 retval = strdup (res->ai_canonname ? res->ai_canonname : host);
/haiku-fatelf/src/bin/coreutils/man/
H A Dhostid.x2 hostid \- print the numeric identifier for the current host
H A Dhostname.x2 hostname \- set or print the name of the current host system
H A Dusers.x2 users \- print the user names of users currently logged in to the current host
/haiku-fatelf/src/preferences/time/
H A Dntp.h12 extern status_t ntp_update_time(const char *host,
/haiku-fatelf/src/kits/network/libbind/inet/
H A Dinet_makeaddr.c47 * Formulate an Internet address from network + host. Used in
51 inet_makeaddr(net, host)
52 u_long net, host;
57 a.s_addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST);
59 a.s_addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST);
61 a.s_addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST);
63 a.s_addr = net | host;
/haiku-fatelf/src/apps/cortex/addons/audioOps/
H A DAudioAdapterOp.cpp88 // - source and destination must be host-endian
158 // - destination must be host-endian
479 IAudioOpHost* host,
519 split ? (IAudioOp*)new _AudioAdapterOp_split < uint8, uint8>(host) :
520 mix ? (IAudioOp*)new _AudioAdapterOp_mix < uint8, uint8>(host) :
521 (IAudioOp*)new _AudioAdapterOp_direct < uint8, uint8>(host);
525 split ? (IAudioOp*)new _AudioAdapterOp_swap_split< uint8, short>(host) :
526 mix ? (IAudioOp*)new _AudioAdapterOp_swap_mix < uint8, short>(host) :
527 (IAudioOp*)new _AudioAdapterOp_swap_direct < uint8, short>(host);
529 split ? (IAudioOp*)new _AudioAdapterOp_split < uint8, short>(host)
478 createOp( IAudioOpHost* host, const media_raw_audio_format& inputFormat, const media_raw_audio_format& outputFormat) argument
[all...]
H A DAudioAdapterOp.h52 IAudioOpHost* host,
H A DNullAudioOp.h55 IAudioOpHost* host,
/haiku-fatelf/src/bin/network/wget/src/
H A Dnetrc.h36 char *host; /* NULL if this is the default machine member in struct:_acc_t
/haiku-fatelf/src/preferences/notifications/
H A DSettingsPane.cpp20 SettingsPane::SettingsPane(const char* name, SettingsHost* host) argument
23 fHost(host)
H A DPrefletView.cpp31 PrefletView::PrefletView(SettingsHost* host) argument
36 GeneralView* general = new GeneralView(host);
37 DisplayView* display = new DisplayView(host);
H A DPrefletView.h17 PrefletView(SettingsHost* host);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dstop-gdb.c49 char *host; local
61 /* Allow the user to specify a remote host. */
62 host = strchr (argv[1], '@');
63 if (host)
64 *(host++) = '\0';
66 host = (char *) "";
82 kr = netname_look_up (name_server_port, host, name, &gdb_port);
84 kr = netname_look_up (name_server_port, host, argv[1], &gdb_port);
/haiku-fatelf/src/libs/util/
H A Dlogwtmp.c59 logwtmp(const char *line, const char *name, const char *host) argument
66 strncpy(fullhost, host, sizeof(fullhost) - 1);
69 host = fullhost;
71 if (strlen(host) > UT_HOSTSIZE) {
78 error = getaddrinfo(host, NULL, &hints, &res);
80 host = "invalid hostname";
87 host = "invalid hostname";
97 (void) strncpy(ut.ut_host, host, sizeof(ut.ut_host));
/haiku-fatelf/src/tests/kits/net/sock/
H A Dglobal.h19 #define gethostbyname2(host,family) gethostbyname((host))
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dnetopen.c84 _getaddr (host, ap)
85 char *host;
92 if (host[0] >= '0' && host[0] <= '9')
96 r = inet_aton (host, ap);
103 h = gethostbyname (host);
157 _netopen4(host, serv, typ)
158 char *host, *serv;
166 if (_getaddr(host, &ina) == 0)
168 internal_error (_("%s: host unknow
[all...]
/haiku-fatelf/src/bin/network/ftpd/
H A Dlogwtmp.c77 char host[UT_HOSTSIZE]; local
80 host[0] = '\0';
82 realhostname_sa(host, sizeof(host), addr, addr->sa_len);
89 (void)strncpy(ut.ut_host, host, sizeof(ut.ut_host));
/haiku-fatelf/src/tests/kits/net/icmp/
H A Dicmp_dumper.cpp43 char host[128]; local
44 if (!inet_ntop(AF_INET, &source.sin_addr, host, sizeof(host)))
45 strcpy(host, "<unknown host>");
47 printf("Received %zd bytes of ICMP message from %s\n", nbytes, host);
/haiku-fatelf/src/apps/cortex/addons/common/
H A DIAudioOp.h44 // +++++ moving back towards a raw interface approach; the host node
46 // See IAudioOpHost for the operations that the host node needs
63 IAudioOpHost* const host; member in class:IAudioOp
67 IAudioOpHost* _host) : host(_host) {}
109 // Called when the host node is started, before any calls to
H A DIAudioOpFactory.h71 IAudioOpHost* host,
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgetnetgrent.c68 #define INNETGR_ARGS const char *netgroup, const char *host, \
75 return (innetgr_p(netgroup, host, user, domain, net_data));
79 getnetgrent(NGR_R_CONST char **host, NGR_R_CONST char **user, argument
90 DE_CONST(ch, *host);
118 innetgr_p(const char *netgroup, const char *host, argument
125 return ((*ng->test)(ng, netgroup, host, user, domain));
129 getnetgrent_p(const char **host, const char **user, const char **domain, argument
135 return ((*ng->next)(ng, host, user, domain));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DInstallPrinter.h18 InstallPrinterView(BRect rect, char *host, char *printer);
31 char host[B_FILE_NAME_LENGTH]; member in class:InstallPrinterView
41 InstallPrinterPanel(BRect frame, char *host, char *printer);
44 bool CreatePrinter(char *printer, char *host, int type, char *user, char *password);
/haiku-fatelf/src/bin/multiuser/
H A Dlogin.cpp85 char host[64]; local
86 if (gethostname(host, sizeof(host)) != 0)
87 host[0] = '\0';
89 if (host[0])
90 printf("%s ", host);
171 get_from(const char* host) argument
173 if (host == NULL)
177 snprintf(buffer, sizeof(buffer), " from %s", host);

Completed in 131 milliseconds

123456789