Home
last modified time | relevance | path

Searched refs:type_start (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/dig/lib/dns/
H A Dmasterdump.c250 unsigned int type_start; in rdataset_totext() local
337 type_start = target->used; in rdataset_totext()
354 column += (target->used - type_start); in rdataset_totext()
447 unsigned int type_start; in question_totext() local
449 type_start = target->used; in question_totext()
453 column += (target->used - type_start); in question_totext()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c1651 const char *type_start = (*pp) - 1; in read_type() local
1676 type_start); in read_type()
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DAddLLVM.cmake2140 string(FIND "${ARG_OUTPUT_DIR}" "/${first_type}/" type_start REVERSE)
2141 string(SUBSTRING "${ARG_OUTPUT_DIR}" 0 ${type_start} path_prefix)
2142 string(SUBSTRING "${ARG_OUTPUT_DIR}" ${type_start} -1 path_suffix)