/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | Path.cpp | 40 inline Style real_style(Style style) { in real_style() 49 inline const char *separators(Style style) { in separators() 55 inline char preferred_separator(Style style) { in preferred_separator() 61 StringRef find_first_component(StringRef path, Style style) { in find_first_component() 97 size_t filename_pos(StringRef str, Style style) { in filename_pos() 116 size_t root_dir_start(StringRef str, Style style) { in root_dir_start() 139 size_t parent_path_end(StringRef path, Style style) { in parent_path_end() 226 const_iterator begin(StringRef path, Style style) { in begin() 297 reverse_iterator rbegin(StringRef Path, Style style) { in rbegin() 348 StringRef root_path(StringRef path, Style style) { in root_path() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-aux-info.c | 111 gen_formal_list_for_type (fntype, style) in gen_formal_list_for_type() argument 231 gen_formal_list_for_func_def (fndecl, style) in gen_formal_list_for_func_def() argument 306 gen_type (ret_val, t, style) in gen_type() argument 480 gen_decl (decl, is_func_definition, style) in gen_decl() argument
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-aux-info.c | 112 gen_formal_list_for_type (tree fntype, formals_style style) in gen_formal_list_for_type() 229 gen_formal_list_for_func_def (tree fndecl, formals_style style) in gen_formal_list_for_func_def() 302 gen_type (const char *ret_val, tree t, formals_style style) in gen_type() 473 gen_decl (tree decl, int is_func_definition, formals_style style) in gen_decl()
|
/openbsd-src/lib/libc/gen/ |
H A D | authenticate.c | 323 auth_usercheck(char *name, char *style, char *type, char *password) in auth_usercheck() 383 auth_userokay(char *name, char *style, char *type, char *password) in auth_userokay() 394 auth_userchallenge(char *name, char *style, char *type, char **challengep) in auth_userchallenge() 453 char *style, *name, *challenge, *class; in auth_userresponse() local 513 auth_verify(auth_session_t *as, char *style, char *name, ...) in auth_verify()
|
/openbsd-src/usr.bin/dig/lib/dns/ |
H A D | masterdump.c | 63 dns_master_style_t style; member 155 totext_ctx_init(const dns_master_style_t *style, dns_totext_ctx_t *ctx) { in totext_ctx_init() 501 const dns_master_style_t *style, in dns_master_rdatasettotext() 520 const dns_master_style_t *style, in dns_master_questiontotext() 543 dns_master_style_t *style; in dns_master_stylecreate2() local 565 dns_master_style_t *style; in dns_master_styledestroy() local
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | FileSpec.cpp | 46 bool PathStyleIsPosix(FileSpec::Style style) { in PathStyleIsPosix() 50 const char *GetPathSeparators(FileSpec::Style style) { in GetPathSeparators() 54 char GetPreferredPathSeparator(FileSpec::Style style) { in GetPreferredPathSeparator() 58 void Denormalize(llvm::SmallVectorImpl<char> &path, FileSpec::Style style) { in Denormalize() 70 FileSpec::FileSpec(llvm::StringRef path, Style style) : m_style(style) { in FileSpec() 173 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile()
|
/openbsd-src/usr.bin/tail/ |
H A D | reverse.c | 79 reverse(struct tailfile *tf, int nfiles, enum STYLE style, off_t off) in reverse() 114 r_reg(struct tailfile *tf, enum STYLE style, off_t off) in r_reg()
|
H A D | tail.c | 57 enum STYLE style; in main() local
|
H A D | forward.c | 79 forward(struct tailfile *tf, int nfiles, enum STYLE style, off_t origoff) in forward()
|
/openbsd-src/usr.bin/tmux/ |
H A D | menu.c | 30 struct grid_cell style; member 441 menu_set_style(struct client *c, struct grid_cell *gc, const char *style, in menu_set_style() argument 462 menu_prepare(struct menu * menu,int flags,int starting_choice,struct cmdq_item * item,u_int px,u_int py,struct client * c,enum box_lines lines,const char * style,const char * selected_style,const char * border_style,struct cmd_find_state * fs,menu_choice_cb cb,void * data) menu_prepare() argument 543 menu_display(struct menu * menu,int flags,int starting_choice,struct cmdq_item * item,u_int px,u_int py,struct client * c,enum box_lines lines,const char * style,const char * selected_style,const char * border_style,struct cmd_find_state * fs,menu_choice_cb cb,void * data) menu_display() argument [all...] |
H A D | cmd-display-menu.c | 294 const char *style = args_get(args, 's'); in cmd_display_menu_exec() local 394 const char *style = args_get(args, 's'); in cmd_display_popup_exec() local
|
H A D | cmd-select-pane.c | 97 const char *style; in cmd_select_pane_exec() local
|
/openbsd-src/gnu/llvm/clang/tools/clang-format/ |
H A D | clang-format-sublime.py | 27 style = None variable
|
H A D | clang-format.py | 60 style = None variable
|
H A D | git-clang-format | 415 binary='clang-format', style=None): argument 476 binary='clang-format', style=None, env=None): argument
|
/openbsd-src/usr.bin/su/ |
H A D | su.c | 66 char *class = NULL, *style = NULL, *p; in main() local 378 verify_user(char *from, struct passwd *pwd, char *style, in verify_user()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
H A D | demangle.exp | 31 proc set_demangling_style {style} { argument
|
/openbsd-src/libexec/login_radius/ |
H A D | login_radius.c | 90 char *class, *service, *style, *username, *password, *emsg; in main() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | demangle.c | 145 set_demangling_style (char *style) in set_demangling_style()
|
/openbsd-src/usr.bin/login/ |
H A D | login.c | 133 char *style; variable 142 char *lipaddr, *script, *ripaddr, *style, *type, *fqdn; in main() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | cxxfilt.c | 174 enum demangling_styles style = auto_demangling; in main() local
|
/openbsd-src/gnu/lib/libiberty/src/testsuite/ |
H A D | test-demangle.c | 101 enum demangling_styles style; local
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | cxxfilt.c | 169 enum demangling_styles style = auto_demangling; in main() local
|
/openbsd-src/usr.bin/lock/ |
H A D | lock.c | 70 char *p, *style, *nstyle, *ttynam; in main() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | gprof.c | 451 enum demangling_styles style; in main() local
|