Searched refs:s_node (Results 1 – 1 of 1) sorted by relevance
204 Char** s_node = VG_(OSetGen_AllocNode)(stringTable, sizeof(Char*)); in get_perm_string() local205 *s_node = VG_(strdup)("cg.main.gps.1", s); in get_perm_string()206 VG_(OSetGen_Insert)(stringTable, s_node); in get_perm_string()207 return *s_node; in get_perm_string()