Home
last modified time | relevance | path

Searched defs:oldlen (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sysctl/
Dsysctl04.c33 size_t *oldlen; member
/third_party/ltp/utils/sctp/func_tests/
Dtest_sctp_sendrecvmsg.c93 socklen_t len, oldlen; in main() local
/third_party/libfuse/util/
Dmount.fuse.c106 int oldlen = options ? strlen(options) : 0; in add_option() local
/third_party/ntfs-3g/libfuse-lite/
Dfuse_opt.c105 unsigned oldlen = strlen(*opts); in fuse_opt_add_opt() local
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
Dmalloc.c370 size_t oldlen = n0 + extra; in realloc() local
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc.c398 size_t oldlen = n0 + extra; in realloc() local
/third_party/musl/src/malloc/oldmalloc/
Dmalloc.c424 size_t oldlen = n0 + extra; in realloc() local
/third_party/libfuse/lib/
Dfuse_opt.c117 unsigned oldlen = *opts ? strlen(*opts) : 0; in add_opt_common() local
/third_party/toybox/toys/posix/
Dsed.c229 static char *extend_string(char **old, char *new, int oldlen, int newlen) in extend_string()
/third_party/ntfs-3g/libntfs-3g/
Ddir.c2684 int oldlen; in ntfs_set_ntfs_dos_name() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c43 size_t oldlen = RSTRING_LEN(rb_str); in noleak_rb_str_cat() local
/third_party/toybox/generated/
Dglobals.h1296 long oldline, oldlen, newline, newlen; member