/openbsd/gnu/llvm/llvm/utils/ |
H A D | revert_checker.py | 61 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/gnu/llvm/clang/utils/analyzer/ |
H A D | SATestBuild.py | 79 def write(self, message: str): 93 def init_logger(name: str): 104 def stderr(message: str): 108 def stdout(message: 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, 667 def out(self, what: str): 671 def vout(self, what: str): 715 def check_build(output_dir: str): [all …]
|
H A D | SATestBenchmark.py | 25 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 D | SATestUtils.py | 9 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/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-arm.c | 4043 do_mrs (str) in do_mrs() argument 4094 do_msr (str) in do_msr() argument 4226 do_mul (str) in do_mul() argument 4279 do_mla (str) in do_mla() argument 4665 do_clz (str) in do_clz() argument 4846 do_bxj (str) in do_bxj() argument 5136 do_srs (str) in do_srs() argument 5506 do_rfe (str) in do_rfe() argument 5539 do_rev (str) in do_rev() argument 5708 do_cps (str) in do_cps() argument [all …]
|
H A D | tc-pdp11.c | 248 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() 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() 607 parse_separator (char *str, int *error) in parse_separator() [all …]
|
/openbsd/gnu/llvm/llvm/utils/git/ |
H A D | github-automation.py | 27 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: 278 def create_branch(self, commits:List[str]) -> bool: [all …]
|
/openbsd/usr.bin/vi/common/ |
H A D | options_f.c | 33 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() 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() 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() 237 f_w300(SCR *sp, OPTION *op, char *str, u_long *valp) in f_w300() 254 f_w1200(SCR *sp, OPTION *op, char *str, u_long *valp) in f_w1200() 271 f_w9600(SCR *sp, OPTION *op, char *str, u_long *valp) in f_w9600() [all …]
|
/openbsd/gnu/llvm/llvm/utils/filecheck_lint/ |
H A D | filecheck_lint.py | 55 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/gnu/llvm/lldb/source/Utility/ |
H A D | StringList.cpp | 24 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/gnu/usr.bin/perl/ |
H A D | hv_func.h | 56 # 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/gnu/llvm/libcxx/src/ |
H A D | string.cpp | 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() 237 long long stoll(const string& str, size_t* idx, int base) { in stoll() 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() 258 int stoi(const wstring& str, size_t* idx, int base) { in stoi() 262 long stol(const wstring& str, size_t* idx, int base) { in stol() 278 float stof(const wstring& str, size_t* idx) { in stof() 282 double stod(const wstring& str, size_t* idx) { in stod() [all …]
|
/openbsd/usr.sbin/nsd/ |
H A D | configparser.y | 43 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/sbin/unwind/libunbound/util/ |
H A D | config_file.c | 474 #define S_YNO(str, var) if(strcmp(opt, str) == 0) \ argument 477 #define S_MEMSIZE(str, var) if(strcmp(opt, str)==0) \ argument 480 #define S_POW2(str, var) if(strcmp(opt, str)==0) \ argument 483 #define S_STR(str, var) if(strcmp(opt, str)==0) \ argument 1950 void ub_c_error(const char *str) in ub_c_error() 2123 cfg_convert_timeval(const char* str) in cfg_convert_timeval() 2173 static int isalldigit(const char* str, size_t l) in isalldigit() 2183 cfg_parse_memsize(const char* str, size_t* res) in cfg_parse_memsize() 2522 static char* next_space_pos(const char* str) in next_space_pos() 2534 static char* last_space_pos(const char* str) in last_space_pos() [all …]
|
/openbsd/usr.sbin/unbound/util/ |
H A D | config_file.c | 474 #define S_YNO(str, var) if(strcmp(opt, str) == 0) \ argument 477 #define S_MEMSIZE(str, var) if(strcmp(opt, str)==0) \ argument 480 #define S_POW2(str, var) if(strcmp(opt, str)==0) \ argument 483 #define S_STR(str, var) if(strcmp(opt, str)==0) \ argument 1950 void ub_c_error(const char *str) in ub_c_error() 2123 cfg_convert_timeval(const char* str) in cfg_convert_timeval() 2173 static int isalldigit(const char* str, size_t l) in isalldigit() 2183 cfg_parse_memsize(const char* str, size_t* res) in cfg_parse_memsize() 2522 static char* next_space_pos(const char* str) in next_space_pos() 2534 static char* last_space_pos(const char* str) in last_space_pos() [all …]
|
/openbsd/usr.sbin/unbound/sldns/ |
H A D | str2wire.c | 41 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() 171 uint8_t* sldns_str2wire_dname(const char* str, size_t* len) in sldns_str2wire_dname() 946 int sldns_str2wire_rr_buf(const char* str, uint8_t* rr, size_t* len, in sldns_str2wire_rr_buf() 1660 int sldns_str2wire_rdf_buf(const char* str, uint8_t* rd, size_t* len, in sldns_str2wire_rdf_buf() 1790 int sldns_str2wire_a_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_a_buf() 1818 int sldns_str2wire_str_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_str_buf() 1843 int sldns_str2wire_apl_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_apl_buf() 1930 int sldns_str2wire_b64_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_b64_buf() 1964 sldns_is_last_of_string(const char* str) in sldns_is_last_of_string() [all …]
|
/openbsd/sbin/unwind/libunbound/sldns/ |
H A D | str2wire.c | 41 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() 171 uint8_t* sldns_str2wire_dname(const char* str, size_t* len) in sldns_str2wire_dname() 946 int sldns_str2wire_rr_buf(const char* str, uint8_t* rr, size_t* len, in sldns_str2wire_rr_buf() 1660 int sldns_str2wire_rdf_buf(const char* str, uint8_t* rd, size_t* len, in sldns_str2wire_rdf_buf() 1790 int sldns_str2wire_a_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_a_buf() 1818 int sldns_str2wire_str_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_str_buf() 1843 int sldns_str2wire_apl_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_apl_buf() 1930 int sldns_str2wire_b64_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_b64_buf() 1964 sldns_is_last_of_string(const char* str) in sldns_is_last_of_string() [all …]
|
/openbsd/usr.sbin/btrace/ |
H A D | printf.c | 232 print_escape_str(const char *str) in print_escape_str() 272 print_escape(const char *str) in print_escape() 368 mklong(const char *str, int ch) in mklong() 411 const char *str; in getstr() local 425 const char *str; in getint() local 442 const char *str; in getlong() local 466 const char *str; in getulong() local 490 const char *str; in getdouble() local
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_sstream.h | 134 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/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-pdp11.c | 307 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() 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() 644 parse_separator (char *str, int *error) in parse_separator() [all …]
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/POSIX/ |
H A D | CrashReason.cpp | 17 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/gnu/llvm/llvm/utils/release/ |
H A D | bump-version.py | 15 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/lib/libcrypto/pem/ |
H A D | pem.h | 151 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 157 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 169 #define IMPLEMENT_PEM_write_cb_fp(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 218 #define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument 226 #define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \ argument 234 #define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument 238 #define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument 242 #define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \ argument [all …]
|
/openbsd/sys/dev/isa/ |
H A D | isapnpdebug.c | 49 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()
|
/openbsd/gnu/gcc/libssp/ssp/ |
H A D | stdio.h | 59 #define sprintf(str, ...) \ argument 62 #define vsprintf(str, fmt, ap) \ argument 72 #define snprintf(str, len, ...) \ argument 74 #define vsnprintf(str, len, fmt, ap) \ argument
|