Searched refs:auto_format (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ee/ |
H A D | ee.c | 176 int auto_format = FALSE; /* flag for auto_format mode */ variable 695 if (auto_format) in insert() 758 if ((auto_format) && (character == ' ') && (!formatted)) 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() 4329 fprintf(init_file, "%s\n", auto_format ? AUTOFORMAT : NOAUTOFORMAT ); in dump_ee_conf() 4532 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 | 402 enum format : unsigned char { auto_format, native_format, generic_format }; 409 …_LIBCPP_HIDE_FROM_ABI path(string_type&& __s, format = format::auto_format) noexcept : __pn_(std::… 412 _LIBCPP_HIDE_FROM_ABI path(const _Source& __src, format = format::auto_format) { 417 _LIBCPP_HIDE_FROM_ABI path(_InputIt __first, _InputIt __last, format = format::auto_format) {
|