HomeSort by relevance Sort by last modified time
    Searched refs:dstname (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/
print-ipfc.c 69 const char *srcname, *dstname; local
72 dstname = etheraddr_string(ipfcdst);
77 (void) printf("%s %s %d: ", srcname, dstname, length);
print-token.c 63 const char *srcname, *dstname; local
66 dstname = etheraddr_string(fdst);
72 srcname, dstname,
75 printf("%s %s %d: ", srcname, dstname, length);
print-fddi.c 217 const char *srcname, *dstname; local
220 dstname = etheraddr_string(fdst);
225 srcname, dstname,
228 printf("%s %s %d: ", srcname, dstname, length);
231 (void) printf("%s %s %d: ", srcname, dstname, length);
  /bionic/libc/tzcode/
localtime.c 965 const char * dstname; local
975 INITIALIZE(dstname);
1008 dstname = ++name;
1012 dstlen = name - dstname;
1015 dstname = name;
1017 dstlen = name - dstname; /* length of DST zone name */
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 914 const char * dstname; local
924 INITIALIZE(dstname);
956 dstname = ++name;
960 dstlen = name - dstname;
963 dstname = name;
965 dstlen = name - dstname; /* length of DST zone name */
1136 (void) strncpy(cp, dstname, dstlen);
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 1666 domainname dstname; member in struct:ClientTunnel
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]

Completed in 64 milliseconds