Searched refs:name_static (Results 1 – 1 of 1) sorted by relevance
1372 static char *name_static=NULL; in procheader() local1375 if (name_static) in procheader()1376 free(name_static); in procheader()1391 name_static=malloc(strlen(name)+1); in procheader()1394 strcpy(name_static,name); in procheader()1395 zi->fname=name_static; in procheader()1527 free(name_static); in procheader()1528 name_static=malloc(strlen(tmpname)+1); in procheader()1531 strcpy(name_static,tmpname); in procheader()1532 zi->fname=name_static; in procheader()[all …]