| /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/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.old/dist/gdb/ |
| go-lang.c | 142 char *last_dot; local 144 last_dot = strrchr (buf, '.'); 145 gdb_assert (last_dot != NULL); 146 *objectp = last_dot + 1; 147 *last_dot = '\0'; 148 last_dot = strrchr (buf, '.'); 149 if (last_dot != NULL) 150 *packagep = last_dot + 1; 197 const char *last_dot; local 263 last_dot = strrchr (mangled_name, '.') [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| 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;
|
| 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;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| 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;
|
| 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;
|
| /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/binutils/dist/gas/config/ |
| rl78-parse.y | 1367 char *last_dot = NULL; 1373 last_dot = tok; 1377 && last_dot != NULL 1388 last_dot = NULL; 1393 if (last_dot != NULL 1395 return last_dot;
|
| 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.y | 1367 char *last_dot = NULL; 1373 last_dot = tok; 1377 && last_dot != NULL 1388 last_dot = NULL; 1393 if (last_dot != NULL 1395 return last_dot;
|
| 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/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 2663 my $last_dot = rindex ($filename,"."); 2667 $msg = "last_dot = $last_dot"; 2673 if ($last_dot < $first_underscore)
|
| /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 2663 my $last_dot = rindex ($filename,"."); 2667 $msg = "last_dot = $last_dot"; 2673 if ($last_dot < $first_underscore)
|