Searched refs:newp (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-13-stable/lib/libc/secure/
H A Dstack_protector.c63 size_t *oldlenp, void *newp, size_t newlen);
/freebsd-13-stable/sys/dev/iicbus/
H A Dlm75.c526 int error, newp, pol; local
543 newp = lm75_str_pol(buf);
544 if (newp != -1 && pol != newp) {
546 if (newp == 1)
/freebsd-13-stable/contrib/nvi/cl/
H A Dcl_funcs.c673 cl_split(SCR *origp, SCR *newp) argument
685 newp->cl_private = subwin(stdscr, newp->rows, newp->cols,
686 newp->roff, newp->coff);
688 /* origp is the original screen, giving up space to newp. */
/freebsd-13-stable/contrib/nvi/common/
H A Dmem.h185 cast newp; \
186 if ((newp = realloc(p, size)) == NULL) { \
190 p = newp; \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp300 uptr *oldlenp, const void *newp, uptr newlen) {
302 return __sysctl(name, namelen, oldp, (size_t *)oldlenp, newp, (size_t)newlen);
306 const void *newp, uptr newlen) {
309 return _REAL(sysctlbyname, sname, oldp, (size_t *)oldlenp, newp,
299 internal_sysctl(const int *name, unsigned int namelen, void *oldp, uptr *oldlenp, const void *newp, uptr newlen) argument
305 internal_sysctlbyname(const char *sname, void *oldp, uptr *oldlenp, const void *newp, uptr newlen) argument
H A Dsanitizer_openbsd.cpp56 const void *newp, uptr newlen) {
55 internal_sysctlbyname(const char *sname, void *oldp, uptr *oldlenp, const void *newp, uptr newlen) argument
H A Dsanitizer_mac.cpp238 uptr *oldlenp, const void *newp, uptr newlen) {
240 const_cast<void *>(newp), (size_t)newlen);
244 const void *newp, uptr newlen) {
245 return sysctlbyname(sname, oldp, (size_t *)oldlenp, const_cast<void *>(newp),
237 internal_sysctl(const int *name, unsigned int namelen, void *oldp, uptr *oldlenp, const void *newp, uptr newlen) argument
243 internal_sysctlbyname(const char *sname, void *oldp, uptr *oldlenp, const void *newp, uptr newlen) argument
H A Dsanitizer_linux.cpp786 uptr *oldlenp, const void *newp, uptr newlen) {
788 return sysctl(name, namelen, oldp, (size_t *)oldlenp, (void *)newp,
792 (size_t *)oldlenp, newp, (size_t)newlen);
798 const void *newp, uptr newlen) {
803 return real(sname, oldp, (size_t *)oldlenp, newp, (size_t)newlen);
785 internal_sysctl(const int *name, unsigned int namelen, void *oldp, uptr *oldlenp, const void *newp, uptr newlen) argument
797 internal_sysctlbyname(const char *sname, void *oldp, uptr *oldlenp, const void *newp, uptr newlen) argument
H A Dsanitizer_common_interceptors.inc7758 SIZE_T *oldlenp, void *newp, SIZE_T newlen) {
7761 return internal_sysctl(name, namelen, oldp, oldlenp, newp, newlen);
7762 COMMON_INTERCEPTOR_ENTER(ctx, sysctl, name, namelen, oldp, oldlenp, newp,
7768 if (newp && newlen)
7769 COMMON_INTERCEPTOR_READ_RANGE(ctx, newp, newlen);
7770 int res = REAL(sysctl)(name, namelen, oldp, oldlenp, newp, newlen);
7782 void *newp, SIZE_T newlen) {
7785 return internal_sysctlbyname(sname, oldp, oldlenp, newp, newlen);
7786 COMMON_INTERCEPTOR_ENTER(ctx, sysctlbyname, sname, oldp, oldlenp, newp,
7792 if (newp
[all...]
/freebsd-13-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c305 long newp; local
320 newp = (hash & db->hmask) | (db->hmask + 1);
335 db->pagbno = newp;
339 if ((status = write_page(db, new, newp)) != APR_SUCCESS)
/freebsd-13-stable/contrib/libxo/libxo/
H A Dlibxo.c4752 * + if (newp->xoc_effects & bit)
4869 xo_colors_update (xo_handle_t *xop UNUSED, xo_colors_t *newp UNUSED)
4872 xo_color_t fg = newp->xoc_col_fg;
4875 newp->xoc_col_fg = fg;
4877 xo_color_t bg = newp->xoc_col_bg;
4880 newp->xoc_col_bg = bg;
4885 xo_colors_handle_text (xo_handle_t *xop, xo_colors_t *newp) argument
4908 if (oldp->xoc_effects != (newp->xoc_effects & oldp->xoc_effects)) {
4909 newp->xoc_effects |= XO_EFF_RESET;
4914 if ((newp
4951 xo_colors_handle_html(xo_handle_t *xop, xo_colors_t *newp) argument
6014 xo_field_info_t *newp, *outp, *zp; local
6057 xo_field_info_t *newp, *oldp, *startp = old_fields; local
[all...]
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h262 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
266 size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
/freebsd-13-stable/sys/dev/xdma/
H A Dxdma_fdt_test.c84 struct proc *newp; member in struct:xdmatest_softc
345 if (kproc_create(xdmatest_worker, (void *)sc, &sc->newp, 0, 0,
/freebsd-13-stable/tests/sys/netinet/
H A Dip_reass_test.c184 #define CHECK_IP_COUNTER(oldp, newp, counter) \
185 ATF_REQUIRE_MSG((oldp)->ips_ ## counter < (newp)->ips_ ## counter, \
/freebsd-13-stable/lib/libbluetooth/
H A Dbluetooth.h175 int bt_devfilter(int s, struct bt_devfilter const *newp,
/freebsd-13-stable/lib/libc/db/hash/
H A Dhash_bigkey.c617 ret->newp = np;
644 ret->newp = tmpp;
H A Dhash_page.c314 new_bufp = ret.newp;
/freebsd-13-stable/contrib/dialog/
H A Ddialog.c548 char **newp = dlg_malloc(char *, need); local
549 ignore_leak(newp);
550 assert_ptr(newp, "unescape_argv");
552 newp[n] = (*argvp)[n];
555 *argvp = newp;
/freebsd-13-stable/sys/netinet6/
H A Dnd6_rtr.c1356 struct nd_prefix **newp)
1365 refcount_init(&new->ndpr_refcnt, newp != NULL ? 2 : 1);
1408 if (newp != NULL)
1409 *newp = new;
1355 nd6_prelist_add(struct nd_prefixctl *pr, struct nd_defrouter *dr, struct nd_prefix **newp) argument
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c576 struct proc *newp; local
579 if (kproc_create(bcm2835_audio_worker, (void*)sc, &newp, 0, 0,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp425 size_t newp = std::min(len, c.find_first_of("\r\n", p)); local
428 ExplicitCommentToEmit.append(c.slice(p, newp).str());
430 if (newp < len)
432 p = newp + 1;
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi.c2575 void *newp; local
2618 if ((newp = AcpiOsAllocate(buf->Length * 2)) == NULL)
2620 bcopy(buf->Pointer, newp, buf->Length);
2621 rp = (ACPI_RESOURCE *)((u_int8_t *)newp +
2624 buf->Pointer = newp;
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1269 die_base_name_parse(const char *name, char **newp) argument
1340 *newp = xstrdup(buf);
/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c3630 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, argument
3644 ret = ctl_byname(tsd, name, oldp, oldlenp, newp, newlen);
3673 void *newp, size_t newlen) {
3686 ret = ctl_bymib(tsd, mib, miblen, oldp, oldlenp, newp, newlen);
3672 je_mallctlbymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) argument
/freebsd-13-stable/contrib/unbound/services/
H A Dlocalzone.c1899 struct local_zone* newp)
1916 p->parent = newp;
1898 set_kiddo_parents(struct local_zone* z, struct local_zone* match, struct local_zone* newp) argument

Completed in 484 milliseconds

123