/third_party/googletest/googletest/samples/ |
H A D | sample2.h | 73 size_t Length() const { return c_string_ == nullptr ? 0 : strlen(c_string_); } in Length()
|
/third_party/NuttX/fs/driver/ |
H A D | fs_registerblockdriver.c | 69 if (path == NULL || strlen(path) >= PATH_MAX || strncmp("/dev/", path, DEV_PATH_LEN) != 0) in register_blockdriver()
|
/third_party/libuv/test/ |
H A D | test-gethostname.c | 54 ASSERT(size > 0 && size == strlen(buf)); in TEST_IMPL()
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
H A D | StrcmpTest.cpp | 13 size_t Len = strlen(Str); in Eq()
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | path.c | 38 plen = strlen(path); in find_in_path()
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | common.h | 36 SAFE_WRITE(SAFE_WRITE_ALL, fd, content, strlen(content)); in updatemap()
|
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
H A D | cpuctl_fj_simple_echo.c | 60 if (write(fd, argv[1], strlen(argv[1])) == -1) in main()
|
/third_party/node/test/wasi/c/ |
H A D | create_symlink.c | 14 strlen(target) + 1); in main()
|
/third_party/node/deps/v8/third_party/markupsafe/ |
H A D | _speedups.c | 15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)));
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
H A D | _speedups.c | 15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)));
|
/third_party/musl/porting/liteos_m/user/src/string/ |
H A D | strlen.c | 11 _LIBC_TEXT_SECTION size_t strlen(const char *s) in strlen() function
|
/third_party/musl/src/process/ |
H A D | posix_spawn_file_actions_addchdir.c | 9 struct fdop *op = malloc(sizeof *op + strlen(path) + 1); in posix_spawn_file_actions_addchdir_np()
|
H A D | posix_spawn_file_actions_addopen.c | 12 struct fdop *op = malloc(sizeof *op + strlen(path) + 1); in posix_spawn_file_actions_addopen()
|
/third_party/musl/src/string/ |
H A D | strlen.c | 10 size_t strlen(const char *s) in strlen() function
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | proto.c | 64 idx += strlen(p.p_name) + 2; in getprotoent()
|
/third_party/musl/src/stdio/ |
H A D | vsscanf.c | 12 size_t s_len = strlen(s); in vsscanf()
|
/third_party/musl/src/temp/ |
H A D | mkostemps.c | 10 size_t l = strlen(template); in __mkostemps()
|
H A D | mktemp.c | 9 size_t l = strlen(template); in mktemp()
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | strlen.c | 10 size_t strlen(const char *s) in strlen() function
|
/third_party/musl/src/locale/ |
H A D | textdomain.c | 18 size_t domlen = strlen(domainname); in textdomain()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vsscanf.c | 12 size_t s_len = strlen(s); in vsscanf()
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strlen.c | 10 size_t strlen(const char *s) in strlen() function
|
/third_party/musl/src/network/ |
H A D | proto.c | 64 idx += strlen(p.p_name) + 2; in getprotoent()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawn_file_actions_addopen.c | 12 struct fdop *op = malloc(sizeof *op + strlen(path) + 1); in posix_spawn_file_actions_addopen()
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | strlen.c | 10 size_t strlen(const char *s) in strlen() function
|