Home
last modified time | relevance | path

Searched refs:ate (Results 1 – 25 of 62) sorted by relevance

123

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dbuffer.c253 size_t ate, len; in saslc__buffer32_fetch() local
260 ate = 0; in saslc__buffer32_fetch()
266 ate += len; in saslc__buffer32_fetch()
290 ate += len; in saslc__buffer32_fetch()
297 return ate; in saslc__buffer32_fetch()
301 return ate; in saslc__buffer32_fetch()
H A Dxsess.c535 ssize_t len, ate; in saslc__sess_xxcode() local
556 ate = 0; in saslc__sess_xxcode()
564 ate += len; in saslc__sess_xxcode()
590 return ate; in saslc__sess_xxcode()
/netbsd-src/games/battlestar/
H A Dsave.c77 fread(&ate, sizeof ate, 1, fp); in restore()
131 fwrite(&ate, sizeof ate, 1, fp); in save()
H A Dcommand4.c441 ourtime > ate - CYCLE && in eat()
446 ate = max(ourtime, ate) + CYCLE / 3; in eat()
H A Dglobals.c274 int ate; variable
H A Dextern.h293 extern int ate;
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
H A DTODO9 - Support for ios_base::ate open mode
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
H A DTODO9 - Support for ios_base::ate open mode
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
H A DTODO9 - Support for ios_base::ate open mode
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
H A DTODO9 - Support for ios_base::ate open mode
/netbsd-src/common/dist/zlib/contrib/iostream3/
H A DTODO9 - Support for ios_base::ate open mode
/netbsd-src/sys/dev/mca/
H A Dfiles.mca38 attach ate at mca with ate_mca
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dtegra20-trimslice.dts57 nvidia,pins = "atd", "ate", "gme", "pta";
202 nvidia,pins = "ata", "atc", "atd", "ate",
H A Dtegra20-tamonten.dtsi51 nvidia,pins = "atd", "ate", "gmb", "gmd", "gpu",
185 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
H A Dtegra20-paz00.dts57 nvidia,pins = "ata", "atc", "atd", "ate",
199 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
H A Dtegra20-ventana.dts67 nvidia,pins = "atd", "ate", "gmb", "spia",
219 nvidia,pins = "ate", "csus", "dap3", "gmd",
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dios.cc62 const ios_base::openmode ios_base::ate; member in std::ios_base
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dios.cc62 const ios_base::openmode ios_base::ate; member in std::ios_base
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_dump.c430 dwarf_get_ATE_name(unsigned ate, const char **s) in dwarf_get_ATE_name() argument
435 switch(ate) { in dwarf_get_ATE_name()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Dpmi.ldif86 ate )
/netbsd-src/lib/libc/regex/
H A Dregcomp.c701 * parsing, return the number of delimiters that we ate.
775 int ate = 0; in p_branch_do() local
777 ate = p_branch_eat_delim(p, bc); in p_branch_do()
778 if (ate == 0) in p_branch_do()
780 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc)) in p_branch_do()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfstream.tcc200 if ((__mode & ios_base::ate) in open()
235 if ((__mode & ios_base::ate) in open()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfstream.tcc200 if ((__mode & ios_base::ate) in open()
235 if ((__mode & ios_base::ate) in open()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfstream516 switch (__mode & ~ios_base::ate) {
566 if (__mode & ios_base::ate) {
591 if (__mode & ios_base::ate) {
617 switch (__mode & ~ios_base::ate)
671 if (__mode & ios_base::ate)
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dios.cpp102 const ios_base::openmode ios_base::ate; member in ios_base

123