Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 1382) sorted by relevance

12345678910>>...56

/openbsd-src/gnu/llvm/llvm/utils/
H A Drevert_checker.py61 def _try_parse_reverts_from_commit_message(commit_message: str) -> List[str]:
74 def _stream_stdout(command: List[str]) -> Generator[str, None, None]:
81 def _resolve_sha(git_dir: str, sha: str) -> str:
98 def _log_stream(git_dir: str, root_sha: str,
99 end_at_sha: str) -> Iterable[_LogEntry]:
139 def _shas_between(git_dir: str, base_ref: str, head_ref: str) -> Iterable[str]:
151 def _rev_parse(git_dir: str, ref: str) -> str:
164 def _find_common_parent_commit(git_dir: str, ref_a: str, ref_b: str) -> str:
172 def find_reverts(git_dir: str, across_ref: str, root: str) -> List[Revert]:
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py79 def write(self, message: str):
93 def init_logger(name: str):
104 def stderr(message: str):
108 def stdout(message: str):
197 def run_cleanup_script(directory: str, build_log_file: IO):
239 override_compiler: bool, extra_analyzer_config: str,
240 extra_checkers: str,
369 def build(self, directory: str, output_dir: str) -> Tuple[float, int]:
408 def scan_build(self, directory: str, output_dir: str,
496 def analyze_preprocessed(self, directory: str,
[all …]
H A DSATestBenchmark.py25 def _save(data: pd.DataFrame, file_path: str):
29 def _load(file_path: str) -> pd.DataFrame:
40 output_path: str):
77 def compare(old_path: str, new_path: str, plot_file: str):
127 def _normalize_key(data: pd.DataFrame, key: str):
133 def _normalized_name(name: str) -> str:
137 def _plot(data: pd.DataFrame, plot_file: str):
146 def _subplot(key: str, ax: matplotlib.axes.Axes):
H A DSATestUtils.py9 def which(command: str, paths: Optional[str] = None) -> Optional[str]:
41 def has_no_extension(file_name: str) -> bool:
46 def is_valid_single_input_file(file_name: str) -> bool:
132 def run_script(script_path: str, build_log_file: IO, cwd: str,
158 def is_comment_csv_line(entries: List[str]) -> bool:
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c170 #define skip_whitespace(str) while (*(str) == ' ') ++(str) argument
3372 end_of_line (str) in end_of_line() argument
3382 skip_past_comma (str) in skip_past_comma() argument
3408 reg_required_here (str, shift) in reg_required_here() argument
3441 wreg_required_here (str, shift, reg_type) in wreg_required_here() argument
3529 psr_required_here (str) in psr_required_here() argument
3559 co_proc_number (str) in co_proc_number() argument
3602 cp_opc_expr (str, where, length) in cp_opc_expr() argument
3632 cp_reg_required_here (str, where) in cp_reg_required_here() argument
3655 fp_reg_required_here (str, where) in fp_reg_required_here() argument
[all …]
H A Dtc-pdp11.c248 skip_whitespace (char *str) in skip_whitespace()
256 find_whitespace (char *str) in find_whitespace()
264 parse_reg (char *str, struct pdp11_code *operand) in parse_reg()
304 parse_ac5 (char *str, struct pdp11_code *operand) in parse_ac5()
335 parse_ac (char *str, struct pdp11_code *operand) in parse_ac()
348 parse_expression (char *str, struct pdp11_code *operand) in parse_expression()
396 parse_op_no_deferred (char *str, struct pdp11_code *operand) in parse_op_no_deferred()
548 parse_op_noreg (char *str, struct pdp11_code *operand) in parse_op_noreg()
567 parse_op (char *str, struct pdp11_code *operand) in parse_op()
587 parse_fop (char *str, struct pdp11_code *operand) in parse_fop()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/git/
H A Dgithub-automation.py27 def __init__(self, token:str, repo:str, issue_number:int, label_name:str):
52 def phab_api_call(phab_token:str, url:str, args:dict) -> dict:
63 def phab_login_to_github_login(phab_token:str, repo:github.Repository.Repository, phab_login:str) -…
97 def phab_get_commit_approvers(phab_token:str, commit:github.Commit.Commit) -> list:
138 def __init__(self, token:str, repo:str, issue_number:int,
139 branch_repo_name:str, branch_repo_token:str,
140 llvm_project_dir:str, phab_token:str) -> None:
216 def make_ignore_comment(self, comment: str) -> str:
225 def issue_notify_no_milestone(self, comment:List[str]) -> None:
235 def issue_notify_cherry_pick_failure(self, commit:str) -> github.IssueComment.IssueComment:
[all …]
/openbsd-src/usr.bin/vi/common/
H A Doptions_f.c33 f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_altwerase()
44 f_columns(SCR *sp, OPTION *op, char *str, u_long *valp) in f_columns()
74 f_lines(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lines()
127 f_paragraph(SCR *sp, OPTION *op, char *str, u_long *valp) in f_paragraph()
141 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) in f_print()
155 f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp) in f_readonly()
172 f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp) in f_recompile()
189 f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_reformat()
199 f_section(SCR *sp, OPTION *op, char *str, u_long *valp) in f_section()
213 f_secure(SCR *sp, OPTION *op, char *str, u_long *valp) in f_secure()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/filecheck_lint/
H A Dfilecheck_lint.py55 def levenshtein(s1: str, s2: str) -> int: # pylint: disable=g-doc-args
88 def __init__(self, content: str, start_byte: int, end_byte: int): # pylint: disable=g-doc-args
121 typo: str,
122 fix: str # pylint: disable=redefined-outer-name
139 content: str,) -> Generator[Tuple[FileRange, str], None, None]:
160 def parse_custom_prefixes(content: str) -> Generator[str, None, None]: # pylint: disable=g-doc-args
180 content: str,
233 def main(argv: Sequence[str]):
/openbsd-src/lib/libssl/
H A Dssl_stat.c92 const char *str; SSL_state_string_long() local
327 const char *str; SSL_rstate_string_long() local
350 const char *str; SSL_state_string() local
583 const char *str; SSL_alert_desc_string() local
681 const char *str; SSL_alert_desc_string_long() local
779 const char *str; SSL_rstate_string() local
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStringList.cpp24 StringList::StringList(const char *str) : m_strings() { in StringList()
38 void StringList::AppendString(const char *str) { in AppendString()
49 void StringList::AppendString(const char *str, size_t str_len) { in AppendString()
54 void StringList::AppendString(llvm::StringRef str) { in AppendString()
58 void StringList::AppendString(const llvm::Twine &str) { in AppendString()
124 void StringList::InsertStringAtIndex(size_t idx, const char *str) { in InsertStringAtIndex()
133 void StringList::InsertStringAtIndex(size_t idx, const std::string &str) { in InsertStringAtIndex()
140 void StringList::InsertStringAtIndex(size_t idx, std::string &&str) { in InsertStringAtIndex()
211 StringList &StringList::operator<<(const char *str) { in operator <<()
216 StringList &StringList::operator<<(const std::string &str) { in operator <<()
/openbsd-src/gnu/usr.bin/perl/
H A Dhv_func.h56 # define PVT__PERL_HASH_WITH_STATE(state,str,len) S_perl_hash_siphash_2_4_with_state((state),(U8*)(… argument
65 # define PVT__PERL_HASH_WITH_STATE(state,str,len) S_perl_hash_siphash_1_3_with_state((state),(const… argument
74 # define PVT__PERL_HASH_WITH_STATE(state,str,len) (U32)zaphod32_hash_with_state((state),(U8*)(str),… argument
105 # define PVT_PERL_HASH_WITH_STATE(state,str,len) PVT__PERL_HASH_WITH_STATE(state,str,len) argument
120 #define PVT_PERL_HASH_WITH_STATE(state,str,len) \ argument
127 #define PERL_HASH_WITH_SEED(seed,hash,str,len) \ argument
129 #define PERL_HASH_WITH_STATE(state,hash,str,len) \ argument
141 #define PERL_HASH(state,str,len) \ argument
145 #define PERL_HASH(hash,str,len) \ argument
175 #define PERL_HASH_INTERNAL(hash,str,len) PERL_HASH(hash,str,len) argument
[all …]
/openbsd-src/gnu/llvm/libcxx/src/
H A Dstring.cpp85 inline V as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) { in as_integer_helper()
172 inline V as_float_helper(const string& func, const S& str, size_t* idx, F f) { in as_float_helper()
225 int stoi(const string& str, size_t* idx, int base) { in stoi()
229 long stol(const string& str, size_t* idx, int base) { in stol()
233 unsigned long stoul(const string& str, size_t* idx, int base) { in stoul()
237 long long stoll(const string& str, size_t* idx, int base) { in stoll()
241 unsigned long long stoull(const string& str, size_t* idx, int base) { in stoull()
245 float stof(const string& str, size_t* idx) { in stof()
249 double stod(const string& str, size_t* idx) { in stod()
253 long double stold(const string& str, size_t* idx) { in stold()
[all …]
/openbsd-src/usr.sbin/nsd/
H A Dconfigparser.y43 char *str; member
49 char *str; member
542 char *tok, *ptr, *str; variable
577 char *tok, *ptr, *str; variable
1220 parse_boolean(const char *str, int *bln) in parse_boolean()
1234 parse_expire_expr(const char *str, long long *num, uint8_t *expr) in parse_expire_expr()
1249 parse_number(const char *str, long long *num) in parse_number()
1266 parse_range(const char *str, long long *low, long long *high) in parse_range()
1311 parse_catalog_role(const char *str, int *role) in parse_catalog_role()
/openbsd-src/usr.sbin/unbound/sldns/
H A Dstr2wire.c41 static int sldns_str2wire_dname_buf_rel(const char* str, uint8_t* buf, in sldns_str2wire_dname_buf_rel()
140 int sldns_str2wire_dname_buf(const char* str, uint8_t* buf, size_t* len) in sldns_str2wire_dname_buf()
145 int sldns_str2wire_dname_buf_origin(const char* str, uint8_t* buf, size_t* len, in sldns_str2wire_dname_buf_origin()
171 uint8_t* sldns_str2wire_dname(const char* str, size_t* len) in sldns_str2wire_dname()
897 sldns_str2wire_rr_buf_internal(const char* str, uint8_t* rr, size_t* len, in sldns_str2wire_rr_buf_internal()
946 int sldns_str2wire_rr_buf(const char* str, uint8_t* rr, size_t* len, in sldns_str2wire_rr_buf()
954 int sldns_str2wire_rr_question_buf(const char* str, uint8_t* rr, size_t* len, in sldns_str2wire_rr_question_buf()
1618 static int sldns_str2wire_svcparam_buf(const char* str, uint8_t* rd, size_t* rd_len) in sldns_str2wire_svcparam_buf()
1660 int sldns_str2wire_rdf_buf(const char* str, uint8_t* rd, size_t* len, in sldns_str2wire_rdf_buf()
1744 int sldns_str2wire_int8_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_int8_buf()
[all …]
/openbsd-src/sbin/unwind/libunbound/sldns/
H A Dstr2wire.c41 static int sldns_str2wire_dname_buf_rel(const char* str, uint8_t* buf, in sldns_str2wire_dname_buf_rel()
140 int sldns_str2wire_dname_buf(const char* str, uint8_t* buf, size_t* len) in sldns_str2wire_dname_buf()
145 int sldns_str2wire_dname_buf_origin(const char* str, uint8_t* buf, size_t* len, in sldns_str2wire_dname_buf_origin()
171 uint8_t* sldns_str2wire_dname(const char* str, size_t* len) in sldns_str2wire_dname()
897 sldns_str2wire_rr_buf_internal(const char* str, uint8_t* rr, size_t* len, in sldns_str2wire_rr_buf_internal()
946 int sldns_str2wire_rr_buf(const char* str, uint8_t* rr, size_t* len, in sldns_str2wire_rr_buf()
954 int sldns_str2wire_rr_question_buf(const char* str, uint8_t* rr, size_t* len, in sldns_str2wire_rr_question_buf()
1618 static int sldns_str2wire_svcparam_buf(const char* str, uint8_t* rd, size_t* rd_len) in sldns_str2wire_svcparam_buf()
1660 int sldns_str2wire_rdf_buf(const char* str, uint8_t* rd, size_t* len, in sldns_str2wire_rdf_buf()
1744 int sldns_str2wire_int8_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_int8_buf()
[all …]
/openbsd-src/sbin/unwind/libunbound/util/
H A Dconfig_file.c457 S_NUMBER_OR_ZERO(str,var) global() argument
460 S_NUMBER_NONZERO(str,var) global() argument
463 S_UNSIGNED_OR_ZERO(str,var) global() argument
466 S_SIZET_OR_ZERO(str,var) global() argument
469 S_SIZET_NONZERO(str,var) global() argument
472 S_YNO(str,var) global() argument
475 S_MEMSIZE(str,var) global() argument
478 S_POW2(str,var) global() argument
481 S_STR(str,var) global() argument
484 S_STRLIST(str,var) global() argument
487 S_STRLIST_UNIQ(str,var) global() argument
491 S_STRLIST_APPEND(str,var) global() argument
924 config_get_option_collate(struct config_file * cfg,const char * opt,char ** str) config_get_option_collate() argument
970 O_DEC(opt,str,var) global() argument
974 O_UNS(opt,str,var) global() argument
978 O_YNO(opt,str,var) global() argument
981 O_STR(opt,str,var) global() argument
984 O_IFC(opt,str,num,arr) global() argument
987 O_MEM(opt,str,var) global() argument
1776 cfg_mark_ports(const char * str,int allow,int * avail,int num) cfg_mark_ports() argument
1916 ub_c_error(const char * str) ub_c_error() argument
2089 cfg_convert_timeval(const char * str) cfg_convert_timeval() argument
2139 isalldigit(const char * str,size_t l) isalldigit() argument
2149 cfg_parse_memsize(const char * str,size_t * res) cfg_parse_memsize() argument
2237 config_parse_taglist(struct config_file * cfg,char * str,size_t * listlen) config_parse_taglist() argument
2275 cfg_parse_nsid(const char * str,uint16_t * nsid_len) cfg_parse_nsid() argument
2488 next_space_pos(const char * str) next_space_pos() argument
2500 last_space_pos(const char * str) last_space_pos() argument
2559 cfg_ptr_reverse(char * str) cfg_ptr_reverse() argument
[all...]
/openbsd-src/usr.sbin/unbound/util/
H A Dconfig_file.c457 S_NUMBER_OR_ZERO(str,var) global() argument
460 S_NUMBER_NONZERO(str,var) global() argument
463 S_UNSIGNED_OR_ZERO(str,var) global() argument
466 S_SIZET_OR_ZERO(str,var) global() argument
469 S_SIZET_NONZERO(str,var) global() argument
472 S_YNO(str,var) global() argument
475 S_MEMSIZE(str,var) global() argument
478 S_POW2(str,var) global() argument
481 S_STR(str,var) global() argument
484 S_STRLIST(str,var) global() argument
487 S_STRLIST_UNIQ(str,var) global() argument
491 S_STRLIST_APPEND(str,var) global() argument
924 config_get_option_collate(struct config_file * cfg,const char * opt,char ** str) config_get_option_collate() argument
970 O_DEC(opt,str,var) global() argument
974 O_UNS(opt,str,var) global() argument
978 O_YNO(opt,str,var) global() argument
981 O_STR(opt,str,var) global() argument
984 O_IFC(opt,str,num,arr) global() argument
987 O_MEM(opt,str,var) global() argument
1776 cfg_mark_ports(const char * str,int allow,int * avail,int num) cfg_mark_ports() argument
1916 ub_c_error(const char * str) ub_c_error() argument
2089 cfg_convert_timeval(const char * str) cfg_convert_timeval() argument
2139 isalldigit(const char * str,size_t l) isalldigit() argument
2149 cfg_parse_memsize(const char * str,size_t * res) cfg_parse_memsize() argument
2237 config_parse_taglist(struct config_file * cfg,char * str,size_t * listlen) config_parse_taglist() argument
2275 cfg_parse_nsid(const char * str,uint16_t * nsid_len) cfg_parse_nsid() argument
2488 next_space_pos(const char * str) next_space_pos() argument
2500 last_space_pos(const char * str) last_space_pos() argument
2559 cfg_ptr_reverse(char * str) cfg_ptr_reverse() argument
[all...]
/openbsd-src/usr.sbin/btrace/
H A Dprintf.c232 print_escape_str(const char *str) in print_escape_str() argument
272 print_escape(const char * str) print_escape() argument
368 mklong(const char * str,int ch) mklong() argument
411 const char *str; getstr() local
425 const char *str; getint() local
442 const char *str; getlong() local
466 const char *str; getulong() local
490 const char *str; getdouble() local
[all...]
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_sstream.h134 str() const in str() function
159 str(const __string_type& __s) in str() function
382 str() const in str() function
392 str(const __string_type& __s) in str() function
501 str() const in str() function
511 str(const __string_type& __s) in str() function
616 str() const in str() function
626 str(const __string_type& __s) in str() function
/openbsd-src/gnu/llvm/llvm/utils/release/
H A Dbump-version.py15 def process_line(self, line: str) -> str:
58 def process_line(self, line: str) -> str:
93 def process_line(self, line: str) -> str:
109 def process_line(self, line: str) -> str:
122 def process_line(self, line: str) -> str:
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.cpp17 void AppendFaultAddr(std::string &str, lldb::addr_t addr) { in AppendFaultAddr()
24 void AppendBounds(std::string &str, lldb::addr_t lower_bound, in AppendBounds()
145 std::string str; in GetCrashReasonString() local
163 std::string str; in GetCrashReasonString() local
251 const char *str = nullptr; in CrashReasonAsString() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-pdp11.c307 skip_whitespace (char *str) in skip_whitespace()
315 find_whitespace (char *str) in find_whitespace()
323 parse_reg (char *str, struct pdp11_code *operand) in parse_reg()
363 parse_ac5 (char *str, struct pdp11_code *operand) in parse_ac5()
394 parse_ac (char *str, struct pdp11_code *operand) in parse_ac()
407 parse_expression (char *str, struct pdp11_code *operand) in parse_expression()
431 parse_op_no_deferred (char *str, struct pdp11_code *operand) in parse_op_no_deferred()
585 parse_op_noreg (char *str, struct pdp11_code *operand) in parse_op_noreg()
604 parse_op (char *str, struct pdp11_code *operand) in parse_op()
624 parse_fop (char *str, struct pdp11_code *operand) in parse_fop()
[all …]
/openbsd-src/lib/libcrypto/pem/
H A Dpem.h151 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
157 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
163 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
169 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
177 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument
186 #define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument
192 #define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument
198 #define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument
204 #define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument
211 #define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument
[all …]
/openbsd-src/sys/dev/isa/
H A Disapnpdebug.c49 isapnp_print_mem(const char *str, const struct isapnp_region *mem) in isapnp_print_mem()
84 isapnp_print_io(const char *str, const struct isapnp_region *io) in isapnp_print_io()
98 isapnp_print_irq(const char *str, const struct isapnp_pin *irq) in isapnp_print_irq()
122 isapnp_print_drq(const char *str, const struct isapnp_pin *drq) in isapnp_print_drq()
177 isapnp_print_dep_start(const char *str, const u_char pref) in isapnp_print_dep_start()

12345678910>>...56