Home
last modified time | relevance | path

Searched +defs:install +defs:mode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp152 void install(F* f) { in install() function in locale::__imp
242 install(new codecvt_byname<char16_t, char, mbstate_t>(name_)); in __imp() local
246 install(new codecvt_byname<char16_t, char8_t, mbstate_t>(name_)); in __imp() local
313 install(new codecvt_byname<char16_t, char, mbstate_t>(name)); in __imp() local
317 install(new codecvt_byname<char16_t, char8_t, mbstate_t>(name)); in __imp() local
473 void locale::__imp::install(facet* f, long id) { in install() function in locale::__imp
1552 codecvt_mode mode = codecvt_mode(0)) { in utf16_to_utf8()
1618 codecvt_mode mode = codecvt_mode(0)) { in utf16_to_utf8()
1684 codecvt_mode mode = codecvt_mode(0)) { in utf8_to_utf16()
1790 codecvt_mode mode = codecvt_mode(0)) { in utf8_to_utf16()
[all …]
/freebsd/usr.bin/xinstall/
H A Dxinstall.c135 static mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; variable
802 install(const char *from_name, const char *to_name, u_long fset, u_int flags) in install() function