Searched refs:endp (Results 126 - 150 of 177) sorted by relevance

12345678

/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-ia64.S436 .endp md5_block_asm_data_order
647 .endp md5_digest_block0
824 .endp md5_digest_GHI
917 .endp md5_digest_block##offset
/freebsd-11-stable/contrib/serf/buckets/
H A Dallocator.c197 || active->first_avail + STANDARD_NODE_SIZE >= active->endp) {
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64.S216 .endp bn_add_words#
269 .endp bn_sub_words#
387 .endp bn_mul_words#
455 .endp bn_mul_add_words#
520 .endp bn_sqr_words#
564 .endp bn_sqr_comba8#
1156 .endp bn_mul_comba8#
1192 .endp bn_sqr_comba4#
1372 .endp bn_mul_comba4#
1554 .endp bn_div_word
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c1263 const char *p, *endp; local
1346 endp = p + header_size - 7;
1405 endp = p + header_size - 7;
1410 if (p + filename_size > endp) {
1600 if (p + 8 > endp) {
1610 if (read_exttime(p, rar, endp) < 0) {
1724 read_exttime(const char *p, struct rar *rar, const char *endp) argument
1739 if (p + 2 > endp)
1754 if (p + 4 > endp)
1762 if (p + count > endp)
[all...]
H A Darchive_read_support_format_cab.c2748 unsigned char *endp = noutp + strm->avail_out; local
2782 strm->avail_out = endp - noutp;
2785 if (noutp >= endp)
2964 if (noutp + l >= endp)
2965 l = (int)(endp - noutp);
2987 if (noutp >= endp) {
3010 strm->avail_out = endp - noutp;
/freebsd-11-stable/contrib/sendmail/src/
H A Drecipient.c172 char *endp; local
210 endp = bufp + i;
222 SM_ASSERT(p < endp);
227 SM_ASSERT(p < endp);
231 SM_ASSERT(p < endp);
H A Dreadcf.c1380 auto char *endp; local
1456 i = strtorwset(p, &endp, ST_ENTER);
1464 p = endp;
4833 ** endp -- if set, store the trailing delimiter here.
4843 strtorwset(p, endp, stabmode)
4845 char **endp;
4860 ruleset = strtol(p, endp, 10);
4906 ruleset = strtol(p, endp, 10);
4917 if (endp != NULL)
4918 *endp
[all...]
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2883 char *endp; local
2884 unsigned long val = strtoul(pos, &endp, 0);
2886 if (*endp || val < 1 || val > (u32) -1) {
2894 char *endp; local
2895 unsigned long val = strtoul(pos, &endp, 0);
2897 if (*endp || val < 1 || val > (u32) -1) {
3062 char *endp; local
3075 bss->ctrl_interface_gid = strtol(group, &endp, 10);
3076 if (*group == '\0' || *endp != '\0') {
4212 char *endp; local
4231 char *endp; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmd5.c275 const md5_uint32 *endp = words + nwords; local
290 while (words < endp)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmd5.c275 const md5_uint32 *endp = words + nwords; local
290 while (words < endp)
/freebsd-11-stable/sys/kern/
H A Dimgact_binmisc.c661 imgp->args->endp - imgp->args->begin_argv);
665 imgp->args->endp += offset;
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c763 char const *endp = b + match_size; local
769 prtext (b, endp, (int *) 0);
776 after_last_match = bufoffset - (buflim - endp);
788 p = endp;
/freebsd-11-stable/lib/libc/net/
H A Dgetservent.c169 char *cp, **q, *endp; local
193 l = strtol(p, &endp, 10);
194 if (endp == p || *endp != '\0' || l < 0 || l > USHRT_MAX)
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c3974 const char *endp; local
3984 endp = path + strlen(path) - 1;
3985 while (endp > path && *endp == '/')
3986 endp--;
3989 while (endp > path && *endp != '/')
3990 endp--;
3993 if (endp == path) {
3994 bname[0] = *endp
[all...]
/freebsd-11-stable/contrib/less/
H A Dpattern.c422 *ep = pattern->endp[0];
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.c770 uint32_t endp; local
778 endp = hc32toh(sc, qh->qh_endp);
779 printf(" endp=0x%08x\n", endp);
781 EHCI_QH_GET_ADDR(endp), EHCI_QH_GET_INACT(endp),
782 EHCI_QH_GET_ENDPT(endp), EHCI_QH_GET_EPS(endp),
783 EHCI_QH_GET_DTC(endp), EHCI_QH_GET_HRECL(endp));
[all...]
/freebsd-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c425 char *endp; local
438 endp = p + cp.cp_val_len;
439 while (p < endp) {
/freebsd-11-stable/contrib/gcc/
H A Dprotoize.c1072 char *endp = abs_buffer;
1084 while ((*endp++ = *src_p++))
1086 *(endp-1) = DIR_SEPARATOR; /* overwrite null */
1095 *endp++ = cwd2[0];
1096 *endp++ = cwd2[1];
1100 while ((*endp++ = *src_p++))
1062 char *endp = abs_buffer; local
H A Djump.c274 squeeze_notes (rtx* startp, rtx* endp)
277 rtx end = *endp;
319 *endp = end;
270 squeeze_notes(rtx* startp, rtx* endp) argument
/freebsd-11-stable/sbin/ifconfig/
H A Difconfig.c1222 char *endp; local
1224 ul = strtoul(val, &endp, 0);
1225 if (*endp != '\0')
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c625 char *p, *endp; local
762 endp = buffer;
765 endp = p+1;
766 image->pi_name = pmcstat_string_intern(endp);
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c2211 char *endp, *linep, line[BUFSIZ]; local
2267 rval = strtol(linep, &endp, 10);
2268 if (*endp != '\0' && !isspacech(*endp)) {
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c1428 char *version_component, *endp; local
1445 major = strtol(version_component, &endp, 10);
1446 if (endp != version_component && *endp == '.') {
1451 version_component = endp + 1;
1452 minor = strtol(version_component, &endp, 10);
1453 if (endp != version_component &&
1454 (*endp == '.' || *endp == '\0')) {
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S275 .endp _ia64_AES_encrypt#
415 .endp AES_encrypt#
455 exit if (/\.endp\s+AES_decrypt/);
654 .endp _ia64_AES_decrypt#
794 .endp AES_decrypt#
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c3148 const char * endp
3151 return (*datap != endp)
3160 const char * endp
3163 return (*datap != endp && ++(*datap) != endp)

Completed in 489 milliseconds

12345678