Searched refs:endp (Results 151 - 175 of 177) sorted by relevance

12345678

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c879 char *endp; local
888 ntoread = evutil_strtoll(p, &endp, 16);
890 (*endp != '\0' && *endp != ' ') ||
2040 char *endp; local
2041 ev_int64_t ntoread = evutil_strtoll(content_length, &endp, 10);
2042 if (*content_length == '\0' || *endp != '\0' || ntoread < 0) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp541 const char* endp =
543 if (!endp) // this entry isn't NUL terminated
547 p = endp + 1;
/freebsd-11-stable/contrib/sendmail/src/
H A Dheaders.c208 auto char *endp; local
214 if (strtorwset(p, &endp, ST_ENTER) > 0)
216 *endp = '\0';
H A Dmap.c7530 char *endp, *ldp; local
7567 endp = name + pmatch[*ip].rm_eo;
7568 for (; endp > sp; sp++)
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl752 .endp RC4
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl300 .endp sha1_block_data_order#
H A Dsha512-ia64.pl601 .endp $func#
/freebsd-11-stable/contrib/libpcap/
H A Dpcap.c1570 const char *endp;
1720 endp = colonp + 3 + authority_len;
1877 if (*endp == '\0')
1880 path = strdup(endp + 1);
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.h415 struct xhci_endpoint_ext endp[XHCI_MAX_ENDPOINTS]; member in struct:xhci_hw_dev
H A Dxhci.c947 pepext = &sc->sc_hw.devs[index].endp[epno];
2845 pepext = &sc->sc_hw.devs[index].endp[epno];
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl148 .endp gcm_gmult_4bit#
410 .endp gcm_ghash_4bit#
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c3447 struct endpoint endp; local
3625 endp = endpoint[indx[i]];
3626 e = endp.val;
3629 endp = endpoint[indx[j]];
3630 if (endp.val < e) {
3631 e = endp.val;
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c359 args->endp = args->begin_argv;
373 error = copyinstr(argp, args->endp, args->stringspace, &length);
380 args->endp += length;
384 args->begin_envv = args->endp;
398 error = copyinstr(envp, args->endp, args->stringspace,
406 args->endp += length;
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c875 unsigned int align, int endp)
1002 if (endp)
1009 if (endp == 2)
1022 if (endp == 2)
2293 void *constfundata, unsigned int align, int endp)
2299 gcc_assert (endp != 2);
2309 if (endp)
2316 if (endp == 2)
2329 if (endp == 2)
871 move_by_pieces(rtx to, rtx from, unsigned HOST_WIDE_INT len, unsigned int align, int endp) argument
2285 store_by_pieces(rtx to, unsigned HOST_WIDE_INT len, rtx (*constfun) (void *, HOST_WIDE_INT, enum machine_mode), void *constfundata, unsigned int align, int endp) argument
H A Dbuiltins.c2844 false, /*endp=*/0);
2915 int endp)
2941 tree result = fold_builtin_memory_op (arglist, type, false, endp);
2979 (void *) src_str, dest_align, endp);
2994 MIN (dest_align, src_align), endp);
3023 tree result = fold_builtin_memory_op (arglist, type, false, /*endp=*/3);
3063 /*endp=*/0);
3116 expand_movstr (tree dest, tree src, rtx target, int endp)
3129 if (!endp)
3161 if (endp
2913 expand_builtin_mempcpy(tree arglist, tree type, rtx target, enum machine_mode mode, int endp) argument
3115 expand_movstr(tree dest, tree src, rtx target, int endp) argument
8132 fold_builtin_memory_op(tree arglist, tree type, bool ignore, int endp) argument
[all...]
H A Dcfgrtl.c325 rtl_create_basic_block (void *headp, void *endp, basic_block after)
327 rtx head = headp, end = endp;
322 rtl_create_basic_block(void *headp, void *endp, basic_block after) argument
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl88 .endp bn_mul_mont#
361 .endp bn_mul_mont_general#
851 .endp bn_mul_mont_8#
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c7610 unsigned char *endp;
7699 endp = htab->glink->contents;
7700 endp += htab->glink->size - GLINK_PLTRESOLVE;
7701 while (p < endp - 8 * 4)
7703 bfd_put_32 (output_bfd, B + endp - p, p);
7706 while (p < endp)
7592 unsigned char *endp; local
/freebsd-11-stable/contrib/bmake/
H A Djob.c1773 JobOutput(Job *job, char *cp, char *endp, int msg) argument
1796 if (cp != endp) {
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_nvram.c901 __out uint32_t *endp)
940 *endp = (segment_used - cursor.block) * sizeof (uint32_t);
H A Def10_impl.h509 __out uint32_t *endp variable
H A Defx.h2435 __out uint32_t *endp
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c2220 char *endp; local
2227 major = strtol(buf.release, &endp, 10);
2228 if (*endp == '.') {
2229 minor = strtol(endp+1, &endp, 10);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c1142 resolve those now. We only handle prologue, body, and endp directives
1151 case endp:
1840 unw_rec_list *ptr = alloc_record (endp);
2538 case endp:
2923 && (list->next->r.type == endp
2924 || (list->next->r.type == body && list->next->next->r.type == endp)))
2967 || last->r.type == body || last->r.type == endp)
3360 && (!unwind.saved_text_seg || strcmp (directive, "endp") == 0))
3879 /* Remember which segment we're in so we can switch back after .endp */
4422 : as_bad) ("Missing .endp afte
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c7257 char *endp; local
7260 arg = strtoull(optarg, &endp, 0);
7261 if (errno != 0 || *endp != '\0') {

Completed in 684 milliseconds

12345678