HomeSort by relevance Sort by last modified time
    Searched full:strchrnul (Results 26 - 50 of 89) sorted by null

12 3 4

  /bionic/libc/
libc.arm64.map 1188 strchrnul;
libc.mips64.map 1188 strchrnul;
libc.x86_64.map 1188 strchrnul;
libc.mips.brillo.map 1250 strchrnul;
libc.x86.brillo.map 1248 strchrnul;
libc.arm.brillo.map 1266 strchrnul;
libc.arm.map 1266 strchrnul;
libc.map.txt 1291 strchrnul;
libc.mips.map 1250 strchrnul;
libc.x86.map 1248 strchrnul;
  /external/tlsdate/
config.h 104 /* Define to 1 if you have the `strchrnul' function. */
configure.ac 180 AC_CHECK_FUNCS([strchrnul])
  /system/core/libcutils/
str_parms.c 166 char *eq = strchr(kvpair, '='); /* would love strchrnul */
  /bionic/tests/
string_test.cpp 466 TEST(STRING_TEST, strchrnul) {
468 EXPECT_TRUE(strchrnul(s, '2') == &s[2]);
469 EXPECT_TRUE(strchrnul(s, '8') == (s + strlen(s)));
470 EXPECT_TRUE(strchrnul(s, '\0') == (s + strlen(s)));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/
libnss_hesiod_pic.a 51 u?????????<$?D$?????????????t???????<$?T$???????uw???????4$????????????????????????????????$????????????B?$?????????????$?????????????@???????<[^_]Ð???D$?<$????????f?????????????????>tc?v??????W?D$,?4$??????8??t??????????4$?T$???????ud?????????????D????????????>u?????????????????t???????B;B????????????@??????t&???????4$?D$???????u????????????????D????????????????$???????<1?[^_]Ë?????< ????????????????????????B?B?!???????'U??WVS??????????$ ???????????????????F?F?F?F?$?????????D‰‰?????????????$?????????t<?F?$??????<$????????$????????FtM??.t/?.???|$?$??????F??t$?E?01???[^_]Í?&?|$?$??????????????4$????????????rhs-extensionrlhsrhsclassesINHSHESIOD_CONFIG/etc/hesiod.confHES_DOMAINGCC: (Ubuntu 4.4.3-4ubuntu5) 4.4.3?$?.symtab.strtab.shstrtab.group.rel.text.data.bss.rodata.str1.1.comment.text.__i686.get_pc_thunk.bx.note.GNU-stack4 &@? " H( ,0 20 720 PF0? $O? l? ? |,P  |??0?#(-27 <A#F&K4PE UOf}??Pf????A?z???#*??9@GOV]P?l}??????? ?get_txt_recordsparse_config_file.LC0.LC1.LC3.LC2.LC5.LC4.LC6.LC7.LC8.LC9__hesiod_res_set__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE___res_nclose__hesiod_res_getcallocfreehesiod_free_listhesiod_end__errno_location__res_nmkquery__res_nsend__dn_skipnamemallocns_get16memcpyhesiod_to_bindstrchrstrlenmempcpystpcpystrcpyhesiod_resolve__res_maybe_initfopenfgetsstrcasecmp__strdupfclosestrchrnulhesiod_init__secure_getenv
  /external/bison/lib/
config.in.h 277 /* Define to 1 when the gnulib module strchrnul should be tested. */
    [all...]
gnulib.mk     [all...]
  /external/elfutils/src/
ld.c     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 706 TSAN_INTERCEPTOR(char*, strchrnul, char *s, int c) {
707 SCOPED_TSAN_INTERCEPTOR(strchrnul, s, c);
708 char *res = REAL(strchrnul)(s, c);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/xen/
libnss_hesiod_pic.a 73 ?????parse_config_fileget_txt_records.isra.0.LC0.LC1.LC2.LC3.LC4.LC5.LC7.LC6.LC8.LC9__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE_freefopenfgetsstrcasecmp__strdupfclosestrchrnul__res_nmkquery__res_nsend__dn_skipnameerrnomallocns_get16memcpyhesiod_end__res_nclosehesiod_init__secure_getenvstrlenstrcpyhesiod_free_list__hesiod_res_set__hesiod_res_getcallochesiod_resolvehesiod_to_bind__res_maybe_initstrchrmempcpystpcpy
  /external/valgrind/shared/
vg_replace_strmem.c     [all...]
  /external/bison/darwin-lib/
config.h 278 /* Define to 1 when the gnulib module strchrnul should be tested. */
    [all...]
  /external/bison/linux-lib/
config.h 278 /* Define to 1 when the gnulib module strchrnul should be tested. */
    [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 

Completed in 1278 milliseconds

12 3 4