Home
last modified time | relevance | path

Searched refs:__file (Results 1 – 8 of 8) sorted by last modified time

/freebsd/contrib/llvm-project/libcxx/src/
H A Dfstream.cpp27 _LIBCPP_EXPORTED_FROM_ABI void* __filebuf_windows_native_handle(FILE* __file) noexcept { in __filebuf_windows_native_handle() argument
29 intptr_t __handle = _get_osfhandle(fileno(__file)); in __filebuf_windows_native_handle()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dostream1098 FILE* __file = std::__get_ostream_file(__os);
1099 if (!__file || !__print::__is_terminal(__file))
1119 __print::__vprint_unicode_posix(__file, __fmt, __args, __write_nl, true);
1121 __print::__vprint_unicode_windows(__file, __fmt, __args, __write_nl, true);
H A Dfstream221 _LIBCPP_EXPORTED_FROM_ABI void* __filebuf_windows_native_handle(FILE* __file) noexcept;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h412 __device__ void __assertfail(const char *__message, const char *__file,
419 const char *__file, unsigned __line, in __assert_fail() argument
421 __assertfail(__message, __file, __line, __function, sizeof(char)); in __assert_fail()
/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c54 # define fileno(file) file->__file
/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr722 local __lang="${LANG:-$LC_ALL}" __file="$__indexfile"
724 [ -f "$__indexfile.$__lang" ] && __file="$__indexfile.$__lang"
726 "$__file" "$__pgm" "$__lang"
730 -v pgm="$__pgm" "$f_index_menusel_keyword_awk" "$__file"
733 awk -v pgm="$__pgm" "$f_index_menusel_keyword_awk" "$__file"
787 local __lang="${LANG:-$LC_ALL}" __file="$__indexfile"
789 [ -f "$__indexfile.$__lang" ] && __file="$__indexfile.$__lang"
791 "$__file" "$__keyword" "$__lang"
793 [ -f "$__file" ] || return $FAILURE
795 "$f_index_menusel_command_awk" "$__file" ) || return $FAILURE
/freebsd/usr.sbin/bsdconfig/startup/share/
H A Drcvar.subr105 local __file __rc_script_list=
106 for __file in "$ETC_RC_D"/*; do
107 [ -f "$__file" ] || continue
108 [ -x "$__file" ] || continue
109 __rc_script_list="$__rc_script_list $__file"
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c59 # define fileno(file) file->__file