/external/tcpdump/ |
print-ipfc.c | 69 const char *srcname, *dstname; local 72 dstname = etheraddr_string(ndo, ipfcdst); 77 ND_PRINT((ndo, "%s %s %d: ", srcname, dstname, length));
|
print-fddi.c | 257 const char *srcname, *dstname; local 260 dstname = etheraddr_string(ndo, fdst); 265 srcname, dstname, 268 ND_PRINT((ndo, "%s %s %d: ", srcname, dstname, length)); 271 ND_PRINT((ndo, "%s %s %d: ", srcname, dstname, length));
|
print-token.c | 111 const char *srcname, *dstname; local 114 dstname = etheraddr_string(ndo, fdst); 120 srcname, dstname, 123 ND_PRINT((ndo, "%s %s %d: ", srcname, dstname, length));
|
/external/icu/icu4c/source/tools/tzcode/ |
localtime.c | 926 const char * dstname; local 935 INITIALIZE(dstname); 967 dstname = ++name; 971 dstlen = name - dstname; 974 dstname = name; 976 dstlen = name - dstname; /* length of DST zone name */ 1161 (void) strncpy(cp, dstname, dstlen); [all...] |
/bionic/libc/tzcode/ |
localtime.c | 1012 const char * dstname; local 1053 dstname = ++name; 1057 dstlen = name - dstname; 1060 dstname = name; 1062 dstlen = name - dstname; /* length of DST zone name */ [all...] |
/external/mdnsresponder/mDNSCore/ |
mDNSEmbeddedAPI.h | 1666 domainname dstname; member in struct:ClientTunnel [all...] |