Home
last modified time | relevance | path

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

/scripts/
Dsorttable.h232 char stop_buff[20]; in get_mcount_loc() local
254 while (fgets(stop_buff, sizeof(stop_buff), file_stop) != NULL) { in get_mcount_loc()
255 len = strlen(stop_buff); in get_mcount_loc()
256 stop_buff[len - 1] = '\0'; in get_mcount_loc()
258 *_stop = strtoul(stop_buff, NULL, 16); in get_mcount_loc()