Searched
full:strstr (Results
276 -
300 of
1230) sorted by null
<<11121314151617181920>>
/external/ipsec-tools/src/racoon/ |
plog.c | 133 while ((p = strstr(buf,"%z")) != NULL)
|
/external/libdrm/intel/ |
test_decode.c | 159 if (strstr(batch_filename, chipsets[i].name))
|
/external/libmicrohttpd/src/testcurl/ |
curl_version_check.c | 74 return (strstr(curl_version(), " NSS/") != NULL) ? 0 : -1;
|
test_concurrent_stop.c | 215 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_get_response_cleanup.c | 294 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_iplimit.c | 304 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_long_header.c | 244 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_parse_cookies.c | 242 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_process_arguments.c | 241 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_timeout.c | 280 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_urlparse.c | 183 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
/external/libmicrohttpd/src/testzzuf/ |
test_get.c | 304 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_long_header.c | 225 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
/external/libyuv/files/source/ |
cpu_id.cc | 111 char* p = strstr(buf, " neon");
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_string.h | 185 #define util_strstr strstr
|
/external/mesa3d/src/glx/ |
clientinfo.c | 88 char *match = strstr(haystack, "GLX_ARB_create_context");
|
/external/minijail/ |
util.c | 161 found = strstr(*stringp, delim);
|
/external/rmi4utils/rmi4update/ |
main.cpp | 190 if (strstr(devDirEntry->d_name, "hidraw")) {
|
/external/selinux/libselinux/utils/ |
selabel_digest.c | 45 files_ptr = strstr(files_digest, " ");
|
/external/skia/src/gpu/gl/egl/ |
SkCreatePlatformGLContext_egl.cpp | 282 while (const char* match = strstr(extensionsStr, extension)) {
|
/external/skia/tools/ |
skdiff_utils.cpp | 89 while ((match_char = strstr(first_char, oldSubstring))) {
|
/external/toybox/lib/ |
password.c | 117 shadow = strstr(filename, "shadow");
|
/frameworks/native/libs/input/ |
Keyboard.cpp | 167 return strstr(deviceIdentifier.name.string(), "-keypad");
|
/frameworks/rs/driver/ |
rsdGL.cpp | 390 dc->gl.gl.OES_texture_npot = nullptr != strstr((const char *)dc->gl.gl.extensions, 392 dc->gl.gl.IMG_texture_npot = nullptr != strstr((const char *)dc->gl.gl.extensions, 394 dc->gl.gl.NV_texture_npot_2D_mipmap = nullptr != strstr((const char *)dc->gl.gl.extensions, 397 bool hasAniso = nullptr != strstr((const char *)dc->gl.gl.extensions,
|
/hardware/intel/img/psb_video/src/android/ |
psb_HDMIExtMode.c | 108 strHeight = strstr(hdmi_crtc->mode.name, "x");
|
Completed in 1638 milliseconds
<<11121314151617181920>>