Searched refs:auto_format (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/ee/ |
| H A D | ee.c | 180 int auto_format = FALSE; /* flag for auto_format mode */ variable 758 if (auto_format) in insert() 821 if ((auto_format) && (character == ' ') && (!formatted)) in insert() 4168 tmp_af = auto_format; in Format() 4169 auto_format = FALSE; in Format() 4340 auto_format = tmp_af; in Format() 4407 auto_format = TRUE; in ee_init() 4411 auto_format = FALSE; in ee_init() 4542 fprintf(init_file, "%s\n", auto_format ? AUTOFORMAT : NOAUTOFORMAT ); in dump_ee_conf() 4741 auto_format = FALSE; in Auto_Format() [all …]
|
| /freebsd/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/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | path.h | 403 enum format : unsigned char { auto_format, native_format, generic_format }; 410 …_LIBCPP_HIDE_FROM_ABI path(string_type&& __s, format = format::auto_format) noexcept : __pn_(std::… 413 _LIBCPP_HIDE_FROM_ABI path(const _Source& __src, format = format::auto_format) { 418 _LIBCPP_HIDE_FROM_ABI path(_InputIt __first, _InputIt __last, format = format::auto_format) {
|