Searched refs:tmpls (Results 1 – 1 of 1) sorted by relevance
13422 void **tmpls; in listprop() local13468 tmpls = safe_malloc(sizeof (*tmpls)); in listprop()13502 tmpls = realloc(tmpls, in listprop()13503 sizeof (*tmpls) * allocd); in listprop()13505 tmpls == NULL) in listprop()13512 tmpls[i] = NULL; in listprop()13514 tmpls[i] = pgt; in listprop()13565 tmpls = realloc(tmpls, in listprop()13566 sizeof (*tmpls) * allocd); in listprop()13568 tmpls == NULL) in listprop()[all …]