HomeSort by relevance Sort by last modified time
    Searched full:current_ptr (Results 1 - 4 of 4) sorted by null

  /external/toybox/lib/
password.c 156 char *current_ptr = NULL; local
161 current_ptr = get_nextcolon(line, 2); //past passwd
164 current_ptr = get_nextcolon(current_ptr, 1);
165 fprintf(newfp, "%s\n",current_ptr);
166 } else fprintf(newfp, "%s\n",current_ptr);
171 current_ptr = get_nextcolon(line, 3); //past gid/admin list
172 *current_ptr = '\0';
  /external/libcxxabi/src/
private_typeinfo.cpp 598 const void* current_ptr,
603 if (current_ptr == info->static_ptr)
644 const void* current_ptr,
647 if (current_ptr == info->static_ptr)
671 // const void* current_ptr,
676 // process_static_type_below_dst(info, current_ptr, path_below);
685 // p->search_above_dst(info, current_ptr, current_ptr, public_path);
695 // info->dst_ptr_not_leading_to_static_ptr = current_ptr;
704 // p->search_below_dst(info, current_ptr, public_path)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.cpp 594 const void* current_ptr,
599 if (current_ptr == info->static_ptr)
640 const void* current_ptr,
643 if (current_ptr == info->static_ptr)
667 // const void* current_ptr,
672 // process_static_type_below_dst(info, current_ptr, path_below);
681 // p->search_above_dst(info, current_ptr, current_ptr, public_path);
691 // info->dst_ptr_not_leading_to_static_ptr = current_ptr;
700 // p->search_below_dst(info, current_ptr, public_path)
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so 

Completed in 541 milliseconds