Home
last modified time | relevance | path

Searched refs:unit_offset (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/lib/libcam/
H A Dcamlib.c121 int unit_offset; in cam_get_device() local
224 for (unit_offset = 1; in cam_get_device()
225 (unit_offset < (strlen(tmpstr))) in cam_get_device()
226 && (isdigit(tmpstr[strlen(tmpstr) - unit_offset])); unit_offset++); in cam_get_device()
228 unit_offset--; in cam_get_device()
233 *unit = atoi(&tmpstr[strlen(tmpstr) - unit_offset]); in cam_get_device()
239 tmpstr[strlen(tmpstr) - unit_offset] = '\0'; in cam_get_device()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp160 dw_offset_t unit_offset) { in ParseLLVMLineTable() argument
184 dw_offset_t unit_offset) { in ParseLLVMLineTablePrologue() argument