Searched refs:__file (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
| H A D | print.h | 93 FILE* __file = std::__get_ostream_file(__os); in __vprint_unicode() 94 if (!__file || !__print::__is_terminal(__file)) in __vprint_unicode() 114 __print::__vprint_unicode_posix(__file, __fmt, __args, __write_nl, true); in __vprint_unicode() 116 __print::__vprint_unicode_windows(__file, __fmt, __args, __write_nl, true); in __vprint_unicode()
|
| /freebsd/usr.sbin/bsdconfig/startup/share/ |
| H A D | rcvar.subr | 105 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/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_runtime_wrapper.h | 413 __device__ void __assertfail(const char *__message, const char *__file, 420 const char *__file, unsigned __line, in __assert_fail() argument 422 __assertfail(__message, __file, __line, __function, sizeof(char)); in __assert_fail()
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | common.subr | 722 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/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 225 _LIBCPP_EXPORTED_FROM_ABI void* __filebuf_windows_native_handle(FILE* __file) noexcept; 360 _LIBCPP_HIDE_FROM_ABI static int __fseek(FILE* __file, pos_type __offset, int __whence); 361 _LIBCPP_HIDE_FROM_ABI static pos_type __ftell(FILE* __file); 368 _LIBCPP_HIDE_FROM_ABI basic_filebuf* __do_open(FILE* __file, ios_base::openmode __mode) { 369 __file_ = __file; 977 int basic_filebuf<_CharT, _Traits>::__fseek(FILE* __file, pos_type __offset, int __whence) { 979 return _fseeki64(__file, __offset, __whence); 981 return fseek(__file, __offset, __whence); 983 return ::fseeko(__file, __offset, __whence); 988 …me basic_filebuf<_CharT, _Traits>::pos_type basic_filebuf<_CharT, _Traits>::__ftell(FILE* __file) { [all …]
|
| /freebsd/sys/contrib/zlib/test/ |
| H A D | minigzip.c | 62 # define fileno(file) file->__file
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | fstream | 330 _LIBCPP_HIDE_FROM_ABI basic_filebuf* __do_open(FILE* __file, ios_base::openmode __mode) { 331 __file_ = __file;
|