HomeSort by relevance Sort by last modified time
    Searched full:strstr (Results 551 - 575 of 1230) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libtic.so.5.9 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/xen/
libnss_compat_pic.a 115 3?? ????internal_endgrentnss_endgrentinternal_setgrentnss_setgrentinit_nss_interfaceninss_getgrnam_rnss_getgrgid_rnss_getgrent_rin_blacklist.isra.2blacklist_store_namegetgrnam_plusgroupinternal_getgrgid_rgetgrent_next_nss.part.4getgrent_next_file.constprop.5ext_entlock.LC0.LC1.LC2.LC3.LC4.LC5.LC6.LC7.LC8__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE_fcloserewindfopenerrno__nss_database_lookup__nss_lookup_functionstpcpystrstrstrlenmallocreallocfreefgetposfgets_unlocked__ctype_b_loc_nss_files_parse_grentfsetposmemcpy_nss_compat_setgrent__pthread_mutex_lock__pthread_mutex_unlock_nss_compat_endgrent_nss_compat_getgrent_r_nss_compat_getgrnam_rstrcmp_nss_compat_getgrgid_r$
336 ??????? 6LS\ds????????????. C Zao?u???give_pwd_freeinternal_setpwentnss_setpwentinternal_endpwentnss_endpwentpwd_need_bufleninit_nss_interfaceninss_getpwnam_rnss_getpwuid_rnss_getpwent_rcopy_pwd_changes.isra.2getpwuid_plususerinternal_getpwuid_r.isra.3in_blacklist.isra.4getpwnam_plususerblacklist_store_namegetpwent_next_nss.part.5getpwent_next_nss_netgr.constprop.8getpwent_next_file.constprop.7ext_entlock.LC0.LC1.LC2.LC3.LC4.LC5.LC6.LC7.LC8__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE_freerewindfopenerrnofclose__internal_endnetgrentstrlen__nss_database_lookup__nss_lookup_functionstrcpy__strdupfgetposfgets_unlocked__ctype_b_loc_nss_files_parse_pwentfsetposmemcpyinnetgrstrcmpstpcpystrstrmallocrealloc__internal_getnetgrent_ryp_get_default_domain__internal_setnetgrent_nss_compat_setpwent__pthread_mutex_lock__pthread_mutex_unlock_nss_compat_endpwent_nss_compat_getpwent_r_nss_compat_getpwnam_r_nss_compat_getpwuid_r)
504 e|?????????? (AH^u}????? w? ? ?a3-PDgive_spwd_freeinternal_setspentnss_setspentinternal_endspentnss_endspentinit_nss_interfaceninss_getspnam_rnss_getspent_rin_blacklist.isra.3blacklist_store_namecopy_spwd_changes.isra.4getspnam_plususergetspent_next_nssgetspent_next_nss_netgr.constprop.7getspent_next_file.constprop.6ext_entlock.LC0.LC1.LC2.LC3.LC4.LC5.LC6.LC7.LC8__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE_freerewindfopenerrnofclose__internal_endnetgrent__nss_database_lookup__nss_lookup_functionstpcpystrstrstrlenmallocreallocstrcpy__strdup__internal_getnetgrent_rstrcmpyp_get_default_domain__internal_setnetgrentfgetposfgets_unlocked__ctype_b_loc_nss_files_parse_spentfsetposmemcpy_nss_compat_setspent__pthread_mutex_lock__pthread_mutex_unlock_nss_compat_endspent_nss_compat_getspent_r_nss_compat_getspnam_rinnetgr%
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
phprun.swg 132 while ((p = strstr(type_name, "__")) != NULL) {
  /toolchain/binutils/binutils-2.25/bfd/
config.in 71 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
elf32-xc16x.c 312 if (!strstr (input_section->name,".debug"))
  /toolchain/binutils/binutils-2.25/ld/
configure.ac 247 AC_CHECK_DECLS([strstr, free, sbrk, getenv, environ])
  /toolchain/binutils/binutils-2.25/ld/emultempl/
aarch64elf.em 294 if (strstr (bfd_get_target (link_info.output_bfd), "aarch64") == NULL)
nds32elf.em 52 if (strstr (bfd_get_target (link_info.output_bfd), "nds32") == NULL)
  /external/avahi/avahi-utils/
avahi-browse.c 630 if (strstr(argv0, "domain"))
693 c->command = strstr(argv0, "domain") ? COMMAND_BROWSE_DOMAINS : COMMAND_BROWSE_SERVICES;
  /external/clang/lib/Driver/
MSVCToolChain.cpp 130 const char *placeHolder = strstr(keyPath, "$VERSION");
504 const char *p = strstr(vscomntools, "\\Common7\\Tools");
  /external/compiler-rt/test/dfsan/
custom.cc 675 char *rv = strstr(str1, "1s");
683 rv = strstr(str1, "2s");
  /external/curl/lib/vtls/
vtls.c 721 begin_pos = strstr(pem, "-----BEGIN PUBLIC KEY-----");
734 end_pos = strstr(pem + pem_count, "\n-----END PUBLIC KEY-----");
  /external/dnsmasq/src/
tftp.c 255 if (strstr(filename, daemon->namebuff) == filename)
298 if (daemon->tftp_prefix && strstr(namebuff, "/../"))
  /external/libmicrohttpd/src/examples/
demo.c 519 if ( (NULL != strstr (filename, "..")) ||
696 (NULL == strstr (&url[1], "..")) &&
demo_https.c 520 if ( (NULL != strstr (filename, "..")) ||
697 (NULL == strstr (&url[1], "..")) &&
  /external/libselinux/src/
label_file.c 621 if ((next_slash = strstr(key, "//"))) {
630 next_slash = strstr(prev_slash, "//");
  /external/libvncserver/libvncserver/
websockets.c 363 if ((protocol) && (strstr(protocol, "binary"))) {
376 if ((protocol) && (strstr(protocol, "base64"))) {
  /external/libxml2/
testrecurse.c 631 if(strstr(base,".") && suffixbuff[0]=='.')
940 if (strstr(testDescriptions[i].desc, argv[a])) {
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 697 // fold strstr(x, x) -> x.
701 // fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0
725 // fold strstr(x, "") -> x.
733 if (Offset == StringRef::npos) // strstr("foo", "bar") -> null
736 // strstr("abcd", "bc") -> gep((char*)"abcd", 1)
738 Result = B.CreateConstInBoundsGEP1_64(Result, Offset, "strstr");
742 // fold strstr(x, "y") -> strchr(x, 'y').
    [all...]
  /external/mesa3d/src/mesa/main/
debug.c 185 if (strstr(str, opts[i].name) || strcmp(str, "all") == 0)
218 if (strstr(str, opts[i].name))
  /external/opencv3/modules/videoio/src/
cap_dc1394_v2.cpp 887 const char* section_start = strstr( info, section_name );
897 const char* param_value_start = strstr(section_start, param_names[j]);
    [all...]
cap_gphoto2.cpp 915 if (model != 0 && strstr(model, deviceName))
982 if (strstr(name, subName))
    [all...]
  /external/selinux/libselinux/src/
label_file.c 658 if ((next_slash = strstr(key, "//"))) {
667 next_slash = strstr(prev_slash, "//");
  /external/svox/pico/tts/
svox_ssml_parser.cpp 214 if (strstr(xsampastr, " ") || strstr(xsampastr, "#")) /* check again to see if we have multiple words */
  /external/tcpdump/
print-esp.c 272 p = strstr(decode, "-hmac96");
278 p = strstr(decode, "-cbc");

Completed in 5025 milliseconds

<<21222324252627282930>>