/netbsd-src/lib/libc/gen/ |
H A D | extattr.c | 55 extattr_namespace_to_string(int attrnamespace, char **string) in extattr_namespace_to_string() 81 extattr_string_to_namespace(const char *string, int *attrnamespace) in extattr_string_to_namespace() 170 extattr_copy_file(const char *from, const char *to, int namespace) in extattr_copy_file() 240 extattr_copy_link(const char *from, const char *to, int namespace) in extattr_copy_link() 342 cpxattr(const char *from, const char *to) in cpxattr() 359 lcpxattr(const char *from, const char *to) in lcpxattr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dfp.c | 341 decimal_to_binary (REAL_VALUE_TYPE *to, const REAL_VALUE_TYPE *from, in decimal_to_binary() 344 char string[256]; in decimal_to_binary() local 360 decimal_from_binary (REAL_VALUE_TYPE *to, const REAL_VALUE_TYPE *from) in decimal_from_binary() 362 char string[256]; in decimal_from_binary() local 587 REAL_VALUE_TYPE to; in decimal_real_to_integer() local 588 char string[256]; in decimal_real_to_integer() local 614 REAL_VALUE_TYPE to; in decimal_real_to_integer() local 615 char string[256]; in decimal_real_to_integer() local
|
H A D | recog.c | 559 simplify_while_replacing (rtx *loc, rtx to, rtx_insn *object, in simplify_while_replacing() 713 validate_replace_rtx_1 (rtx *loc, rtx from, rtx to, rtx_insn *object, in validate_replace_rtx_1() 802 validate_replace_rtx_subexp (rtx from, rtx to, rtx_insn *insn, rtx *loc) in validate_replace_rtx_subexp() 812 validate_replace_rtx (rtx from, rtx to, rtx_insn *insn) in validate_replace_rtx() 825 validate_replace_rtx_part (rtx from, rtx to, rtx *where, rtx_insn *insn) in validate_replace_rtx_part() 833 validate_replace_rtx_part_nosimplify (rtx from, rtx to, rtx *where, in validate_replace_rtx_part_nosimplify() 845 validate_replace_rtx_group (rtx from, rtx to, rtx_insn *insn) in validate_replace_rtx_group() 859 rtx to; /* New RTX */ member 876 validate_replace_src_group (rtx from, rtx to, rtx_insn *insn) in validate_replace_src_group() 1668 get_referenced_operands (const char *string, bool *used, in get_referenced_operands() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dfp.cc | 341 decimal_to_binary (REAL_VALUE_TYPE *to, const REAL_VALUE_TYPE *from, in decimal_to_binary() 344 char string[256]; in decimal_to_binary() local 360 decimal_from_binary (REAL_VALUE_TYPE *to, const REAL_VALUE_TYPE *from) in decimal_from_binary() 362 char string[256]; in decimal_from_binary() local 587 REAL_VALUE_TYPE to; in decimal_real_to_integer() local 588 char string[256]; in decimal_real_to_integer() local 614 REAL_VALUE_TYPE to; in decimal_real_to_integer() local 615 char string[256]; in decimal_real_to_integer() local
|
/netbsd-src/bin/sh/ |
H A D | mystring.c | 83 scopyn(const char *from, char *to, int size) in scopyn() 99 prefix(const char *pfx, const char *string) in prefix()
|
/netbsd-src/external/bsd/top/dist/ |
H A D | utils.c | 235 strcpyend(char *to, const char *from) in strcpyend() 255 char *to; in homogenize() local 276 string_index(const char *string, const char **array) in string_index() 345 register char *to; in argparse() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.cpp | 366 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, in handleOperand() 728 #define MAP(from, to) case X86Local::MRM_##from: in emitInstructionSpecifier() argument 742 #define MAP(from, to) \ in emitDecodePath() argument
|
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | nsec3param_test.c | 65 decode_salt(const char *string, unsigned char *salt, size_t saltlen) { in decode_salt() argument 75 copy_params(nsec3param_rdata_test_params_t from, dns_rdata_nsec3param_t *to, in copy_params() argument [all...] |
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | collctrl.cc | 62 read_str (char *from, char **to) in read_str() 923 Coll_Ctrl::set_clkprof (const char *string, char** warn) in set_clkprof() 1024 Coll_Ctrl::set_synctrace (const char *string) in set_synctrace() 1120 Coll_Ctrl::set_heaptrace (const char *string) in set_heaptrace() 1160 Coll_Ctrl::set_iotrace (const char *string) in set_iotrace() 1184 Coll_Ctrl::set_count (const char *string) in set_count() 1428 Coll_Ctrl::set_hwcstring (const char *string, char **warnmsg) in set_hwcstring() 1454 Coll_Ctrl::add_hwcstring (const char *string, char **warnmsg) in add_hwcstring() 1661 char *string = hwc_get_default_cntrs2 (kernelHWC, 1); in set_hwcdefault() local 1697 Coll_Ctrl::set_sample_period (const char *string) in set_sample_period() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcody/ |
H A D | cody.hh | 208 int to; ///< Write to this FD member 245 std::string string; ///< String value member 401 Client (int from, int to = -1) in Client() 658 Server (Resolver *r, int from, int to = -1) in Server()
|
/netbsd-src/lib/libwrap/ |
H A D | options.c | 396 #define maybe_dup2(from, to) ((from == to) ? to : (close(to), dup(from))) in twist_option() argument 576 get_field(char *string) in get_field() 620 chop_string(register char *string) in chop_string()
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | makeinfo.c | 921 canon_white (char *string) in canon_white() 949 fix_whitespace (char *string) in fix_whitespace() 979 discard_until (char *string) in discard_until() 1020 get_until (char *match, char **string) in get_until() 1053 replace_with_expansion (int from, int *to) in replace_with_expansion() 1129 get_until_in_line (int expand, char *match, char **string) in get_until_in_line() 1161 get_rest_of_line (int expand, char **string) in get_rest_of_line() 1205 get_until_in_braces (char *match, char **string) in get_until_in_braces() 1877 char *string; in handle_menu_entry() local 1963 get_command_entry (char *string) in get_command_entry() [all …]
|
H A D | xml.c | 1100 char *string; in xml_start_menu_entry() local 1699 char *to; member 1963 xml_synindex (char *from, char *to) in xml_synindex()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 151 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ argument 157 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ argument 361 DEFINE_REAL(char*, index, const char *string, int c) in DEFINE_REAL() 389 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() argument 408 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() argument 462 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cc | 148 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ argument 154 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ argument 373 DEFINE_REAL(char*, index, const char *string, int c) in DEFINE_REAL() 401 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() argument 420 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() argument 473 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_interceptors.cc | 150 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ argument 156 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ argument 370 DEFINE_REAL(char*, index, const char *string, int c) in DEFINE_REAL() 398 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() argument 417 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT in INTERCEPTOR() argument 470 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | util.c | 146 rl_copy_text (int from, int to) in rl_copy_text() 545 _rl_audit_tty (char *string) in _rl_audit_tty()
|
H A D | text.c | 86 rl_insert_text (const char *string) in rl_insert_text() 123 rl_delete_text (int from, int to) in rl_delete_text() 711 char *string; in _rl_insert_char() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | deprecated.c | 124 char **string) in krb5_keytype_to_string() 157 const char *string, in krb5_string_to_keytype() 728 _krb5_copy_send_to_kdc_func(krb5_context context, krb5_context to) in _krb5_copy_send_to_kdc_func()
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | regex.c | 96 # define re_match(bufp, string, size, pos, regs) \ argument 98 # define re_search(bufp, string, size, startpos, range, regs) \ argument 1967 #define STORE_JUMP(op, loc, to) \ argument 1971 #define STORE_JUMP2(op, loc, to, arg) \ argument 1975 #define INSERT_JUMP(op, loc, to) \ argument 1979 #define INSERT_JUMP2(op, loc, to, arg) \ argument 2171 # define IS_CHAR_CLASS(string) __wctype (string) argument 2173 # define IS_CHAR_CLASS(string) wctype (string) argument 2178 # define IS_CHAR_CLASS(string) \ argument 4915 const char *string; variable [all …]
|
/netbsd-src/usr.sbin/acpitools/aml/ |
H A D | aml_obj.h | 89 u_int8_t *string; member 151 u_int8_t *to; member
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | regex.c | 73 # define re_match(bufp, string, size, pos, regs) \ argument 75 # define re_search(bufp, string, size, startpos, range, regs) \ argument 2047 # define STORE_JUMP(op, loc, to) \ argument 2051 # define STORE_JUMP2(op, loc, to, arg) \ argument 2055 # define INSERT_JUMP(op, loc, to) \ argument 2059 # define INSERT_JUMP2(op, loc, to, arg) \ argument 2256 # define IS_CHAR_CLASS(string) __wctype (string) argument 2258 # define IS_CHAR_CLASS(string) wctype (string) argument 2263 # define IS_CHAR_CLASS(string) \ argument 5019 const char *string; variable
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | regex.c | 80 # define re_match(bufp, string, size, pos, regs) \ argument 82 # define re_search(bufp, string, size, startpos, range, regs) \ argument 1978 # define STORE_JUMP(op, loc, to) \ argument 1982 # define STORE_JUMP2(op, loc, to, arg) \ argument 1986 # define INSERT_JUMP(op, loc, to) \ argument 1990 # define INSERT_JUMP2(op, loc, to, arg) \ argument 2187 # define IS_CHAR_CLASS(string) __wctype (string) argument 2189 # define IS_CHAR_CLASS(string) wctype (string) argument 2194 # define IS_CHAR_CLASS(string) \ argument
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | regex.c | 60 # define re_match(bufp, string, size, pos, regs) \ argument 62 # define re_search(bufp, string, size, startpos, range, regs) \ argument 1978 # define STORE_JUMP(op, loc, to) \ argument 1982 # define STORE_JUMP2(op, loc, to, arg) \ argument 1986 # define INSERT_JUMP(op, loc, to) \ argument 1990 # define INSERT_JUMP2(op, loc, to, arg) \ argument 2186 # define IS_CHAR_CLASS(string) __wctype (string) argument 2188 # define IS_CHAR_CLASS(string) wctype (string) argument 2193 # define IS_CHAR_CLASS(string) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | regex.c | 80 # define re_match(bufp, string, size, pos, regs) \ argument 82 # define re_search(bufp, string, size, startpos, range, regs) \ argument 1978 # define STORE_JUMP(op, loc, to) \ argument 1982 # define STORE_JUMP2(op, loc, to, arg) \ argument 1986 # define INSERT_JUMP(op, loc, to) \ argument 1990 # define INSERT_JUMP2(op, loc, to, arg) \ argument 2187 # define IS_CHAR_CLASS(string) __wctype (string) argument 2189 # define IS_CHAR_CLASS(string) wctype (string) argument 2194 # define IS_CHAR_CLASS(string) \ argument
|