Home
last modified time | relevance | path

Searched refs:t_pp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c5253 char **t_pp; in getpats() local
5258 t_pp = Pat_pp; in getpats()
5260 *t_pp = e_zalloc(E_EXIT, strlen(*largv) + 1); in getpats()
5261 (void) strcpy(*t_pp, *largv); in getpats()
5262 t_pp++; in getpats()
5270 t_pp = Pat_pp + numpat; in getpats()
5274 *t_pp = e_zalloc(E_EXIT, len); in getpats()
5275 (void) strcpy(*t_pp, Nam_p); in getpats()
5276 t_pp++; in getpats()
5279 *t_pp = NULL; in getpats()