Searched refs:auto_format (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/ee/ |
| H A D | ee.c | 695 if (auto_format) in insert() 3936 tmp_af = auto_format; in Format() 3937 auto_format = FALSE; in Format() 4110 auto_format = tmp_af; in Format() 4177 auto_format = TRUE; in ee_init() 4181 auto_format = FALSE; in ee_init() 4532 auto_format = FALSE; in Auto_Format() 4743 auto_format = TRUE; in Auto_Format() 4767 (auto_format ? ON : OFF)); in modes_op() 4793 auto_format = !auto_format; in modes_op() [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | filesystem | 30 path(string_type&& source, format fmt = auto_format); 32 path(const Source& source, format fmt = auto_format); 34 path(InputIterator first, InputIterator last, format fmt = auto_format); 36 path(const Source& source, const locale& loc, format fmt = auto_format); 38 … path(InputIterator first, InputIterator last, const locale& loc, format fmt = auto_format);
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | path.h | 404 enum format : unsigned char { auto_format, native_format, generic_format }; 411 …_LIBCPP_HIDE_FROM_ABI path(string_type&& __s, format = format::auto_format) noexcept : __pn_(std::… 414 _LIBCPP_HIDE_FROM_ABI path(const _Source& __src, format = format::auto_format) { 419 _LIBCPP_HIDE_FROM_ABI path(_InputIt __first, _InputIt __last, format = format::auto_format) {
|