Home
last modified time | relevance | path

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

/dragonfly/usr.bin/xinstall/
HDxinstall.c1057 const char *stripbin; in strip() local
1067 stripbin = getenv("STRIPBIN"); in strip()
1068 if (stripbin == NULL) in strip()
1069 stripbin = "strip"; in strip()
1070 execlp(stripbin, stripbin, to_name, NULL); in strip()
1071 err(EX_OSERR, "exec(%s)", stripbin); in strip()