Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dtrail.c575 trail_validate_name(const char *srcname, const char *dstname) in trail_validate_name() argument
599 if (dstname == NULL) in trail_validate_name()
603 if (strcmp(srcname, dstname) == 0) in trail_validate_name()
609 if (strlen(dstname) != 2 * HALF_LEN + 1) in trail_validate_name()
611 if (strncmp(srcname, dstname, HALF_LEN + 1) != 0) in trail_validate_name()
614 if (dstname[i] < '0' || dstname[i] > '9') in trail_validate_name()
618 strcmp(dstname + HALF_LEN + 1, "crash_recovery") != 0) { in trail_validate_name()
H A Dtrail.h57 bool trail_validate_name(const char *srcname, const char *dstname);
/freebsd/contrib/tcpdump/
H A Dprint-ipfc.c67 const char *srcname, *dstname; in ipfc_hdr_print() local
70 dstname = etheraddr_string(ndo, ipfcdst); in ipfc_hdr_print()
87 ND_PRINT("%s > %s, length %u: ", srcname, dstname, length); in ipfc_hdr_print()
H A Dprint-token.c109 const char *srcname, *dstname; in token_hdr_print() local
112 dstname = etheraddr_string(ndo, fdst); in token_hdr_print()
119 srcname, dstname, in token_hdr_print()
H A Dprint-fddi.c258 const char *srcname, *dstname; in fddi_hdr_print() local
261 dstname = etheraddr_string(ndo, fdst); in fddi_hdr_print()
266 srcname, dstname, in fddi_hdr_print()
/freebsd/usr.bin/bmake/tests/
H A Dcommon.sh123 local dstname="$(echo ${1} | sed -e 's,Makefile.test,Makefile,')"
124 if [ ! -e ${WORK_DIR}/${dstname} ] ; then
125 cp ${SRC_DIR}/${1} ${WORK_DIR}/${dstname}
127 chmod ${2} ${WORK_DIR}/${dstname}
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c455 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, in write_file() argument
475 elfterminate(dstname, "Cannot copy ehdr to temp file"); in write_file()
491 elfterminate(dstname, "Cannot make phdrs in temp file"); in write_file()
577 elfterminate(dstname, "Cannot update sect %s", sname); in write_file()
583 elfterminate(dstname, "Can't make sect %s data", sname); in write_file()
652 elfterminate(dstname, "Cannot update sect %s", sname); in write_file()
705 elfterminate(dstname, "Cannot finalize temp file"); in write_file()
/freebsd/contrib/tzcode/
H A Dlocaltime.c1154 const char * dstname; in tzparse() local
1197 dstname = ++name; in tzparse()
1201 dstlen = name - dstname; in tzparse()
1204 dstname = name; in tzparse()
1206 dstlen = name - dstname; /* length of DST abbr. */ in tzparse()
1417 memcpy(cp, dstname, dstlen); in tzparse()