Searched refs:auto_format (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | fs_path.h | 160 enum format { native_format, generic_format, auto_format }; in _GLIBCXX_VISIBILITY() 175 path(string_type&& __source, format = auto_format) in _GLIBCXX_VISIBILITY() 181 path(_Source const& __source, format = auto_format) in _GLIBCXX_VISIBILITY() 188 path(_InputIterator __first, _InputIterator __last, format = auto_format) in _GLIBCXX_VISIBILITY() 195 path(_Source const& __source, const locale& __loc, format = auto_format) in _GLIBCXX_VISIBILITY() 204 format = auto_format) in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/ee/ |
H A D | ee.c | 176 int auto_format = FALSE; /* flag for auto_format mode */ variable 705 if (auto_format) 768 if ((auto_format) && (character == ' ') && (!formatted)) 3947 tmp_af = auto_format; in Format() 3948 auto_format = FALSE; in Format() 4121 auto_format = tmp_af; in Format() 4187 auto_format = TRUE; in ee_init() 4191 auto_format = FALSE; in ee_init() 4339 fprintf(init_file, "%s\n", auto_format ? AUTOFORMAT : NOAUTOFORMAT ); in dump_ee_conf() 4540 auto_format = FALSE; in Auto_Format() [all …]
|