Home
last modified time | relevance | path

Searched refs:strlen (Results 1176 - 1200 of 4102) sorted by relevance

1...<<41424344454647484950>>...165

/third_party/skia/docs/examples/
H A DPixmap_shiftPerPixel.cpp32 color_type(colorType), (int)(10 - strlen(color_type(colorType))), " ", in REG_FIDDLE()
H A Dmeasure_text_bounds.cpp17 (void)font.measureText(text, strlen(text), SkTextEncoding::kUTF8, &bounds); in REG_FIDDLE()
H A DImageInfo_shiftPerPixel.cpp33 color_type(colorType), (int)(14 - strlen(color_type(colorType))), " ", in REG_FIDDLE()
/third_party/skia/include/utils/
H A DSkTextUtils.h31 Draw(canvas, text, strlen(text), SkTextEncoding::kUTF8, x, y, font, paint, align); in DrawString()
/third_party/selinux/libselinux/utils/
H A Dsetenforce.c28 if (strlen(argv[1]) == 1 && (argv[1][0] == '0' || argv[1][0] == '1')) { in main()
/third_party/selinux/libselinux/src/
H A Ddisable.c30 ret = write(fd, buf, strlen(buf)); in security_disable()
H A Dsetfilecon.c12 int rc = setxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1, in setfilecon_raw()
H A Dsetenforce.c29 ret = write(fd, buf, strlen(buf)); in security_setenforce()
H A Dcheck_context.c27 ret = write(fd, con, strlen(con) + 1); in security_check_context_raw()
H A Dlsetfilecon.c12 int rc = lsetxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1, in lsetfilecon_raw()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dnt_password_hash.c40 if (nt_password_hash((u8 *) password, strlen(password), password_hash)) in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dnt_password_hash.c40 if (nt_password_hash((u8 *) password, strlen(password), password_hash)) in main()
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ability/
H A Dability_test.cpp47 SetWantData(&want, JS_APP_PATH, strlen(JS_APP_PATH) + 1); in StartJSApp()
/third_party/backends/backend/
H A Dhp5590.c1003 memcpy (value, SANE_VALUE_SCAN_MODE_LINEART, strlen (SANE_VALUE_SCAN_MODE_LINEART)); in sane_control_option()
1007 memcpy (value, SANE_VALUE_SCAN_MODE_GRAY, strlen (SANE_VALUE_SCAN_MODE_GRAY)); in sane_control_option()
1011 memcpy (value, SANE_VALUE_SCAN_MODE_COLOR_24, strlen (SANE_VALUE_SCAN_MODE_COLOR_24)); in sane_control_option()
1015 memcpy (value, SANE_VALUE_SCAN_MODE_COLOR_48, strlen (SANE_VALUE_SCAN_MODE_COLOR_48)); in sane_control_option()
1027 memcpy (value, SANE_VALUE_SCAN_SOURCE_FLATBED, strlen (SANE_VALUE_SCAN_SOURCE_FLATBED)); in sane_control_option()
1031 memcpy (value, SANE_VALUE_SCAN_SOURCE_ADF, strlen (SANE_VALUE_SCAN_SOURCE_ADF)); in sane_control_option()
1035 memcpy (value, SANE_VALUE_SCAN_SOURCE_ADF_DUPLEX, strlen (SANE_VALUE_SCAN_SOURCE_ADF_DUPLEX)); in sane_control_option()
1039 memcpy (value, SANE_VALUE_SCAN_SOURCE_TMA_SLIDES, strlen (SANE_VALUE_SCAN_SOURCE_TMA_SLIDES)); in sane_control_option()
1043 memcpy (value, SANE_VALUE_SCAN_SOURCE_TMA_NEGATIVES, strlen (SANE_VALUE_SCAN_SOURCE_TMA_NEGATIVES)); in sane_control_option()
1160 memcpy (value, TRAILING_LINES_MODE_RAW_KEY, strlen (TRAILING_LINES_MODE_RAW_KE in sane_control_option()
[all...]
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c510 n = (int)strlen(servername); in lws_select_vhost()
536 int m = (int)strlen(vhost->name); in lws_select_vhost()
594 size_t n = strlen(file), len, i; in lws_get_mimetype()
606 len = strlen(pvo->name); in lws_get_mimetype()
618 len = strlen(mt->extension); in lws_get_mimetype()
875 n = (int)strlen(path); in lws_http_serve()
876 if (n > (int)strlen(pvo->name) && in lws_http_serve()
877 !strcmp(&path[(unsigned int)n - strlen(pvo->name)], pvo->name)) { in lws_http_serve()
1337 n = (int)strlen(rpath); in lws_http_proxy_start()
1760 p += strlen((cha in lws_http_action()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c649 sym_val.dsc$w_length = strlen(val_buf); in pcre2grep_exit()
997 len = strlen(filename); in opendirectory()
1286 int plen = strlen((const char *)path); in test_incexc()
1347 int nlen = (equals == NULL)? (int)strlen(op->long_name) : in decode_number()
2487 cmd.dsc$w_length = strlen(cmdbuf) - 1; in pcre2grep_callout()
3355 int fnlength = strlen(pathname) + strlen(nextfile) + 2; in grep_or_recurse()
3384 rlen = strlen(resolvedpath); in grep_or_recurse()
3459 pathlen = (int)(strlen(pathname)); in grep_or_recurse()
3929 (int)strlen(ar in main()
[all...]
/third_party/f2fs-tools/fsck/
H A Dxattr.c152 len = strlen(name); in f2fs_setxattr()
262 XATTR_SELINUX_SUFFIX, secon, strlen(secon), 1); in inode_set_selinux()
/third_party/eudev/src/libudev/
H A Dlibudev-util.c214 len = strlen(path); in util_remove_trailing_chars()
309 return MurmurHash2(str, strlen(str), 0); in util_string_hash32()
/third_party/ffmpeg/libavformat/
H A Dsapdec.c133 pos += strlen(MIME) + 1; in sap_read_header()
151 ffio_init_context(&sap->sdp_pb, sap->sdp, strlen(sap->sdp), 0, NULL, NULL, in sap_read_header()
H A Dipfsgateway.c175 // If strlen finds anything longer then 0 characters then we have a in populate_ipfs_gateway()
219 if (strlen(ipfs_cid) < 1) { in translate_ipfs_to_http()
281 (c->gateway_buffer[strlen(c->gateway_buffer) - 1] == '/') ? "" : "/", in translate_ipfs_to_http()
/third_party/fsverity-utils/programs/
H A Dutils.c48 return xmemdup(s, strlen(s) + 1); in xstrdup()
262 if (strlen(hex) != 2 * bin_len) in hex2bin()
/third_party/curl/docs/examples/
H A Dcrawler.c151 if(!link || strlen(link) < 20) in follow_links()
166 return ctype != NULL && strlen(ctype) > 10 && strstr(ctype, "text/html"); in is_html()
/third_party/curl/lib/
H A Ddynbuf.c183 n = strlen(str); in Curl_dyn_add()
210 CURLcode result = dyn_nappend(s, (unsigned char *)str, strlen(str)); in Curl_dyn_vaddf()
/third_party/googletest/googletest/src/hwext/
H A Dgtest-ext.cc94 const int len_a = strlen(a); in matchNaming()
95 const int len_b = strlen(b); in matchNaming()
/third_party/icu/icu4c/source/samples/layout/
H A DFontMap.cpp168 le_int32 len = strlen(fontName); in getFontIndex()
180 len = strlen(s); in strip()

Completed in 28 milliseconds

1...<<41424344454647484950>>...165