Searched refs:dot (Results 101 - 125 of 144) sorted by relevance

123456

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c857 int dot = 0; local
886 if (dot == 0 && digits == 0 && c == '0') {
895 if (dot)
909 n = dot ? DT_PFCONV_DYNPREC : DT_PFCONV_DYNWIDTH;
933 if (dot++ != 0) {
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dlookup.cc141 TEST_F(Lookup, dot)
/freebsd-12-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c513 struct direntry dot; member in struct:__anon17489
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h203 bool dot = false, bool no_ivar = false, bool bitfield = true,
206 : m_check_dot_vs_arrow_syntax(dot), m_no_fragile_ivar(no_ivar),
/freebsd-12-stable/contrib/jemalloc/src/
H A Dctl.c1078 const char *elm, *tdot, *dot; local
1084 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot : strchr(elm, '\0');
1085 elen = (size_t)((uintptr_t)dot - (uintptr_t)elm);
1142 if (*dot != '\0') {
1156 if (*dot == '\0') {
1161 elm = &dot[1];
1162 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot :
1164 elen = (size_t)((uintptr_t)dot - (uintptr_t)elm);
/freebsd-12-stable/contrib/bmake/
H A Dvar.c1177 const char *dot = strrchr(word, '.'); local
1178 if (dot == NULL)
1183 Buf_AddBytes(buf, strlen(dot + 1), dot + 1);
1194 char *dot = strrchr(word, '.'); local
1195 size_t len = dot != NULL ? (size_t)(dot - word) : strlen(word);
/freebsd-12-stable/usr.sbin/makefs/
H A Dcd9660.c541 /* Add the dot and dot dot records */
1106 /* 8.3 rules - keep the extension, add before the dot */
1116 if (dot < 0) {
1119 if (dot < 8) {
1120 memmove(&tmp[numbts],&tmp[dot],4);
2085 * If the first child is the dot record, insert
/freebsd-12-stable/usr.bin/yacc/tests/
H A DMakefile253 FILEStest_yacc+= grammar.dot
/freebsd-12-stable/contrib/libstdc++/libmath/
H A DMakefile.in44 $(top_srcdir)/../config/lead-dot.m4 \
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dvarsyntax_calc1.tab.c558 int dot = 0, expr = 0; local
568 if (dot++ || expr)
H A Dcalc1.tab.c557 int dot = 0, expr = 0; local
567 if (dot++ || expr)
H A Dbtyacc_calc1.tab.c520 int dot = 0, expr = 0; local
530 if (dot++ || expr)
/freebsd-12-stable/sys/conf/
H A Dkern.mk206 # Use dot symbols (or, better, the V2 ELF ABI) on powerpc64 to make
H A Dkern.post.mk147 grep -v '# XXX' ${S}/../tools/debugscripts/dot.gdbinit | \
/freebsd-12-stable/contrib/sendmail/src/
H A Dmap.c689 ** If it does not start with a leading dot, then remove
691 ** files, we treat a leading "+" the same as a leading dot.
692 ** Finally, force there to be at least one dot in the domain name
817 ** but has no dot, treat is as not found. This avoids
915 ** dot -- where to reinsert '.' to get FQDN
926 extract_canonname(name, dot, line, cbuf, cbuflen)
928 char *dot;
957 else if (dot != NULL)
960 *dot = '.';
963 *dot
6327 char *dot; local
[all...]
/freebsd-12-stable/contrib/libstdc++/
H A DMakefile.in49 $(top_srcdir)/../config/lead-dot.m4 \
/freebsd-12-stable/contrib/libstdc++/libsupc++/
H A DMakefile.in46 $(top_srcdir)/../config/lead-dot.m4 \
/freebsd-12-stable/contrib/binutils/gas/doc/
H A DMakefile.in47 $(top_srcdir)/../config/lead-dot.m4 \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp612 return MIToken::dot;
H A DMIParser.cpp1376 assert(Token.is(MIToken::dot));
1454 if (Token.is(MIToken::dot)) {
1537 assert(Token.is(MIToken::dot));
2604 case MIToken::dot: {
/freebsd-12-stable/targets/pseudo/userland/
H A DMakefile.depend461 usr.sbin/bsdconfig/dot \
462 usr.sbin/bsdconfig/dot/include \
/freebsd-12-stable/contrib/gcclibs/libgomp/
H A DMakefile.in56 $(top_srcdir)/../config/lead-dot.m4 \
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A DMakefile.in53 $(top_srcdir)/../config/lead-dot.m4 \
/freebsd-12-stable/contrib/gcclibs/libssp/
H A DMakefile.in55 $(top_srcdir)/../config/lead-dot.m4 \
/freebsd-12-stable/contrib/libstdc++/src/
H A DMakefile.in44 $(top_srcdir)/../config/lead-dot.m4 \

Completed in 542 milliseconds

123456