Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp42 if (style != Style::native) in real_style() argument
51 if (is_style_windows(style)) in separators() argument
57 if (real_style(style) == Style::windows) in preferred_separator() argument
63 find_first_component(StringRef path,Style style) find_first_component() argument
99 filename_pos(StringRef str,Style style) filename_pos() argument
118 root_dir_start(StringRef str,Style style) root_dir_start() argument
141 parent_path_end(StringRef path,Style style) parent_path_end() argument
228 begin(StringRef path,Style style) begin() argument
299 rbegin(StringRef Path,Style style) rbegin() argument
350 root_path(StringRef path,Style style) root_path() argument
375 root_name(StringRef path,Style style) root_name() argument
392 root_directory(StringRef path,Style style) root_directory() argument
415 relative_path(StringRef path,Style style) relative_path() argument
420 append(SmallVectorImpl<char> & path,Style style,const Twine & a,const Twine & b,const Twine & c,const Twine & d) append() argument
464 append(SmallVectorImpl<char> & path,const_iterator begin,const_iterator end,Style style) append() argument
469 parent_path(StringRef path,Style style) parent_path() argument
476 remove_filename(SmallVectorImpl<char> & path,Style style) remove_filename() argument
483 replace_extension(SmallVectorImpl<char> & path,const Twine & extension,Style style) replace_extension() argument
502 starts_with(StringRef Path,StringRef Prefix,Style style=Style::native) starts_with() argument
521 replace_path_prefix(SmallVectorImpl<char> & Path,StringRef OldPrefix,StringRef NewPrefix,Style style) replace_path_prefix() argument
542 native(const Twine & path,SmallVectorImpl<char> & result,Style style) native() argument
552 native(SmallVectorImpl<char> & Path,Style style) native() argument
570 convert_to_slash(StringRef path,Style style) convert_to_slash() argument
579 filename(StringRef path,Style style) filename() argument
581 stem(StringRef path,Style style) stem() argument
592 extension(StringRef path,Style style) extension() argument
603 is_separator(char value,Style style) is_separator() argument
611 get_separator(Style style) get_separator() argument
617 has_root_name(const Twine & path,Style style) has_root_name() argument
624 has_root_directory(const Twine & path,Style style) has_root_directory() argument
631 has_root_path(const Twine & path,Style style) has_root_path() argument
638 has_relative_path(const Twine & path,Style style) has_relative_path() argument
645 has_filename(const Twine & path,Style style) has_filename() argument
652 has_parent_path(const Twine & path,Style style) has_parent_path() argument
659 has_stem(const Twine & path,Style style) has_stem() argument
666 has_extension(const Twine & path,Style style) has_extension() argument
673 is_absolute(const Twine & path,Style style) is_absolute() argument
683 is_absolute_gnu(const Twine & path,Style style) is_absolute_gnu() argument
701 is_relative(const Twine & path,Style style) is_relative() argument
705 remove_leading_dotslash(StringRef Path,Style style) remove_leading_dotslash() argument
718 remove_dots(SmallVectorImpl<char> & the_path,bool remove_dot_dot,Style style) remove_dots() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp47 bool PathStyleIsPosix(FileSpec::Style style) { in PathStyleIsPosix()
51 const char *GetPathSeparators(FileSpec::Style style) { in GetPathSeparators()
55 char GetPreferredPathSeparator(FileSpec::Style style) { in GetPreferredPathSeparator()
59 void Denormalize(llvm::SmallVectorImpl<char> &path, FileSpec::Style style) { in Denormalize()
71 FileSpec::FileSpec(llvm::StringRef path, Style style) : m_style(style) { in FileSpec()
174 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile()
/freebsd-src/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-src/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() argument
305 follow(file_info_t *files, enum STYLE style, off_t off) in follow() argument
H A Dtail.c80 enum STYLE style; in main() local
/freebsd-src/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-src/contrib/libxo/xohtml/
H A Dxohtml.js50 style: "qtip-tipped" property
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp58 Dump(Stream * s,Target * target,bool show_file,Address::DumpStyle style,Address::DumpStyle fallback_style,bool show_range) const Dump() argument
/freebsd-src/contrib/mandoc/
H A Dmanconf.h36 char *style; member
H A Dhtml.h107 char *style; /* style-sheet URI */ global() member
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp148 Dump(Stream * s,Target * target,Address::DumpStyle style,Address::DumpStyle fallback_style) const Dump() argument
/freebsd-src/usr.bin/compress/
H A Dcompress.c60 enum {COMPRESS, DECOMPRESS} style; in main() local
/freebsd-src/usr.sbin/sesutil/
H A Dsesutil.c341 sesutil_print(int * style,const char * fmt,...) sesutil_print() argument
366 print_extra_status(int eletype,u_char * cstat,int style) print_extra_status() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h73 void SetEscapeStyle(EscapeStyle style) { m_escape_style = style; } in SetEscapeStyle()
/freebsd-src/sys/dev/etherswitch/arswitch/
H A Darswitch.c946 int style; arswitch_getport() local
1057 arswitch_setled(struct arswitch_softc * sc,int phy,int led,int style) arswitch_setled() argument
[all...]
/freebsd-src/crypto/openssh/
H A Dauth.h67 char *style; member
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp187 llvm::sys::path::Style style) { in AppendPathComponents() argument
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp257 GetPrintableElementType style, in DumpEncodedBufferToStream()

12