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

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
psymtab2.c 1 extern int zzz;
3 int zzz = 123; variable
interact.exp 18 set script [standard_output_file zzz-gdbscript]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
psymtab2.c 1 extern int zzz;
3 int zzz = 123; variable
interact.exp 18 set script [standard_output_file zzz-gdbscript]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
lp1.s 12 IF CC JUMP zzz;
14 zzz: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
lp1.s 12 IF CC JUMP zzz;
14 zzz: label
  /src/usr.sbin/apm/
Makefile 15 LINKS= ${BINDIR}/apm ${BINDIR}/zzz
19 MLINKS= apm.8 zzz.8
  /src/games/larn/
diag.c 177 static time_t zzz = 0; variable
226 time(&zzz);
227 lprint((long) (zzz - initialtime));
228 lwrite((char *) &zzz, sizeof(long));
310 time(&zzz);
311 initialtime = zzz - larn_lrint();
314 lrfill((char *) &zzz, sizeof(long));
315 zzz += 6;
316 if (filetimes.st_ctime > zzz)
318 else if (filetimes.st_mtime > zzz)
    [all...]
scores.c 598 time_t zzz; local
688 time(&zzz); /* get CPU time -- write out score info */
689 logg.diedtime = zzz;
697 logg.elapsedtime = (zzz - initialtime + 59) / 60;
698 logg.usage = (10000 * i) / (zzz - initialtime);
  /src/external/historical/nawk/dist/testdir/
T.expr 88 x yy zzz 3 zzz
  /src/games/battlestar/
command5.c 152 zzz();
169 zzz();
185 zzz(void) function
196 printf("<zzz>");
command1.c 116 zzz();
278 zzz();
command6.c 193 zzz();
command3.c 205 zzz();
extern.h 386 int zzz(void);
cypher.c 551 zzz();
  /src/tests/net/if_ipsec/
t_ipsec_natt.sh 364 echo zzz > $file_send
  /src/tests/net/ipsec/
t_ipsec_natt.sh 305 echo zzz > $file_send
  /src/external/bsd/bzip2/dist/
bzip2.c 1344 goto zzz;
1354 zzz:
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3444 char *res = tempnam(NULL, "zzz");
3737 volatile bool zzz = true; local
3738 // This "|| zzz" trick somehow makes LLVM emit "icmp slt" instead of
3740 volatile bool v = value < 0 || zzz;
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 4645 \def\TH{ZZZ}%
4657 \def\th{zzz}%
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 4645 \def\TH{ZZZ}%
4657 \def\th{zzz}%
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 4381 \def\TH{ZZZ}%
4393 \def\th{zzz}%
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 4592 \def\TH{ZZZ}%
4604 \def\th{zzz}%
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 4377 \def\TH{ZZZ}%
4389 \def\th{zzz}%

Completed in 112 milliseconds

1 2