Home
last modified time | relevance | path

Searched refs:fnext (Results 1 - 3 of 3) sorted by relevance

/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c204 const char *fnext = memchr (fptr, 0, (const char *) end - fptr); in handle_file_note() local
205 if (fnext == NULL) in handle_file_note()
211 fptr = fnext + 1; in handle_file_note()
/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp57 std::string fnext = fnmod.substr(fnmod.find_last_of(".")); in get_output_filename() local
60 fnmod = fnmod.erase(fnmod.length() - fnext.size()); in get_output_filename()
64 ss << fnmod << "_" << std::setw(3) << std::setfill('0') << index << fnext; in get_output_filename() local
/third_party/elfutils/src/
H A Dreadelf.c12631 const char *fnext = memchr (fptr, '\0', (char *) end - fptr); in handle_file_note() local
12632 if (fnext == NULL) in handle_file_note()
12640 fptr = fnext + 1; in handle_file_note()

Completed in 19 milliseconds