Home
last modified time | relevance | path

Searched refs:strlen (Results 1151 - 1175 of 4279) sorted by relevance

1...<<41424344454647484950>>...172

/third_party/googletest/googletest/samples/
H A Dsample2.h73 size_t Length() const { return c_string_ == nullptr ? 0 : strlen(c_string_); } in Length()
/third_party/NuttX/fs/driver/
H A Dfs_registerblockdriver.c69 if (path == NULL || strlen(path) >= PATH_MAX || strncmp("/dev/", path, DEV_PATH_LEN) != 0) in register_blockdriver()
/third_party/libuv/test/
H A Dtest-gethostname.c54 ASSERT(size > 0 && size == strlen(buf)); in TEST_IMPL()
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DStrcmpTest.cpp13 size_t Len = strlen(Str); in Eq()
/third_party/mesa3d/src/freedreno/rnn/
H A Dpath.c38 plen = strlen(path); in find_in_path()
/third_party/ltp/testcases/kernel/containers/userns/
H A Dcommon.h36 SAFE_WRITE(SAFE_WRITE_ALL, fd, content, strlen(content)); in updatemap()
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
H A Dcpuctl_fj_simple_echo.c60 if (write(fd, argv[1], strlen(argv[1])) == -1) in main()
/third_party/node/test/wasi/c/
H A Dcreate_symlink.c14 strlen(target) + 1); in main()
/third_party/node/deps/v8/third_party/markupsafe/
H A D_speedups.c15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)));
/third_party/node/tools/inspector_protocol/markupsafe/
H A D_speedups.c15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)));
/third_party/musl/porting/liteos_m/user/src/string/
H A Dstrlen.c11 _LIBC_TEXT_SECTION size_t strlen(const char *s) in strlen() function
/third_party/musl/src/process/
H A Dposix_spawn_file_actions_addchdir.c9 struct fdop *op = malloc(sizeof *op + strlen(path) + 1); in posix_spawn_file_actions_addchdir_np()
H A Dposix_spawn_file_actions_addopen.c12 struct fdop *op = malloc(sizeof *op + strlen(path) + 1); in posix_spawn_file_actions_addopen()
/third_party/musl/src/string/
H A Dstrlen.c10 size_t strlen(const char *s) in strlen() function
/third_party/musl/porting/liteos_a/user/src/network/
H A Dproto.c64 idx += strlen(p.p_name) + 2; in getprotoent()
/third_party/musl/src/stdio/
H A Dvsscanf.c12 size_t s_len = strlen(s); in vsscanf()
/third_party/musl/src/temp/
H A Dmkostemps.c10 size_t l = strlen(template); in __mkostemps()
H A Dmktemp.c9 size_t l = strlen(template); in mktemp()
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrlen.c10 size_t strlen(const char *s) in strlen() function
/third_party/musl/src/locale/
H A Dtextdomain.c18 size_t domlen = strlen(domainname); in textdomain()
/third_party/musl/porting/linux/user/src/stdio/
H A Dvsscanf.c12 size_t s_len = strlen(s); in vsscanf()
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrlen.c10 size_t strlen(const char *s) in strlen() function
/third_party/musl/src/network/
H A Dproto.c64 idx += strlen(p.p_name) + 2; in getprotoent()
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn_file_actions_addopen.c12 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 Dstrlen.c10 size_t strlen(const char *s) in strlen() function

Completed in 8 milliseconds

1...<<41424344454647484950>>...172