HomeSort by relevance Sort by last modified time
    Searched full:dstid (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/
print-sunrpc.c 79 char srcid[20], dstid[20]; /*fits 32bit*/ local
86 strlcpy(dstid, "sunrpc", sizeof(dstid));
90 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT);
98 ipaddr_string(&ip->ip_dst), dstid, length);
105 ip6addr_string(&ip6->ip6_dst), dstid, length);
109 printf("%s.%s > %s.%s: %d", "?", srcid, "?", dstid, length);
print-nfs.c 291 char srcid[20], dstid[20]; /*fits 32bit*/ local
302 snprintf(dstid, sizeof(dstid), "%u",
306 snprintf(dstid, sizeof(dstid), "%u",
309 print_nfsaddr(bp2, srcid, dstid);
502 char srcid[20], dstid[20]; /*fits 32bit*/ local
509 strlcpy(dstid, "nfs", sizeof(dstid));
513 snprintf(dstid, sizeof(dstid), "%u", NFS_PORT)
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 729 unsigned DstID;
732 M[Dst] = DstID = Cntr++;
733 *Out << "('vertex', " << DstID << ")\n";
736 // We have hit DstID before. Change its style to reflect a cache hit.
737 DstID = DstI->second;
738 *Out << "('change_vertex_style', " << DstID << ", 1)\n";
742 *Out << "('edge', " << SrcID << ", " << DstID
  /external/chromium_org/third_party/icu/source/common/
putil.c 733 const char *dstID;
810 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset)
814 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
821 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0)
    [all...]
  /external/icu4c/common/
putil.cpp 752 const char *dstID;
831 static const char* remapShortTimeZone(const char *stdID, const char *dstID, int32_t daylightType, int32_t offset)
835 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset);
842 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0)
    [all...]

Completed in 351 milliseconds