Searched refs:tmpls (Results 1 – 1 of 1) sorted by relevance
13459 void **tmpls; in listprop() local13505 tmpls = safe_malloc(sizeof (*tmpls)); in listprop()13539 tmpls = realloc(tmpls, in listprop()13540 sizeof (*tmpls) * allocd); in listprop()13542 tmpls == NULL) in listprop()13549 tmpls[i] = NULL; in listprop()13551 tmpls[i] = pgt; in listprop()13602 tmpls = realloc(tmpls, in listprop()13603 sizeof (*tmpls) * allocd); in listprop()13605 tmpls == NULL) in listprop()[all …]