Searched refs:dstname (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-ipfc.c72 const char *srcname, *dstname; local
75 dstname = etheraddr_string(ndo, ipfcdst);
92 ND_PRINT("%s > %s, length %u: ", srcname, dstname, length);
H A Dprint-token.c114 const char *srcname, *dstname; local
117 dstname = etheraddr_string(ndo, fdst);
124 srcname, dstname,
H A Dprint-fddi.c263 const char *srcname, *dstname; local
266 dstname = etheraddr_string(ndo, fdst);
271 srcname, dstname,
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Doutput.c463 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, argument
484 elfterminate(dstname, "Cannot copy ehdr to temp file");
500 elfterminate(dstname, "Cannot make phdrs in temp file");
587 elfterminate(dstname, "Cannot update sect %s", sname);
593 elfterminate(dstname, "Can't make sect %s data", sname);
662 elfterminate(dstname, "Cannot update sect %s", sname);
715 elfterminate(dstname, "Cannot finalize temp file");
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dhfs.c1848 char srcname[HFS_MAX_FLEN + 1], dstname[HFS_MAX_FLEN + 1]; local
1860 found = v_resolve(&vol, dstpath, &dst, &dstid, dstname, 0);
1881 strcpy(dstname, srcname);
1883 found = v_catsearch(vol, dstid, dstname, 0, 0, 0);
1901 strcpy(dstname, ptr);
1903 if (! moving && strcmp(srcname, dstname) == 0)
1906 if (moving || d_relstring(srcname, dstname))
1958 if (strlen(dstname) > HFS_MAX_VLEN)
1964 strcpy(vol->mdb.drVN, dstname);
1978 r_makecatkey(&key, dstid, dstname);
[all...]
/netbsd-current/lib/libc/time/
H A Dlocaltime.c1149 const char * dstname; local
1157 dstname = NULL; /* XXX gcc */
1193 dstname = ++name;
1197 dstlen = name - dstname;
1200 dstname = name;
1202 dstlen = name - dstname; /* length of DST abbr. */
1414 (void) memcpy(cp, dstname, dstlen);
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DmDNSEmbeddedAPI.h2091 domainname dstname; member in struct:ClientTunnel
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A Duds_daemon.c5901 c->dstname.c, &c->loc_inner, &c->loc_outer, &c->loc_outer6, &c->rmt_inner, &c->rmt_outer, mDNSVal16(c->rmt_outer_port), &c->rmt_outer6, c->q.ThisQInterval);

Completed in 295 milliseconds