Home
last modified time | relevance | path

Searched defs:src_len (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
D__strcpy_chk.cpp48 size_t src_len = strlen(src) + 1; in __strcpy_chk() local
D__stpcpy_chk.cpp48 size_t src_len = strlen(src) + 1; in __stpcpy_chk() local
D__stpncpy_chk.cpp65 size_t n, size_t dest_len, size_t src_len) in __stpncpy_chk2()
D__strncpy_chk.cpp65 size_t n, size_t dest_len, size_t src_len) in __strncpy_chk2()
/bionic/libc/kernel/uapi/linux/
Dfib_rules.h36 __u8 src_len; member
/bionic/tests/
Dwchar_test.cpp491 size_t src_len = NUM_WCHARS(sizeof(src)) - 1; in TEST() local
521 size_t src_len = NUM_WCHARS(sizeof(src)) - 1; in TEST() local