Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcov.c264 static function_t **fn_end = &functions; variable
644 *fn_end = fn; in process_file()
645 fn_end = &fn->next; in process_file()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c1530 unsigned fn_end, offset; in read_header() local
1533 fn_end = filename_size * 2; in read_header()
1539 while (offset < end && filename_size < fn_end) in read_header()
1574 while (length && filename_size < fn_end) { in read_header()
1584 if (filename_size > fn_end) { in read_header()