Searched refs:seclen (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/ntp/libntp/ |
| D | authreadkeys.c | 93 u_short seclen; /* length of secret */ member 126 memset(node, 0, sizeof(*node) + node->seclen); in free_keydata() 263 next->seclen = len; in authreadkeys() 293 next->seclen = len; in authreadkeys() 356 next->secbuf, next->seclen, next->keyacclist); in authreadkeys()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | exec.c | 632 unsigned seclen; in set_section_command() local 642 seclen = args - secname; in set_section_command() 649 if (!strncmp (secname, bfd_section_name (exec_bfd, p->the_bfd_section), seclen) in set_section_command() 650 && bfd_section_name (exec_bfd, p->the_bfd_section)[seclen] == '\0') in set_section_command() 660 if (seclen >= sizeof (secprint)) in set_section_command() 661 seclen = sizeof (secprint) - 1; in set_section_command() 662 strncpy (secprint, secname, seclen); in set_section_command() 663 secprint[seclen] = '\0'; in set_section_command()
|
| /freebsd-9-stable/sbin/mca/ |
| D | mca.c | 383 size_t reclen, seclen; in show() local 392 seclen = show_section((void*)data); in show() 393 reclen -= seclen; in show() 394 data += seclen; in show()
|
| /freebsd-9-stable/contrib/bsnmp/snmpd/ |
| D | action.c | 872 size_t seclen; in op_modules() local 900 §ion, &seclen)) in op_modules() 904 if (seclen > LM_SECTION_MAX || seclen == 0) { in op_modules() 908 for (ptr = section; ptr < section + seclen; ptr++) in op_modules() 957 strncpy(mdep->section, section, seclen); in op_modules() 958 mdep->section[seclen] = '\0'; in op_modules()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | output.c | 605 char seclen = strlen(CTF_ELF_SCN_NAME); in write_file() local 608 seclen + 1); in write_file() 613 shdr.sh_size += seclen + 1; in write_file() 614 ddata->d_size += seclen + 1; in write_file()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| D | dtrace.c | 12718 uint64_t len = dof->dofh_loadsz, seclen; local 12792 seclen = (uint64_t)dof->dofh_secnum * (uint64_t)dof->dofh_secsize; 12794 if (dof->dofh_secoff > len || seclen > len || 12795 dof->dofh_secoff + seclen > len) {
|
| /freebsd-9-stable/crypto/openssh/ |
| D | ChangeLog | 262 dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len)
|