Searched refs:style (Results 126 - 150 of 158) sorted by relevance

1234567

/freebsd-12-stable/share/mk/
H A Dsys.mk198 CXXFLAGS ?= ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes:N-Wno-pointer-sign:N-Wold-style-definition}
H A Dbsd.sys.mk66 -Wold-style-definition
H A Dsrc.opts.mk21 # The old-style YES_FOO and NO_FOO are being phased out. No new instances of them
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp186 llvm::StringRef compile_dir, FileSpec::Style style) {
190 if (prologue.getFileNameByIndex(idx, compile_dir, absolute, abs_path, style))
196 if (!prologue.getFileNameByIndex(idx, compile_dir, relative, rel_path, style))
204 FileSpec::Style style,
219 if (auto file_path = GetFileByIndex(prologue, idx, compile_dir, style))
224 support_files.EmplaceBack(remapped_file, style);
1575 // If this is a Darwin-style debug map (non-.dSYM) symbol file,
1576 // never attempt to load ELF-style DWO files since the -gmodules
185 GetFileByIndex(const llvm::DWARFDebugLine::Prologue &prologue, size_t idx, llvm::StringRef compile_dir, FileSpec::Style style) argument
202 ParseSupportFilesFromPrologue(const lldb::ModuleSP &module, const llvm::DWARFDebugLine::Prologue &prologue, FileSpec::Style style, llvm::StringRef compile_dir = {}) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp335 auto style = llvm::sys::path::Style::posix; local
338 auto rbegin = llvm::sys::path::rbegin(path_ref, style);
346 llvm::sys::path::append(path, style, "LLDB.framework", "Resources", "Python");
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c265 "GNU (g++) style demangling"
271 "Lucid (lcc) style demangling"
277 "ARM style demangling"
283 "HP (aCC) style demangling"
289 "EDG style demangling"
295 "GNU (g++) V3 ABI-style demangling"
301 "Java style demangling"
307 "GNAT style demangling"
785 /* Add a routine to set the demangling style to be sure it is valid and
789 cplus_demangle_set_style (enum demangling_styles style) argument
[all...]
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c265 "GNU (g++) style demangling"
271 "Lucid (lcc) style demangling"
277 "ARM style demangling"
283 "HP (aCC) style demangling"
289 "EDG style demangling"
295 "GNU (g++) V3 ABI-style demangling"
301 "Java style demangling"
307 "GNAT style demangling"
785 /* Add a routine to set the demangling style to be sure it is valid and
789 cplus_demangle_set_style (enum demangling_styles style) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1150 FileSpec::Style style = local
1152 FileSpec spec(f, style);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h1359 int wpas_update_random_addr(struct wpa_supplicant *wpa_s, int style);
H A Dwpa_supplicant.c1859 int wpas_update_random_addr(struct wpa_supplicant *wpa_s, int style) argument
1865 if (wpa_s->last_mac_addr_style == style &&
1874 switch (style) {
1896 wpa_s->last_mac_addr_style = style;
3089 /* Use ap_scan==1 style network selection to find the network
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c1454 svn_diff_conflict_display_style_t style,
1495 style, cancel_func, cancel_baton,
1674 svn_diff_conflict_display_style_t style
1690 style, merge_options,
1450 merge_showing_conflicts(const char **chosen_abspath, svn_wc__db_t *db, const char *wri_abspath, svn_diff_conflict_display_style_t style, const apr_array_header_t *merge_options, const char *left_abspath, const char *detranslated_target, const char *right_abspath, svn_io_file_del_t delete_when, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1673 svn_diff_conflict_display_style_t style local
/freebsd-12-stable/contrib/tzdata/
H A DMakefile269 -Wold-style-definition -Woverlength-strings -Wpointer-arith \
893 lsout=`ls -n --time-style="+%s" "$$dest" 2>/dev/null`; then \
908 # This uses GNU 'ls --time-style=+%s', which outputs the seconds count,
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.c5633 pro_epilogue_adjust_stack (rtx dest, rtx src, rtx offset, int style)
5648 gcc_assert (style);
5651 if (style < 0)
5656 if (style < 0)
5921 ix86_expand_epilogue (int style)
5935 if (current_function_calls_eh_return && style != 2)
5967 frame.to_allocate, style == 2);
5970 offset, style == 2);
5973 if (style == 2)
5987 const0_rtx, style);
5620 pro_epilogue_adjust_stack(rtx dest, rtx src, rtx offset, int style) argument
5908 ix86_expand_epilogue(int style) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp658 ValueObject::ValueObjectRepresentationStyle style) {
659 switch (style) {
2177 // printf style format. So if you want to format your thread ID
2250 // Our format string turned out to not be a printf style format
657 ConvertValueObjectStyleToChar( ValueObject::ValueObjectRepresentationStyle style) argument
/freebsd-12-stable/share/man/man9/
H A DMakefile303 style.9 \
304 style.lua.9 \
/freebsd-12-stable/sys/teken/
H A Dteken_subr.h375 teken_subr_set_cursor_style(teken_t *t, unsigned int style) argument
382 * Set cursor style (DECSCUSR), VT520.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex1445 % Change the current font style to #1, remembering it in \curfontstyle.
1454 % Select #1 fonts with the current style.
1468 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1474 % We don't need math for this font style.
2219 % Markup style infrastructure. \defmarkupstylesetup\INITMACRO will
2220 % define and register \INITMACRO to be called on markup style changes.
2222 % style and the set of \ifmarkupSTYLE switches for all styles
2254 % Markup style setup for left and right quotes.
3048 % @euro{} comes from a separate font, depending on the current style.
3469 % This produces Day Month Year style o
[all...]
/freebsd-12-stable/contrib/gcc/
H A DMakefile.in185 -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute \
341 GCC_CFLAGS=$(CFLAGS_FOR_TARGET) $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(LOOSE_WARN) -Wold-style-definition $($@-warn) -isystem ./include $(TCFLAGS)
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1460 % Change the current font style to #1, remembering it in \curfontstyle.
1469 % Select #1 fonts with the current style.
1479 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1485 % We don't need math for this font style.
2077 % @euro{} comes from a separate font, depending on the current style.
2376 % This produces Day Month Year style of output.
4445 % I don't think this chapter style is supported any more, so I'm not
6414 % text after an @example or the like (not that this is good style).
/freebsd-12-stable/sys/mips/mips/
H A Dexception.S68 .set noreorder # Noreorder is default style!
/freebsd-12-stable/contrib/opie/
H A Dconfigure2024 echo $ac_n "checking to see if you have an ANSI-style sprintf""... $ac_c" 1>&6
2025 echo "configure:2026: checking to see if you have an ANSI-style sprintf" >&5
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex451 value is the given string, including terminating NULL. C-style
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c2364 * expansion and end-of-line style. */
2401 svn_subst_eol_style_t style;
2410 svn_subst_eol_style_from_value(&style, &eol, eol_style->data);
2412 if (style == svn_subst_eol_style_native)
2414 else if (style != svn_subst_eol_style_fixed
2415 && style != svn_subst_eol_style_none)
2397 svn_subst_eol_style_t style; local
/freebsd-12-stable/contrib/libpcap/
H A Dconfigure2628 # At minimum, we want C++/C99-style // comments.
3480 // See if C++-style comments work.
3805 # +We, and doesn't handle GCC-style -W flags, so we
3806 # don't want to try using GCC-style -W flags.
3816 # so, and doesn't handle GCC-style -W flags, so we
3817 # don't want to try using GCC-style -W flags.
3852 # so, and doesn't handle GCC-style -W flags, so we
3853 # don't want to try using GCC-style -W flags.
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror_r is GNU-style" >&5
5041 $as_echo_n "checking whether strerror_r is GNU-style
[all...]
/freebsd-12-stable/contrib/apr/
H A Dconfigure12442 # Determine commands to create old-style static archives.
14618 # Although the cygwin gcc ignores -fPIC, still need this for old-style
15615 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
16968 # Let DOS variable expansion print the short 8.3 style file name.
16973 # Convert to MSYS style.
16978 # but this time dos style (no spaces!) so that the unix form looks
21786 ac_decision_msg='SVR4-style mmap() on /dev/zero'
21788 ac_decision_USE_SHMEM_MMAP_ZERO_msg='SVR4-style mmap() on /dev/zero'
21824 ac_decision_msg='4.4BSD-style mmap() via MAP_ANON'
21826 ac_decision_USE_SHMEM_MMAP_ANON_msg='4.4BSD-style mma
[all...]

Completed in 626 milliseconds

1234567