Searched defs:Lnknam_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c436 *Lnkend_p, /* Pointer to end of Lnknam_p */
437 *Lnknam_p, /* Buffer for linking files with -p option */ variable
4340 lfrom = get_component(Lnknam_p);
4347 lfrom = Lnknam_p;
6620 Lnknam_p = e_zalloc(E_EXIT, APATH);
6733 (void) strcpy(Lnknam_p, Fullnam_p);
6734 Lnkend_p = Lnknam_p + strlen(Lnknam_p);

Completed in 64 milliseconds