/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 41 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 D | elftc_demangle.c | 39 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 D | FileSpec.cpp | 47 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 D | openpam_configure.c | 157 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 D | pam_prompt.c | 55 int style, in pam_prompt()
|
H A D | pam_vprompt.c | 56 int style, in pam_vprompt()
|
H A D | pam_get_authtok.c | 74 int pitem, r, style, twice; in pam_get_authtok() local
|
/freebsd/usr.bin/tail/ |
H A D | reverse.c | 76 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 D | forward.c | 97 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 D | tail.c | 80 enum STYLE style; in main() local
|
/freebsd/contrib/ntp/sntp/unity/ |
H A D | unity.c | 120 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 D | SaveCoreOptions.cpp | 32 void SaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { m_style = style; } in SetStyle()
|
H A D | LineEntry.cpp | 61 Address::DumpStyle style, in Dump()
|
/freebsd/contrib/libxo/xohtml/ |
H A D | xohtml.js | 50 style: "qtip-tipped" property
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBSaveCoreOptions.cpp | 49 void SBSaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { in SetStyle()
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | pam_passwdqc.c | 132 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 D | manconf.h | 36 char *style; member
|
H A D | html.h | 109 char *style; /* style-sheet URI */ member
|
/freebsd/usr.sbin/sesutil/ |
H A D | sesutil.c | 340 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 D | compress.c | 60 enum {COMPRESS, DECOMPRESS} style; in main() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | AddressRange.cpp | 153 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CompileUnitIndex.cpp | 239 llvm::sys::path::Style style = working_dir.String.starts_with("/") in GetMainSourceFile() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | StringPrinter.h | 73 void SetEscapeStyle(EscapeStyle style) { m_escape_style = style; } in SetEscapeStyle()
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitch.c | 941 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 D | auth.h | 67 char *style; member
|