Searched refs:tptr (Results 1 – 2 of 2) sorted by relevance
45 const u8 *tptr, *data; in symbols_expand_symbol() local59 tptr = &symbols_token_table[ symbols_token_index[*data] ]; in symbols_expand_symbol()63 while (*tptr) { in symbols_expand_symbol()65 *result = *tptr; in symbols_expand_symbol()69 tptr++; in symbols_expand_symbol()
751 char *tptr; in is_top_dataset_file() local753 if ((tptr = grub_strstr(str, "menu.lst")) && in is_top_dataset_file()754 (tptr[8] == '\0' || tptr[8] == ' ') && in is_top_dataset_file()755 *(tptr-1) == '/') in is_top_dataset_file()
Completed in 5 milliseconds