Searched refs:dstname (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/tcpdump/ |
| D | print-fddi.c | 219 const char *srcname, *dstname; in fddi_hdr_print() local 222 dstname = etheraddr_string(fdst); in fddi_hdr_print() 227 srcname, dstname, in fddi_hdr_print() 230 printf("%s %s %d: ", srcname, dstname, length); in fddi_hdr_print() 233 (void) printf("%s %s %d: ", srcname, dstname, length); in fddi_hdr_print()
|
| D | print-token.c | 66 const char *srcname, *dstname; in token_hdr_print() local 69 dstname = etheraddr_string(fdst); in token_hdr_print() 75 srcname, dstname, in token_hdr_print() 78 printf("%s %s %d: ", srcname, dstname, length); in token_hdr_print()
|
| D | print-ipfc.c | 69 const char *srcname, *dstname; in ipfc_hdr_print() local 72 dstname = etheraddr_string(ipfcdst); in ipfc_hdr_print() 77 (void) printf("%s %s %d: ", srcname, dstname, length); in ipfc_hdr_print()
|
| /freebsd-9-stable/contrib/openbsm/bin/auditdistd/ |
| D | trail.c | 550 trail_validate_name(const char *srcname, const char *dstname) in trail_validate_name() argument 574 if (dstname == NULL) in trail_validate_name() 578 if (strcmp(srcname, dstname) == 0) in trail_validate_name() 584 if (strlen(dstname) != 2 * HALF_LEN + 1) in trail_validate_name() 586 if (strncmp(srcname, dstname, HALF_LEN + 1) != 0) in trail_validate_name() 589 if (dstname[i] < '0' || dstname[i] > '9') in trail_validate_name() 593 strcmp(dstname + HALF_LEN + 1, "crash_recovery") != 0) { in trail_validate_name()
|
| D | trail.h | 59 bool trail_validate_name(const char *srcname, const char *dstname);
|
| /freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | output.c | 457 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, in write_file() argument 478 elfterminate(dstname, "Cannot copy ehdr to temp file"); in write_file() 494 elfterminate(dstname, "Cannot make phdrs in temp file"); in write_file() 581 elfterminate(dstname, "Cannot update sect %s", sname); in write_file() 587 elfterminate(dstname, "Can't make sect %s data", sname); in write_file() 656 elfterminate(dstname, "Cannot update sect %s", sname); in write_file() 709 elfterminate(dstname, "Cannot finalize temp file"); in write_file()
|
| /freebsd-9-stable/contrib/tzcode/stdtime/ |
| D | localtime.c | 989 const char * dstname; local 999 INITIALIZE(dstname); 1033 dstname = ++name; 1037 dstlen = name - dstname; 1040 dstname = name; 1042 dstlen = name - dstname; /* length of DST zone name */ 1213 (void) strncpy(cp, dstname, dstlen);
|