Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c351 get_path(const char *pcline) in get_path() argument
353 int i = strcspn(pcline, " "); in get_path()
357 (void) memcpy(pc, pcline, i); in get_path()