| /src/external/gpl2/dtc/dist/ |
| convert-dtsv0-lexer.l | 38 static char *last_name; /* = NULL */ 106 if (last_name) { 109 last_name, 0) == 0) { 154 last_name = xstrdup(yytext);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| cp-demangle.h | 115 struct demangle_component *last_name; member in struct:d_info
|
| cp-demangle.c | 236 /* What to set the last_name field of d_info to; NULL if we should 1455 hold_last_name = di->last_name; 1466 di->last_name = hold_last_name; 1844 di->last_name = ret; 2387 if (di->last_name != NULL) 2389 if (di->last_name->type == DEMANGLE_COMPONENT_NAME) 2390 di->expansion += di->last_name->u.s_name.len; 2391 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD) 2392 di->expansion += di->last_name->u.s_string.len; 2433 return d_make_ctor (di, kind, di->last_name); [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| cp-demangle.h | 115 struct demangle_component *last_name; member in struct:d_info
|
| cp-demangle.c | 236 /* What to set the last_name field of d_info to; NULL if we should 1453 hold_last_name = di->last_name; 1464 di->last_name = hold_last_name; 1839 di->last_name = ret; 2382 if (di->last_name != NULL) 2384 if (di->last_name->type == DEMANGLE_COMPONENT_NAME) 2385 di->expansion += di->last_name->u.s_name.len; 2386 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD) 2387 di->expansion += di->last_name->u.s_string.len; 2428 return d_make_ctor (di, kind, di->last_name); [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| cp-demangle.h | 115 struct demangle_component *last_name; member in struct:d_info
|
| cp-demangle.c | 236 /* What to set the last_name field of d_info to; NULL if we should 1453 hold_last_name = di->last_name; 1464 di->last_name = hold_last_name; 1839 di->last_name = ret; 2382 if (di->last_name != NULL) 2384 if (di->last_name->type == DEMANGLE_COMPONENT_NAME) 2385 di->expansion += di->last_name->u.s_name.len; 2386 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD) 2387 di->expansion += di->last_name->u.s_string.len; 2428 return d_make_ctor (di, kind, di->last_name); [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| cp-demangle.h | 115 struct demangle_component *last_name; member in struct:d_info
|
| cp-demangle.c | 236 /* What to set the last_name field of d_info to; NULL if we should 1390 hold_last_name = di->last_name; 1401 di->last_name = hold_last_name; 1704 di->last_name = ret; 2238 if (di->last_name != NULL) 2240 if (di->last_name->type == DEMANGLE_COMPONENT_NAME) 2241 di->expansion += di->last_name->u.s_name.len; 2242 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD) 2243 di->expansion += di->last_name->u.s_string.len; 2284 return d_make_ctor (di, kind, di->last_name); [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| cp-demangle.h | 115 struct demangle_component *last_name; member in struct:d_info
|
| cp-demangle.c | 236 /* What to set the last_name field of d_info to; NULL if we should 1453 hold_last_name = di->last_name; 1464 di->last_name = hold_last_name; 1839 di->last_name = ret; 2382 if (di->last_name != NULL) 2384 if (di->last_name->type == DEMANGLE_COMPONENT_NAME) 2385 di->expansion += di->last_name->u.s_name.len; 2386 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD) 2387 di->expansion += di->last_name->u.s_string.len; 2428 return d_make_ctor (di, kind, di->last_name); [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| cp-demangle.h | 115 struct demangle_component *last_name; member in struct:d_info
|
| cp-demangle.c | 236 /* What to set the last_name field of d_info to; NULL if we should 1453 hold_last_name = di->last_name; 1464 di->last_name = hold_last_name; 1839 di->last_name = ret; 2382 if (di->last_name != NULL) 2384 if (di->last_name->type == DEMANGLE_COMPONENT_NAME) 2385 di->expansion += di->last_name->u.s_name.len; 2386 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD) 2387 di->expansion += di->last_name->u.s_string.len; 2428 return d_make_ctor (di, kind, di->last_name); [all...] |
| /src/external/bsd/libpcap/dist/ |
| pcap-sita.c | 250 char *last_name = 0; local 258 if (p->IOPname) last_name = p->name; /* remembering the last name found */ 259 if (n-- == 0) return last_name; /* and if we hit the instance requested */ 266 if (last_name) return last_name; /* ... but we did have at least one entry... return the last entry found */
|
| /src/external/gpl2/groff/dist/src/preproc/refer/ |
| ref.cpp | 357 const char *last_name = find_last_name(s, s + len, &last_name_end); local 358 sortify_word(last_name, last_name_end, key); 360 if (last_name > s) 361 sortify_words(s, last_name, ".", key);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genoutput.cc | 287 const char * last_name = 0; 310 last_name = d->name; 325 if (next_name && (last_name == 0 330 printf (" \"%s+%d\",\n", last_name, name_offset); 284 const char * last_name = 0; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genoutput.cc | 286 const char * last_name = 0; 309 last_name = d->name; 324 if (next_name && (last_name == 0 329 printf (" \"%s+%d\",\n", last_name, name_offset); 283 const char * last_name = 0; local
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/ |
| report.py | 179 last_name = partition[0][0]['name'] 183 "{}{}".format(last_name, UTEST_COL_NAME),
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| tree.c | 51 char *last_name; member in struct:_name_specifier 155 spec->last_name = NULL; 203 spec->last_name = spec->name;
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| hw-tree.c | 54 char *last_name; member in struct:_name_specifier 170 spec->last_name = NULL; 220 spec->last_name = spec->name;
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| tree.c | 51 char *last_name; member in struct:_name_specifier 155 spec->last_name = NULL; 203 spec->last_name = spec->name;
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| hw-tree.c | 54 char *last_name; member in struct:_name_specifier 170 spec->last_name = NULL; 220 spec->last_name = spec->name;
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| shuffle_select_fuzz_tester.py | 41 ret {ty} {last_name} 367 instructions = insts_str, last_name = res.name))
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| primary.cc | 3139 const char* last_name = NULL; local 3179 last_name = comp_tail->name; 3188 if (last_name) 3190 " named %s at %L", last_name,
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| primary.cc | 3284 const char* last_name = NULL; local 3324 last_name = comp_tail->name; 3333 if (last_name) 3335 " named %s at %L", last_name,
|