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

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ipfc.c68 const char *srcname, *dstname; local
71 dstname = etheraddr_string(ndo, ipfcdst);
88 ND_PRINT((ndo, "%s > %s, length %u: ", srcname, dstname, length));
H A Dprint-token.c112 const char *srcname, *dstname; local
115 dstname = etheraddr_string(ndo, fdst);
122 srcname, dstname,
H A Dprint-fddi.c258 const char *srcname, *dstname; local
261 dstname = etheraddr_string(ndo, fdst);
266 srcname, dstname,
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dtrail.h57 bool trail_validate_name(const char *srcname, const char *dstname);
H A Dtrail.c548 trail_validate_name(const char *srcname, const char *dstname) argument
572 if (dstname == NULL)
576 if (strcmp(srcname, dstname) == 0)
582 if (strlen(dstname) != 2 * HALF_LEN + 1)
584 if (strncmp(srcname, dstname, HALF_LEN + 1) != 0)
587 if (dstname[i] < '0' || dstname[i] > '9')
591 strcmp(dstname + HALF_LEN + 1, "crash_recovery") != 0) {
/freebsd-11-stable/usr.bin/bmake/tests/
H A Dcommon.sh124 local dstname="$(echo ${1} | sed -e 's,Makefile.test,Makefile,')"
125 if [ ! -e ${WORK_DIR}/${dstname} ] ; then
126 cp ${SRC_DIR}/${1} ${WORK_DIR}/${dstname}
128 chmod ${2} ${WORK_DIR}/${dstname}
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c455 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, argument
476 elfterminate(dstname, "Cannot copy ehdr to temp file");
492 elfterminate(dstname, "Cannot make phdrs in temp file");
579 elfterminate(dstname, "Cannot update sect %s", sname);
585 elfterminate(dstname, "Can't make sect %s data", sname);
654 elfterminate(dstname, "Cannot update sect %s", sname);
707 elfterminate(dstname, "Cannot finalize temp file");
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c987 const char * dstname; local
997 INITIALIZE(dstname);
1031 dstname = ++name;
1035 dstlen = name - dstname;
1038 dstname = name;
1040 dstlen = name - dstname; /* length of DST zone name */
1211 (void) strncpy(cp, dstname, dstlen);

Completed in 132 milliseconds