Home
last modified time | relevance | path

Searched defs:style (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp41 inline Style real_style(Style style) { in real_style()
50 inline const char *separators(Style style) { in separators()
56 inline char preferred_separator(Style style) { in preferred_separator()
62 StringRef find_first_component(StringRef path, Style style) { in find_first_component()
98 size_t filename_pos(StringRef str, Style style) { in filename_pos()
117 size_t root_dir_start(StringRef str, Style style) { in root_dir_start()
140 size_t parent_path_end(StringRef path, Style style) { in parent_path_end()
227 const_iterator begin(StringRef path, Style style) { in begin()
298 reverse_iterator rbegin(StringRef Path, Style style) { in rbegin()
349 StringRef root_path(StringRef path, Style style) { in root_path()
[all …]
/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_demangle.c39 is_mangled(const char *s, unsigned int style) in is_mangled()
61 demangle(const char *s, unsigned int style, unsigned int rc) in demangle()
79 unsigned int style, rc; in elftc_demangle() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp47 bool PathStyleIsPosix(FileSpec::Style style) { in PathStyleIsPosix() argument
51 const char *GetPathSeparators(FileSpec::Style style) { in GetPathSeparators() argument
55 char GetPreferredPathSeparator(FileSpec::Style style) { in GetPreferredPathSeparator() argument
59 void Denormalize(llvm::SmallVectorImpl<char> &path, FileSpec::Style style) { in Denormalize() argument
71 FileSpec::FileSpec(llvm::StringRef path, Style style) : m_style(style) { in FileSpec() argument
174 SetFile(llvm::StringRef pathname,Style style) SetFile() argument
[all...]
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c157 openpam_style_t style) in openpam_parse_chain()
343 openpam_style_t style) in openpam_load_file()
391 openpam_style_t style; in openpam_load_chain() local
H A Dpam_prompt.c55 int style, in pam_prompt()
H A Dpam_vprompt.c56 int style, in pam_vprompt()
H A Dpam_get_authtok.c74 int pitem, r, style, twice; in pam_get_authtok() local
/freebsd/usr.bin/tail/
H A Dreverse.c76 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse()
105 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in r_reg()
H A Dforward.c97 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in forward()
305 follow(file_info_t *files, enum STYLE style, off_t off) in follow()
H A Dtail.c80 enum STYLE style; in main() local
/freebsd/contrib/ntp/sntp/unity/
H A Dunity.c120 void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle()
474 const UNITY_DISPLAY_STYLE_T style) in UnityAssertEqualNumber()
496 const UNITY_DISPLAY_STYLE_T style) in UnityAssertEqualIntArray()
706 const UNITY_FLOAT_TRAIT_T style) in UnityAssertFloatSpecial()
868 const UNITY_FLOAT_TRAIT_T style) in UnityAssertDoubleSpecial()
937 const UNITY_DISPLAY_STYLE_T style) in UnityAssertNumbersWithin()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp32 void SaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { m_style = style; } in SetStyle()
H A DLineEntry.cpp61 Address::DumpStyle style, in Dump()
/freebsd/contrib/libxo/xohtml/
H A Dxohtml.js50 style: "qtip-tipped" property
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp49 void SBSaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { in SetStyle()
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c132 static int converse(pam_handle_t *pamh, int style, lo_const char *text, in converse()
157 static int say(pam_handle_t *pamh, int style, const char *format, ...) in say()
/freebsd/contrib/mandoc/
H A Dmanconf.h36 char *style; member
H A Dhtml.h109 char *style; /* style-sheet URI */ member
/freebsd/usr.sbin/sesutil/
H A Dsesutil.c340 sesutil_print(int *style, const char *fmt, ...) in sesutil_print()
365 print_extra_status(int eletype, u_char *cstat, int style) in print_extra_status()
/freebsd/usr.bin/compress/
H A Dcompress.c60 enum {COMPRESS, DECOMPRESS} style; in main() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp153 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp239 llvm::sys::path::Style style = working_dir.String.starts_with("/") in GetMainSourceFile() local
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h73 void SetEscapeStyle(EscapeStyle style) { m_escape_style = style; } in SetEscapeStyle()
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch.c941 int style; in arswitch_getport() local
1052 arswitch_setled(struct arswitch_softc *sc, int phy, int led, int style) in arswitch_setled()
/freebsd/crypto/openssh/
H A Dauth.h67 char *style; member

12