HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 1 - 25 of 652) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-tools/projects/TP/
team-address 2 # Print the team's address (to stdout) and output additional instructions
13 address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$catalog</td>[^<>]*<td>[^|]*</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
14 if test -n "$address"; then
15 case "$address" in
16 mailto:*) address=`echo "$address" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
24 echo " $address"
26 echo "$address"
29 address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$language</td>[^<>]*<td>[^|]*</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
30 if test -n "$address"; the
    [all...]
  /webstack/webstack/trunk/src/gettext-0.16/gettext-tools/projects/TP/
team-address 2 # Print the team's address (to stdout) and output additional instructions
13 address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$catalog</td>[^<>]*<td>[^|]*</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
14 if test -n "$address"; then
15 case "$address" in
16 mailto:*) address=`echo "$address" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
24 echo " $address"
26 echo "$address"
29 address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$language</td>[^<>]*<td>[^|]*</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
30 if test -n "$address"; the
    [all...]
  /webstack/php-experiment/php-5.2.9RC3/ext/sockets/
php_sockets_win.c 35 struct sockaddr_in address; local
37 int size = sizeof(address);
46 address.sin_addr.s_addr = INADDR_ANY;
47 address.sin_family = AF_INET;
48 address.sin_port = 0;
50 bind(sock[0], (struct sockaddr*)&address, sizeof(address));
51 if(getsockname(sock[0], (struct sockaddr *)&address, &size) != 0) {
57 address.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
59 connect(sock[1], (struct sockaddr*)&address, sizeof(address))
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/sockets/
php_sockets_win.c 35 struct sockaddr_in address; local
37 int size = sizeof(address);
46 address.sin_addr.s_addr = INADDR_ANY;
47 address.sin_family = AF_INET;
48 address.sin_port = 0;
50 bind(sock[0], (struct sockaddr*)&address, sizeof(address));
51 if(getsockname(sock[0], (struct sockaddr *)&address, &size) != 0) {
57 address.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
59 connect(sock[1], (struct sockaddr*)&address, sizeof(address))
    [all...]
  /webstack/webstack/trunk/src/php-5.2.0/ext/sockets/
php_sockets_win.c 35 struct sockaddr_in address; local
37 int size = sizeof(address);
46 address.sin_addr.s_addr = INADDR_ANY;
47 address.sin_family = AF_INET;
48 address.sin_port = 0;
50 bind(sock[0], (struct sockaddr*)&address, sizeof(address));
51 if(getsockname(sock[0], (struct sockaddr *)&address, &size) != 0) {
57 address.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
59 connect(sock[1], (struct sockaddr*)&address, sizeof(address))
    [all...]
  /webstack/webstack/trunk/src/php-5.2.4/ext/sockets/
php_sockets_win.c 35 struct sockaddr_in address; local
37 int size = sizeof(address);
46 address.sin_addr.s_addr = INADDR_ANY;
47 address.sin_family = AF_INET;
48 address.sin_port = 0;
50 bind(sock[0], (struct sockaddr*)&address, sizeof(address));
51 if(getsockname(sock[0], (struct sockaddr *)&address, &size) != 0) {
57 address.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
59 connect(sock[1], (struct sockaddr*)&address, sizeof(address))
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/docs/doxygen/
predoxy.pl 16 <address>
28 </small></address>
  /webstack/webstack/branches/CoolStack12Rtm/src/squid-2.6.16/helpers/external_acl/ip_user/
ip_user.h 27 unsigned long address; member in struct:ip_user_dict
main.c 45 char *username, *address; local
80 address = strtok (line, " \t");
82 if (!address || !username) {
86 rfc1738_unescape(address);
90 dict_lookup (current_entry, username, address));
92 if ((dict_lookup (current_entry, username, address)) != 0) {
dict.c 56 char *tmpbuf; /* for the address before the
76 /* store the ip address in a temporary buffer */
82 current_entry->address =
86 current_entry->address = (inet_addr (tmpbuf));
113 char *address)
121 current_entry->username, current_entry->address,
125 if ((inet_addr (address) & (unsigned long) current_entry->
126 netmask) == current_entry->address) {
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/docs/doxygen/
predoxy.pl 16 <address>
28 </small></address>
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/docs/doxygen/
predoxy.pl 16 <address>
28 </small></address>
  /webstack/webstack/trunk/src/mysql-5.0.45/ndb/docs/doxygen/
predoxy.pl 16 <address>
28 </small></address>
  /webstack/webstack/trunk/src/squid/helpers/external_acl/ip_user/
ip_user.h 27 unsigned long address; member in struct:ip_user_dict
dict.c 56 char *tmpbuf; /* for the address before the
76 /* store the ip address in a temporary buffer */
82 current_entry->address =
86 current_entry->address = (inet_addr (tmpbuf));
113 char *address)
121 current_entry->username, current_entry->address,
125 if ((inet_addr (address) & (unsigned long) current_entry->
126 netmask) == current_entry->address) {
  /webstack/webstack/trunk/src/squid-2.6.16/helpers/external_acl/ip_user/
ip_user.h 27 unsigned long address; member in struct:ip_user_dict
main.c 45 char *username, *address; local
80 address = strtok (line, " \t");
82 if (!address || !username) {
86 rfc1738_unescape(address);
90 dict_lookup (current_entry, username, address));
92 if ((dict_lookup (current_entry, username, address)) != 0) {
dict.c 56 char *tmpbuf; /* for the address before the
76 /* store the ip address in a temporary buffer */
82 current_entry->address =
86 current_entry->address = (inet_addr (tmpbuf));
113 char *address)
121 current_entry->username, current_entry->address,
125 if ((inet_addr (address) & (unsigned long) current_entry->
126 netmask) == current_entry->address) {
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/src/common/portlib/
NdbTCP.cpp 23 Ndb_getInAddr(struct in_addr * dst, const char *address) {
29 hp = my_gethostbyname_r(address,&tmp_hostent,buff,sizeof(buff),
40 dst->s_addr = inet_addr(address);
52 // address, errno, strerror(errno)));
67 Ndb_getInAddr(struct in_addr * dst, const char *address) {
71 hostPtr = gethostbyname_r(address, &host, &buf[0], 1024, &h_errno);
78 dst->s_addr = inet_addr(address);
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/src/common/portlib/
NdbTCP.cpp 24 Ndb_getInAddr(struct in_addr * dst, const char *address) {
30 hp = my_gethostbyname_r(address,&tmp_hostent,buff,sizeof(buff),
41 dst->s_addr = inet_addr(address);
53 // address, errno, strerror(errno)));
68 Ndb_getInAddr(struct in_addr * dst, const char *address) {
72 hostPtr = gethostbyname_r(address, &host, &buf[0], 1024, &h_errno);
79 dst->s_addr = inet_addr(address);
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/src/common/portlib/
NdbTCP.cpp 24 Ndb_getInAddr(struct in_addr * dst, const char *address) {
30 hp = my_gethostbyname_r(address,&tmp_hostent,buff,sizeof(buff),
41 dst->s_addr = inet_addr(address);
53 // address, errno, strerror(errno)));
68 Ndb_getInAddr(struct in_addr * dst, const char *address) {
72 hostPtr = gethostbyname_r(address, &host, &buf[0], 1024, &h_errno);
79 dst->s_addr = inet_addr(address);
  /webstack/webstack/trunk/src/mysql-5.0.45/ndb/src/common/portlib/
NdbTCP.cpp 23 Ndb_getInAddr(struct in_addr * dst, const char *address) {
29 hp = my_gethostbyname_r(address,&tmp_hostent,buff,sizeof(buff),
40 dst->s_addr = inet_addr(address);
52 // address, errno, strerror(errno)));
67 Ndb_getInAddr(struct in_addr * dst, const char *address) {
71 hostPtr = gethostbyname_r(address, &host, &buf[0], 1024, &h_errno);
78 dst->s_addr = inet_addr(address);
  /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/lib/
resolv.rb 14 p dns.getresources("www.ruby-lang.org", Resolv::DNS::Resource::IN::A).collect {|r| r.address}
23 --- Resolv.each_address(name) {|address| ...}
31 --- Resolv.getname(address)
32 --- Resolv.getnames(address)
33 --- Resolv.each_name(address) {|name| ...}
34 lookups hostnames of ((|address|)) which represents IP address as a string.
49 --- Resolv::Hosts#each_address(name) {|address| ...}
50 address lookup methods.
52 --- Resolv::Hosts#getname(address)
    [all...]
  /webstack/webstack/trunk/src/ruby-1.8.5/lib/
resolv.rb 14 p dns.getresources("www.ruby-lang.org", Resolv::DNS::Resource::IN::A).collect {|r| r.address}
23 --- Resolv.each_address(name) {|address| ...}
31 --- Resolv.getname(address)
32 --- Resolv.getnames(address)
33 --- Resolv.each_name(address) {|name| ...}
34 lookups hostnames of ((|address|)) which represents IP address as a string.
49 --- Resolv::Hosts#each_address(name) {|address| ...}
50 address lookup methods.
52 --- Resolv::Hosts#getname(address)
    [all...]
  /webstack/webstack/trunk/src/ruby-1.8.6/lib/
resolv.rb 14 p dns.getresources("www.ruby-lang.org", Resolv::DNS::Resource::IN::A).collect {|r| r.address}
23 --- Resolv.each_address(name) {|address| ...}
31 --- Resolv.getname(address)
32 --- Resolv.getnames(address)
33 --- Resolv.each_name(address) {|name| ...}
34 lookups hostnames of ((|address|)) which represents IP address as a string.
49 --- Resolv::Hosts#each_address(name) {|address| ...}
50 address lookup methods.
52 --- Resolv::Hosts#getname(address)
    [all...]

Completed in 1259 milliseconds

1 2 3 4 5 6 7 8 91011>>