Searched refs:type_start (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | masterdump.c | 563 unsigned int type_start; in rdataset_totext() local 697 type_start = target->used; in rdataset_totext() 727 column += (target->used - type_start); in rdataset_totext() 835 unsigned int type_start; in question_totext() local 837 type_start = target->used; in question_totext() 847 column += (target->used - type_start); in question_totext()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | masterdump.c | 597 unsigned int type_start; in rdataset_totext() 736 type_start = target->used; in rdataset_totext() 766 column += (target->used - type_start); in rdataset_totext() 878 unsigned int type_start; in dns_rdataset_totext() 880 type_start = target->used; in dns_rdataset_totext() 890 column += (target->used - type_start); in dns_master_rdatasettotext() 560 unsigned int type_start; rdataset_totext() local 832 unsigned int type_start; question_totext() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | error.c | 3256 int type_start, type_len; in type_to_string() local 3257 type_start = obstack_object_size (ob); in type_to_string() 3262 type_len = obstack_object_size (ob) - type_start; in type_to_string() 3289 && memcmp (p + type_start, p+aka_start, type_len) == 0) in type_to_string() 3296 int delta = type_start + type_len - obstack_object_size (ob); in type_to_string()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | error.cc | 3349 int type_start, type_len; in type_to_string() local 3350 type_start = obstack_object_size (ob); in type_to_string() 3355 type_len = obstack_object_size (ob) - type_start; in type_to_string() 3382 && memcmp (p + type_start, p+aka_start, type_len) == 0) in type_to_string() 3389 int delta = type_start + type_len - obstack_object_size (ob); in type_to_string()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-format.cc | 1945 const char * const type_start, 2752 const char * const type_start, in check_argument_type() argument 2860 ptrdiff_t offset_to_type_start = type_start - orig_format_chars; in check_argument_type() 3886 const char *type_start = format_chars; in check_format_info_main() local 4014 format_start, type_start, in check_format_info_main()
|
H A D | ChangeLog | 6401 "type_start" and "conversion_char". Use the former to generate 6405 information as "type_start", and pass it an format_char
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-format.c | 1952 const char * const type_start, 2759 const char * const type_start, in check_argument_type() argument 2867 ptrdiff_t offset_to_type_start = type_start - orig_format_chars; in check_argument_type() 3887 const char *type_start = format_chars; in check_format_info_main() local 4015 format_start, type_start, in check_format_info_main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | AddLLVM.cmake | 1947 string(FIND "${ARG_OUTPUT_DIR}" "/${first_type}/" type_start REVERSE) 1948 string(SUBSTRING "${ARG_OUTPUT_DIR}" 0 ${type_start} path_prefix) 1949 string(SUBSTRING "${ARG_OUTPUT_DIR}" ${type_start} -1 path_suffix)
|