Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp40 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 Dc-aux-info.c111 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 Dc-aux-info.c112 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 Dauthenticate.c323 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 Dmasterdump.c63 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 DFileSpec.cpp46 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 Dreverse.c79 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 Dtail.c57 enum STYLE style; in main() local
H A Dforward.c79 forward(struct tailfile *tf, int nfiles, enum STYLE style, off_t origoff) in forward()
/openbsd-src/usr.bin/tmux/
H A Dmenu.c30 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 Dcmd-display-menu.c294 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 Dcmd-select-pane.c97 const char *style; in cmd_select_pane_exec() local
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A Dclang-format-sublime.py27 style = None variable
H A Dclang-format.py60 style = None variable
H A Dgit-clang-format415 binary='clang-format', style=None): argument
476 binary='clang-format', style=None, env=None): argument
/openbsd-src/usr.bin/su/
H A Dsu.c66 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 Ddemangle.exp31 proc set_demangling_style {style} { argument
/openbsd-src/libexec/login_radius/
H A Dlogin_radius.c90 char *class, *service, *style, *username, *password, *emsg; in main() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddemangle.c145 set_demangling_style (char *style) in set_demangling_style()
/openbsd-src/usr.bin/login/
H A Dlogin.c133 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 Dcxxfilt.c174 enum demangling_styles style = auto_demangling; in main() local
/openbsd-src/gnu/lib/libiberty/src/testsuite/
H A Dtest-demangle.c101 enum demangling_styles style; local
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dcxxfilt.c169 enum demangling_styles style = auto_demangling; in main() local
/openbsd-src/usr.bin/lock/
H A Dlock.c70 char *p, *style, *nstyle, *ttynam; in main() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dgprof.c451 enum demangling_styles style; in main() local

1234