Searched refs:pret (Results 1 – 2 of 2) sorted by relevance
229 const char *pstr, *pret; in strstr_s() local232 pret = NULL; in strstr_s()234 pret = NULL; in strstr_s()240 pret = NULL; in strstr_s()243 pret = str1; in strstr_s()245 pret = NULL; in strstr_s()254 pret = pstr; in strstr_s()263 return (char *)pret; in strstr_s()
711 const uint64_t *pret = NULL; in pgtable_lookup_entry() local724 pret = pdpte; in pgtable_lookup_entry()731 pret = pde; in pgtable_lookup_entry()737 pret = pte; in pgtable_lookup_entry()745 return pret; in pgtable_lookup_entry()
Completed in 5 milliseconds