| /external/e2fsprogs/util/ |
| subst.c | 120 char *ptr, *name_ptr, *end_ptr; local 130 name_ptr = strchr(ptr, '@'); 131 if (!name_ptr) 133 if (*(++name_ptr) == '@') { 137 memmove(name_ptr-1, name_ptr, strlen(name_ptr)+1); 138 ptr = name_ptr+1; 141 end_ptr = strchr(name_ptr, '@'); 144 len = end_ptr - name_ptr; [all...] |
| /system/connectivity/shill/vpn/ |
| vpn_provider.h | 108 // Populates |type_ptr|, |name_ptr| and |host_ptr| with the appropriate 114 std::string* name_ptr, 117 // Populates |vpn_type_ptr|, |name_ptr| and |host_ptr| with the appropriate 124 std::string* name_ptr,
|
| vpn_provider.cc | 69 string* name_ptr, 89 *name_ptr = args.LookupString(kNameProperty, ""); 98 string* name_ptr, 114 if (!storage->GetString(entry_name, kNameProperty, name_ptr) || 115 name_ptr->empty()) {
|
| /external/webrtc/webrtc/base/ |
| event_tracer.cc | 202 const char* name_ptr = name; local 204 while (*prefix_ptr == *name_ptr && *prefix_ptr != '\0') { 206 ++name_ptr;
|
| /system/connectivity/shill/wimax/ |
| wimax_provider.h | 135 // Populates the |id_ptr| and |name_ptr| from the parameters in |args|. 139 std::string* name_ptr, 145 std::string* name_ptr,
|
| wimax_provider.cc | 160 string* name_ptr, 178 *name_ptr = name; 188 std::string* name_ptr, 203 if (!storage->GetString(entry_name, Service::kStorageName, name_ptr) || 204 name_ptr->empty()) {
|
| /external/libunwind/include/ |
| libunwind-dynamic.h | 104 unw_word_t name_ptr; /* address of human-readable procedure name */ member in struct:unw_dyn_proc_info 114 unw_word_t name_ptr; /* addr. of table name (e.g., library name) */ member in struct:unw_dyn_table_info 123 unw_word_t name_ptr; /* addr. of table name (e.g., library name) */ member in struct:unw_dyn_remote_table_info
|
| /external/libunwind/src/mi/ |
| Gdyn-remote.c | 163 if ((ret = fetchw (as, a, addr, &di->u.pi.name_ptr, arg)) < 0 176 if ((ret = fetchw (as, a, addr, &di->u.ti.name_ptr, arg)) < 0 185 if ((ret = fetchw (as, a, addr, &di->u.rti.name_ptr, arg)) < 0
|
| Gget_proc_name.c | 69 ret = intern_string (as, a, di->u.pi.name_ptr, buf, buf_len, arg);
|
| /external/libcap/progs/ |
| capsh.c | 85 char *name_ptr; local 87 name_ptr = cap_to_name(j); 90 name_ptr); 91 cap_free(name_ptr);
|
| /external/libunwind/src/dwarf/ |
| Gfind_unwind_table.c | 110 di_cache->u.rti.name_ptr = 0; 230 edi->di_arm.u.rti.name_ptr = (unw_word_t) path; 413 edi->di_cache.u.rti.name_ptr = 0; 440 edi->di_arm.u.rti.name_ptr = (unw_word_t) path;
|
| Gfind_proc_info-lsb.c | 573 di->u.ti.name_ptr = (unw_word_t) (uintptr_t) obj_name; 581 (char *) (uintptr_t) di->u.ti.name_ptr, 743 di->u.rti.name_ptr = (unw_word_t) (uintptr_t) info->dlpi_name; 754 "table_data=0x%lx\n", (char *) (uintptr_t) di->u.rti.name_ptr,
|
| /external/libunwind/src/ia64/ |
| Gtables.c | 429 di->u.ti.name_ptr = (unw_word_t) "<kernel>"; 435 (char *) di->u.ti.name_ptr, di->start_ip, di->end_ip, 552 di->u.ti.name_ptr = (unw_word_t) info->dlpi_name; 558 "table_data=%p\n", (char *) di->u.ti.name_ptr, di->u.ti.segbase, 691 di.u.ti.name_ptr = 0; /* no obvious table-name available */ 714 "table_data=%p\n", (char *) di.u.ti.name_ptr, di.u.ti.segbase,
|
| Gfind_unwind_table.c | 137 edi->di_cache.u.ti.name_ptr = 0;
|
| /external/libunwind/tests/ |
| Gtest-dyn1.c | 207 di.u.pi.name_ptr = (unw_word_t) "copy_of_template";
|
| ia64-test-dyn1.c | 78 di->u.pi.name_ptr = (unw_word_t) name;
|
| /external/opencv/cxcore/src/ |
| cxswitcher.cpp | 414 const char* name_ptr = func_tab[i].func_names; local 416 for( ; j < 10 && name_ptr; j++ ) 418 const char* name_start = name_ptr; 441 name_ptr = name_end;
|
| /toolchain/binutils/binutils-2.25/bfd/ |
| archures.c | 783 const char **name_ptr; local 805 name_ptr = name_list; 811 *name_ptr = ap->printable_name; 812 name_ptr++; 815 *name_ptr = NULL; [all...] |
| targets.c | 1766 const char **name_list, **name_ptr; local [all...] |
| peXXigen.c | 1817 bfd_vma name_ptr; local [all...] |
| /external/libunwind/doc/ |
| libunwind-dynamic.man | 184 unw_word_t name_ptr 228 unw_word_t name_ptr
|
| /external/libunwind/src/arm/ |
| Gex_tables.c | 487 cb_data->di.u.rti.name_ptr = (unw_word_t) info->dlpi_name;
|
| /external/tcpdump/ |
| smbutil.c | 169 name_ptr(netdissect_options *ndo, function 212 const u_char *p = name_ptr(ndo, buf, ofs, maxbuf); [all...] |
| /system/core/libbacktrace/ |
| BacktraceOffline.cpp | 261 di.u.rti.name_ptr = 0;
|