Searched refs:name_pos (Results 1 - 2 of 2) sorted by relevance

/system/core/libcorkscrew/
H A Dmap_info.c40 int name_pos; local
42 permissions, &name_pos) != 3) {
46 while (isspace(line[name_pos])) {
47 name_pos += 1;
49 const char* name = line + name_pos;
/system/extras/showmap/
H A Dshowmap.c44 int name_pos; local
47 if (sscanf(line, "%lx-%lx %*s %*x %*x:%*x %*d%n", &start, &end, &name_pos) != 2) {
52 while (isspace(line[name_pos])) {
53 name_pos += 1;
56 if (line[name_pos]) {
57 strlcpy(name, line + name_pos, sizeof(name));

Completed in 58 milliseconds