/external/curl/lib/ |
http_negotiate.c | 74 spn_token.length = strlen(spn); 91 header += strlen("Negotiate"); 95 len = strlen(header);
|
/external/e2fsprogs/intl/ |
finddomain.c | 89 strlen (dirname) + 1, 0, locale, NULL, NULL, 125 size_t len = strlen (alias_value) + 1; 144 strlen (dirname) + 1, mask, language, territory,
|
/external/e2fsprogs/lib/blkid/ |
devno.c | 44 length = strlen(s); 104 dirlen = strlen(dirname) + 2; 106 if (dirlen + strlen(dp->d_name) >= sizeof(path))
|
/external/elfutils/lib/ |
fixedsizehash.h | 174 HASHTYPE hval = HASHFCT (str, len ?: strlen (str)); 225 HASHTYPE hval = HASHFCT (str, len ?: strlen (str)); 245 HASHTYPE hval = HASHFCT (str, len ?: strlen (str));
|
/external/iproute2/misc/ |
ssfilter.y | 196 if (strlen(argbuf) == sizeof(argbuf) - 1) { 200 if (argbuf[strlen(argbuf)-1] == '\n') 201 argbuf[strlen(argbuf)-1] = 0;
|
/external/libcap/pam_cap/ |
pam_cap.c | 143 combined_caps = malloc(1+strlen(CAP_COMBINED_FORMAT) 144 +strlen(proc_epcaps)+strlen(conf_icaps));
|
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_file_permission.cc | 25 const size_t len = strlen(path); 51 // Calls std::string::c_str(), strncmp and strlen. All these 56 if ((recursive_ && strncmp(requested_filename, path, strlen(path)) == 0)) {
|
/external/libmicrohttpd/src/testcurl/ |
curl_version_check.c | 135 if (strncmp ("GnuTLS", ssl_ver, strlen ("GNUtls")) == 0) 140 else if (strncmp ("OpenSSL", ssl_ver, strlen ("OpenSSL")) == 0) 145 else if (strncmp ("NSS", ssl_ver, strlen ("NSS")) == 0)
|
test_parse_cookies.c | 98 response = MHD_create_response_from_buffer (strlen (url), 228 if (cbc.pos != strlen ("/hello_world")) 230 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
|
test_process_arguments.c | 100 response = MHD_create_response_from_buffer (strlen (url), 227 if (cbc.pos != strlen ("/hello+world")) 229 if (0 != strncmp ("/hello+world", cbc.buf, strlen ("/hello+world")))
|
test_timeout.c | 152 response = MHD_create_response_from_buffer (strlen (url), 210 if (cbc.pos != strlen ("/hello_world")) 212 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
|
test_urlparse.c | 114 response = MHD_create_response_from_buffer (strlen (url), 167 if (cbc.pos != strlen ("/hello_world")) 169 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
|
/external/libmicrohttpd/src/testcurl/https/ |
test_https_get_select.c | 64 response = MHD_create_response_from_buffer (strlen (url), 202 if (cbc.pos != strlen ("/hello_world")) 204 if (0 != strncmp ("/hello_world", cbc.buf, strlen ("/hello_world")))
|
/external/opencv3/samples/directx/ |
d3d9_interop.cpp | 262 ::TextOut(hDC, 0, y, buf, (int)strlen(buf)); 267 ::TextOut(hDC, 0, y, buf, (int)strlen(buf)); 272 ::TextOut(hDC, 0, y, buf, (int)strlen(buf));
|
d3d9ex_interop.cpp | 263 ::TextOut(hDC, 0, y, buf, (int)strlen(buf)); 268 ::TextOut(hDC, 0, y, buf, (int)strlen(buf)); 273 ::TextOut(hDC, 0, y, buf, (int)strlen(buf));
|
/external/selinux/checkpolicy/ |
policy_scan.l | 322 if (strlen(source_file) && source_file[strlen(source_file)-1] == '"') 323 source_file[strlen(source_file)-1] = '\0';
|
/external/selinux/libselinux/src/ |
label_android_property.c | 41 size_t L1 = strlen(sp1->property_key); 42 size_t L2 = strlen(sp2->property_key); 252 strlen(spec_arr[i].property_key)) == 0) {
|
query_user_context.c | 88 if (newfield[strlen(newfield) - 1] == '\n') 89 newfield[strlen(newfield) - 1] = '\0'; 91 if (strlen(newfield) == 0) {
|
/external/selinux/libsemanage/src/ |
utilities.c | 70 return strncmp(str, prefix, strlen(prefix)) == 0; 77 size_t slen = strlen(seps); 256 len = strlen(str);
|
/external/skia/gm/ |
emptypath.cpp | 71 canvas->drawText(title, strlen(title), 113 strlen(gStyles[style].fName), 117 strlen(gFills[fill].fName),
|
skbug_257.cpp | 34 size_t textLen = strlen(text); 50 size_t textLen = strlen(text); 69 canvas->drawText(text, strlen(text), 32, size / 2 + Y, type);
|
/external/skia/include/core/ |
SkDataTable.h | 60 SkASSERT(strlen(str) + 1 == size); 147 * Helper version of append() passes strlen() + 1 for the size, 151 this->append(str, strlen(str) + 1);
|
/external/skia/samplecode/ |
SampleText.cpp | 101 canvas.drawText(s, strlen(s), SkIntToScalar(8), SkIntToScalar(14), paint); 125 // canvas->drawText(style, strlen(style), SkIntToScalar(20), SkIntToScalar(20), paint); 135 size_t length = strlen(text);
|
/external/strace/ |
poll.c | 157 if (outptr + strlen(fdstr) + strlen(flagstr) + 1 174 if (outptr + sizeof(", left ") + strlen(str) < end_outstr) {
|
/external/tcpdump/ |
print-esp.c | 231 len = strlen(hex) / 2; 269 if (strlen(decode) > strlen("-hmac96") && 270 !strcmp(decode + strlen(decode) - strlen("-hmac96"), 276 if (strlen(decode) > strlen("-cbc") && 277 !strcmp(decode + strlen(decode) - strlen("-cbc"), "-cbc")) { 303 i = strlen(colon) [all...] |