Home
last modified time | relevance | path

Searched defs:newlen (Results 1 – 25 of 129) sorted by relevance

123456

/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt_rw.c54 static int fdt_splice_(void *fdt, void *splicepoint, int oldlen, int newlen) in fdt_splice_()
83 int oldlen, int newlen) in fdt_splice_struct_()
99 int newlen = strlen(s) + 1; in fdt_del_last_string_() local
104 static int fdt_splice_string_(void *fdt, int newlen) in fdt_splice_string_()
225 int oldlen, newlen; in fdt_set_name() local
282 int err, oldlen, newlen; in fdt_appendprop() local
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dstring.cpp63 static char *srealloc(char *ptr, int oldsz, int oldlen, int newlen, int *sizep) in srealloc()
181 int newlen = len + n; in operator +=() local
193 int newlen = len + s.len; in operator +=() local
205 int newlen = len + n; in append() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dcstring.d281 const size_t newlen = buf.length * 3 / 2; in trustedRealloc() local
306 size_t newlen = buf.length * 3 / 2; in trustedReallocStack() local
/netbsd-src/lib/libc/gen/
H A Dsysctl.c75 const void *newp, size_t newlen) in sysctl()
107 const void *newp, size_t newlen) in user_sysctl()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dcstring.d170 size_t newlen = res.length * 3 / 2; in trustedRealloc() local
183 const newlen = buf.length * 3 / 2; in trustedRealloc() local
/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dmem.c33 mpc_realloc_str (char * str, size_t oldlen, size_t newlen) in mpc_realloc_str()
/netbsd-src/lib/libc/stdio/
H A Dgetdelim.c61 size_t len, newlen, off; in __weak_alias() local
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dmemory.cpp103 std::size_t UTILS_UNUSED_PARAM(newlen)) in sysctlbyname()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dsysctl1.c23 size_t newlen; in main() member
H A Dsysctl2.c26 size_t newlen; in main() member
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Drandom-sysctl-linux.c38 size_t newlen; member
/netbsd-src/sys/dev/
H A Ddev_verbose.c44 size_t newlen; in dev_untokenstring() local
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep-bsd.c194 size_t newlen; in ps_root_dosysctl() local
372 void *oldp, size_t *oldlenp, const void *newp, size_t newlen) in ps_root_sysctl()
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_sysctl.c93 size_t newlen, *oldlenp, oldlen; in freebsd_sys_sysctl() local
/netbsd-src/usr.bin/grep/
H A Dfile.c132 grep_lnbufgrow(size_t newlen) grep_lnbufgrow() argument
/netbsd-src/external/bsd/flex/dist/src/
H A Decs.c40 int i, ich, newlen, cclp, ccls, cclmec; in ccl2ecl() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_openbsd.cc55 const void *newp, uptr newlen) { in internal_sysctlbyname()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dnodemenu.c168 register int j, newlen; in get_visited_nodes() local
/netbsd-src/external/lgpl3/gmp/dist/printf/
H A Ddoprntf.c64 int prec, ndigits, free_size, len, newlen, justify, justlen, explen; in __gmp_doprnt_mpf() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_openbsd.cc55 const void *newp, uptr newlen) { in internal_sysctlbyname()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dfbuf.c116 size_t newlen; in fbuf_alloc() local
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dfbuf.c116 size_t newlen; in fbuf_alloc() local
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstabs.c132 int newlen = (s1 ? strlen(s1) : 0) + savelen + 1; in concat() local
/netbsd-src/sys/dev/wscons/
H A Dwskbdutil.c467 wskbd_init_keymap(int newlen, struct wscons_keymap **map, int *maplen) in wskbd_init_keymap()
/netbsd-src/usr.bin/extattr/
H A Dgetextattr.c97 mkbuf(char **buf, int *oldlen, int newlen) in mkbuf()

123456