HomeSort by: relevance | last modified time | path
    Searched refs:LOGID (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/contrib/reghunt/examples/
30643.test 5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
29106.test 5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
30643.test 5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
8 ASM=${BUGID}.${LOGID}.s
29106.test 5 LOGID=`printf "%04d" ${ID}`
6 LOG=${BUGID}.${LOGID}.out
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-test-bogus-warning 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-missing-warning 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-wrong-code 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-accepts-invalid 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-ice-on-invalid-code 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-ice-on-valid-code 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-rejects-valid 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-segfault-on-valid-code 25 LOGID=`printf "%04d" ${ID}`
26 LOG=${BUGID}.${LOGID}.out
gcc-test-compiler-hangs 23 LOGID=`printf "%04d" ${ID}`
24 LOG=${BUGID}.${LOGID}.out
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-test-bogus-warning 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-missing-warning 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-wrong-code 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-accepts-invalid 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-ice-on-invalid-code 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-ice-on-valid-code 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-rejects-valid 24 LOGID=`printf "%04d" ${ID}`
25 LOG=${BUGID}.${LOGID}.out
gcc-test-segfault-on-valid-code 25 LOGID=`printf "%04d" ${ID}`
26 LOG=${BUGID}.${LOGID}.out
gcc-test-compiler-hangs 23 LOGID=`printf "%04d" ${ID}`
24 LOG=${BUGID}.${LOGID}.out
  /src/common/dist/zlib/examples/
gzlog.c 288 #define LOGID "\106\035\172" /* should be three non-zero characters */
290 char id[4]; /* contains LOGID to detect inadvertent overwrites */
880 strcpy(log->id, LOGID);
919 if (log == NULL || strcmp(log->id, LOGID))
1003 if (log == NULL || strcmp(log->id, LOGID))
1049 if (log == NULL || strcmp(log->id, LOGID))
  /src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c 288 #define LOGID "\106\035\172" /* should be three non-zero characters */
290 char id[4]; /* contains LOGID to detect inadvertent overwrites */
880 strcpy(log->id, LOGID);
919 if (log == NULL || strcmp(log->id, LOGID))
1003 if (log == NULL || strcmp(log->id, LOGID))
1049 if (log == NULL || strcmp(log->id, LOGID))
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c 288 #define LOGID "\106\035\172" /* should be three non-zero characters */
290 char id[4]; /* contains LOGID to detect inadvertent overwrites */
880 strcpy(log->id, LOGID);
919 if (log == NULL || strcmp(log->id, LOGID))
1003 if (log == NULL || strcmp(log->id, LOGID))
1049 if (log == NULL || strcmp(log->id, LOGID))

Completed in 48 milliseconds

1 2