Home
last modified time | relevance | path

Searched refs:strlen (Results 976 - 1000 of 8172) sorted by relevance

1...<<31323334353637383940>>...327

/third_party/libuv/docs/code/cgi/
H A Dmain.c21 strcpy(path + (strlen(path) - strlen("cgi")), "tick"); in invoke_cgi_script()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-map.h93 strlen(_str), (const lws_map_value_t)_v, \
96 lws_map_item_lookup(_map, (const lws_map_key_t)_str, strlen(_str))
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-misc.c129 if (ntpsrv && strlen(ntpsrv) < 64) { in lws_plat_ntpclient_config()
136 strlen(ntpsrv)); in lws_plat_ntpclient_config()
/third_party/libwebsockets/lib/tls/
H A Dlws-genec-common.c59 ts.len = strlen(allowed); in lws_genec_confirm_curve_allowed_by_tls_id()
72 len = strlen(lws_ec_curves[n].name); in lws_genec_confirm_curve_allowed_by_tls_id()
/third_party/ltp/testcases/kernel/containers/utsname/
H A Dutsname03.c28 SAFE_SETHOSTNAME(originalhost, strlen(originalhost)); in reset_hostname()
33 SAFE_SETHOSTNAME(HOSTNAME, strlen(HOSTNAME)); in child1_run()
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h52 size_t strlen (const char *);
89 #define strdupa(x) strcpy(alloca(strlen(x)+1),x)
/third_party/musl/src/locale/
H A Dcatopen.c51 case 'N': v=name; l=strlen(v); break; in catopen()
52 case 'L': v=lang; l=strlen(v); break; in catopen()
/third_party/musl/porting/linux/user/include/
H A Dstring.h54 size_t strlen (const char *);
91 #define strdupa(x) strcpy(alloca(strlen(x)+1),x)
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h52 size_t strlen (const char *);
89 #define strdupa(x) strcpy(alloca(strlen(x)+1),x)
/third_party/mesa3d/src/util/tests/
H A Dstring_buffer_test.cpp83 INITIAL_BUF_SIZE - strlen(str1) - 1); in TEST_F()
95 EXPECT_TRUE(strlen(buf->buf) == 0); in TEST_F()
/third_party/ltp/testcases/kernel/syscalls/dup2/
H A Ddup203.c43 SAFE_WRITE(SAFE_WRITE_ALL, fd0, filename0, strlen(filename0)); in run()
47 SAFE_WRITE(SAFE_WRITE_ALL, fd1, filename1, strlen(filename1)); in run()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/
H A Dmain.c165 lwsl_hexdump_info(json_tests[m], strlen(json_tests[m])); in main()
172 (int)strlen(json_tests[m])); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
H A D9-1.c55 if (mq_send(rdwrqueue, msgptr, strlen(msgptr), 1) == -1) { in main()
88 if (mq_send(rdwrqueue2, msgptr, strlen(msgptr), 1) == -1) { in main()
H A D8-1.c51 if (mq_send(woqueue, msgptr, strlen(msgptr), 1) != 0) { in main()
85 if (mq_send(woqueue2, msgptr, strlen(msgptr), 1) != 0) { in main()
H A D7-1.c51 if (mq_send(rdwrqueue, msgptr, strlen(msgptr), 1) != 0) { in main()
89 if (mq_send(roqueue, msgptr, strlen(msgptr), 1) == 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D19-1.c64 if (mq_timedsend(queue, msgptr, strlen(msgptr), 1, &ts) in main()
93 if (mq_timedsend(queue, msgptr, strlen(msgptr), 1, &ts) != -1) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsendfile.c38 fwrite(src, strlen(src), 1, f); in sendfile_0100()
65 fread(buf, 1, strlen(src), f); in sendfile_0100()
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-stats-print.c69 thread_data_start += strlen(thread_id); in populate_thread_stats()
84 free_heap_space_start += strlen("total free heap space:"); in populate_total_free_heap_space()
/third_party/musl/include/
H A Dstring.h54 size_t strlen (const char *);
92 #define strdupa(x) strcpy(alloca(strlen(x)+1),x)
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dmbrtoc16.c61 ret = mbrtoc16(&out, str, strlen(str), NULL); in mbrtoc16_0200()
65 ret = mbrtoc16(&out, str1, strlen(str1), &ps); in mbrtoc16_0200()
H A Dmbrtoc32.c61 ret = mbrtoc32(&out, str, strlen(str), NULL); in mbrtoc32_0200()
65 ret = mbrtoc32(&out, str1, strlen(str1), &ps); in mbrtoc32_0200()
/third_party/musl/libc-test/src/functionalext/supplement/select/
H A Dpoll_sup.c42 write(fd1, str1, strlen(str1) + 1); in poll_0100()
49 write(fd2, str2, strlen(str2) + 1); in poll_0100()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dlstat.c40 fwrite(str, sizeof(char), strlen(str), fptr); in lstat_0100()
62 fwrite(str, sizeof(char), strlen(str), fptr); in lstat_time64_0100()
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_srtp.c49 if ((len == strlen(p->name)) in find_profile_by_name()
79 : strlen(ptr))) { in ssl_ctx_make_profiles()
/third_party/node/deps/openssl/openssl/crypto/
H A DLPdir_unix.c105 char c = directory[strlen(directory) - 1]; in LP_find_file()
138 char *p = (*ctx)->entry_name + strlen((*ctx)->entry_name); in LP_find_file()

Completed in 7 milliseconds

1...<<31323334353637383940>>...327