HomeSort by: relevance | last modified time | path
    Searched refs:ate (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/bsd/libsaslc/dist/src/
buffer.c 250 size_t ate, len; local
257 ate = 0;
263 ate += len;
287 ate += len;
294 return ate;
298 return ate;
xsess.c 531 ssize_t len, ate; local
552 ate = 0;
560 ate += len;
586 return ate;
  /src/games/battlestar/
globals.c 274 int ate; variable
save.c 77 fread(&ate, sizeof ate, 1, fp);
131 fwrite(&ate, sizeof ate, 1, fp);
command4.c 441 ourtime > ate - CYCLE &&
446 ate = max(ourtime, ate) + CYCLE / 3;
extern.h 293 extern int ate;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
ios.cc 62 const ios_base::openmode ios_base::ate; member in class:ios_base
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
ios.cc 62 const ios_base::openmode ios_base::ate; member in class:ios_base
  /src/lib/libc/regex/
regcomp.c 701 * parsing, return the number of delimiters that we ate.
775 int ate = 0; local
777 ate = p_branch_eat_delim(p, bc);
778 if (ate == 0)
780 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc))
  /src/external/apache2/llvm/dist/libcxx/src/
ios.cpp 102 const ios_base::openmode ios_base::ate; member in class:ios_base
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_dump.c 430 dwarf_get_ATE_name(unsigned ate, const char **s)
435 switch(ate) {
  /src/share/man/man4/
Makefile 122 MAN+= aha.4 ai.4 aic.4 ast.4 ate.4 boca.4 cs.4 cy.4 ec.4 ef.4 \
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ios_base.h 467 * - ate
479 static const openmode ate = _S_ate; member in class:io_errc::ios_base
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ios_base.h 446 * - ate
458 static const openmode ate = _S_ate; member in class:io_errc::ios_base

Completed in 61 milliseconds