| /src/external/gpl2/mkhybrid/dist/ |
| name.c | 56 char * last_dot; local 104 last_dot = strrchr (pnt,'.'); 105 if( (last_dot != NULL) 106 && ( (last_dot[1] == '~') 107 || (last_dot[1] == '\0')) ) 109 c = last_dot; 111 last_dot = strrchr (pnt,'.'); 244 else if( pnt != last_dot )
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stat.c | 294 const char *last_dot = NULL; local 298 last_dot = p; 299 if (last_dot != NULL) 301 const char *suffix = last_dot + 1;
|
| stat-w32.c | 292 const char *last_dot = NULL; local 296 last_dot = p; 297 if (last_dot != NULL) 299 const char *suffix = last_dot + 1;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stat.c | 294 const char *last_dot = NULL; local 298 last_dot = p; 299 if (last_dot != NULL) 301 const char *suffix = last_dot + 1;
|
| stat-w32.c | 292 const char *last_dot = NULL; local 296 last_dot = p; 297 if (last_dot != NULL) 299 const char *suffix = last_dot + 1;
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| write-csharp.c | 479 const char *last_dot; local 498 last_dot = strrchr (class_name, '.'); 499 if (last_dot != NULL) 502 fwrite (class_name, 1, last_dot - class_name, stream); 504 class_name_last_part = last_dot + 1; 579 if (last_dot != NULL)
|
| write-java.c | 674 const char *last_dot; local 680 last_dot = strrchr (class_name, '.'); 681 if (last_dot != NULL) 684 fwrite (class_name, 1, last_dot - class_name, stream); 685 fprintf (stream, ";\npublic class %s", last_dot + 1);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| go-lang.c | 141 char *last_dot; local 143 last_dot = strrchr (buf, '.'); 144 gdb_assert (last_dot != NULL); 145 *objectp = last_dot + 1; 146 *last_dot = '\0'; 147 last_dot = strrchr (buf, '.'); 148 if (last_dot != NULL) 149 *packagep = last_dot + 1; 196 const char *last_dot; local 262 last_dot = strrchr (mangled_name, '.') [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| go-lang.c | 141 char *last_dot; local 143 last_dot = strrchr (buf, '.'); 144 gdb_assert (last_dot != NULL); 145 *objectp = last_dot + 1; 146 *last_dot = '\0'; 147 last_dot = strrchr (buf, '.'); 148 if (last_dot != NULL) 149 *packagep = last_dot + 1; 196 const char *last_dot; local 262 last_dot = strrchr (mangled_name, '.') [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| rl78-parse.c | 4611 char *last_dot = NULL; local 4617 last_dot = tok; 4621 && last_dot != NULL 4632 last_dot = NULL; 4637 if (last_dot != NULL 4639 return last_dot;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| rl78-parse.c | 4611 char *last_dot = NULL; local 4617 last_dot = tok; 4621 && last_dot != NULL 4632 last_dot = NULL; 4637 if (last_dot != NULL 4639 return last_dot;
|