Searched refs:hostbuf (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/repmgr/
H A Drepmgr_util.c572 char *host, *hostbuf; local
591 if ((ret = __env_alloc(infop, sz, &hostbuf)) != 0)
593 (void)strcpy(hostbuf, host);
594 rep->my_addr.host = R_OFFSET(infop, hostbuf);
790 char *host, *hostbuf; local
834 if ((ret = __env_alloc(infop, sz, &hostbuf)) != 0)
837 (void)strcpy(hostbuf, host);
838 shared_array[eid].host = R_OFFSET(infop, hostbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/repmgr/
H A Drepmgr_util.c572 char *host, *hostbuf; local
591 if ((ret = __env_alloc(infop, sz, &hostbuf)) != 0)
593 (void)strcpy(hostbuf, host);
594 rep->my_addr.host = R_OFFSET(infop, hostbuf);
790 char *host, *hostbuf; local
834 if ((ret = __env_alloc(infop, sz, &hostbuf)) != 0)
837 (void)strcpy(hostbuf, host);
838 shared_array[eid].host = R_OFFSET(infop, hostbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/repmgr/
H A Drepmgr_util.c572 char *host, *hostbuf; local
591 if ((ret = __env_alloc(infop, sz, &hostbuf)) != 0)
593 (void)strcpy(hostbuf, host);
594 rep->my_addr.host = R_OFFSET(infop, hostbuf);
790 char *host, *hostbuf; local
834 if ((ret = __env_alloc(infop, sz, &hostbuf)) != 0)
837 (void)strcpy(hostbuf, host);
838 shared_array[eid].host = R_OFFSET(infop, hostbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/client/
H A Dcifs.upcall.c476 char hostbuf[NI_MAXHOST], *host; local
480 hostbuf[0] = '\0';
596 rc = ip_to_fqdn(arg.ip, hostbuf, sizeof(hostbuf));
602 host = hostbuf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/client/
H A Dcifs.upcall.c476 char hostbuf[NI_MAXHOST], *host; local
480 hostbuf[0] = '\0';
596 rc = ip_to_fqdn(arg.ip, hostbuf, sizeof(hostbuf));
602 host = hostbuf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/client/
H A Dcifs.upcall.c476 char hostbuf[NI_MAXHOST], *host; local
480 hostbuf[0] = '\0';
596 rc = ip_to_fqdn(arg.ip, hostbuf, sizeof(hostbuf));
602 host = hostbuf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dusb.c222 char hostbuf[16], device_path[PATH_MAX], linkbuf[PATH_MAX], *h; local
251 sprintf(hostbuf, "%d:", host);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dusb.c222 char hostbuf[16], device_path[PATH_MAX], linkbuf[PATH_MAX], *h; local
251 sprintf(hostbuf, "%d:", host);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dusb.c222 char hostbuf[16], device_path[PATH_MAX], linkbuf[PATH_MAX], *h; local
251 sprintf(hostbuf, "%d:", host);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c1627 char hostbuf[260]; local
1637 if (eoh - hostinfo < sizeof(hostbuf) - 1) {
1638 memcpy(hostbuf, hostinfo, eoh - hostinfo);
1639 hostbuf[eoh - hostinfo] = 0;
1652 "</ASX>\r\n", hostbuf, filename, info);
1660 "http://%s/%s%s\r\n", hostbuf, filename, info);
1668 "Ref1=http://%s/%s%s\r\n", hostbuf, filename, info);
1674 av_strlcpy(hostname, hostbuf, sizeof(hostname));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c1627 char hostbuf[260]; local
1637 if (eoh - hostinfo < sizeof(hostbuf) - 1) {
1638 memcpy(hostbuf, hostinfo, eoh - hostinfo);
1639 hostbuf[eoh - hostinfo] = 0;
1652 "</ASX>\r\n", hostbuf, filename, info);
1660 "http://%s/%s%s\r\n", hostbuf, filename, info);
1668 "Ref1=http://%s/%s%s\r\n", hostbuf, filename, info);
1674 av_strlcpy(hostname, hostbuf, sizeof(hostname));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c1627 char hostbuf[260]; local
1637 if (eoh - hostinfo < sizeof(hostbuf) - 1) {
1638 memcpy(hostbuf, hostinfo, eoh - hostinfo);
1639 hostbuf[eoh - hostinfo] = 0;
1652 "</ASX>\r\n", hostbuf, filename, info);
1660 "http://%s/%s%s\r\n", hostbuf, filename, info);
1668 "Ref1=http://%s/%s%s\r\n", hostbuf, filename, info);
1674 av_strlcpy(hostname, hostbuf, sizeof(hostname));

Completed in 144 milliseconds