HomeSort by relevance Sort by last modified time
    Searched refs:spacep (Results 1 - 4 of 4) sorted by null

  /system/core/crash_reporter/
warn_collector.l 141 char *spacep;
157 spacep = strchr(yytext, ' ');
158 if (spacep == NULL || spacep[1] == '\0')
159 spacep = "unknown-function";
160 fprintf(yyout, "%08x-%s\n", hash, spacep + 1);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
sections.d 51 0+013 <spacep>:
sections.s 47 .global space, bes, spacep, besp
50 spacep: .word space label
  /external/tcpdump/
print-nfs.c 803 char *spacep; local
828 spacep = strchr(temp, ' ');
829 if (spacep)
830 *spacep = '\0';
    [all...]

Completed in 62 milliseconds