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

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_clientstub.c 2938 char source_str[INET6_ADDRSTRLEN]; local
2964 if (!inet_ntop(AF_INET, (const void *)&sl->sin_addr, source_str, sizeof (source_str)))
2974 len = snprintf(buf+1, sizeof(buf) - 1, "t=%u h=%s d=%s l=%u r=%u", timeout, source_str, target_str, ntohs(sl->sin_port), ntohs(sr->sin_port));
2987 if (!inet_ntop(AF_INET6, (const void *)&sl6->sin6_addr, source_str, sizeof (source_str)))
2995 len = snprintf(buf+1, sizeof(buf) - 1, "t=%u H=%s D=%s l=%u r=%u", timeout, source_str, target_str, ntohs(sl6->sin6_port), ntohs(sr6->sin6_port));
  /src/external/bsd/libpcap/dist/
pcap-rpcap.c 2445 char *source_str; local
2466 source_str = strdup(source);
2467 if (source_str == NULL) {
2487 fp->opt.device = source_str;
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 3677 const char *source_str; local
3752 source_str = Jim_GetString(argv[i + 1], &source_len);
3773 source_str += source_len;
3776 source_str += utf8_index(source_str, offset);
3786 match = jim_regexec(regex, source_str, num_vars + 1, pmatch, eflags);
3828 int so = utf8_strlen(source_str, pmatch[j].rm_so);
3829 int eo = utf8_strlen(source_str, pmatch[j].rm_eo);
3834 Jim_AppendString(interp, resultObj, source_str + pmatch[j].rm_so, pmatch[j].rm_eo - pmatch[j].rm_so);
3853 if (opt_all && (pattern[0] != '^' || (regcomp_flags & REG_NEWLINE)) && *source_str) {
3902 const char *source_str; local
    [all...]

Completed in 48 milliseconds