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

/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c102 static char *INSPAT = INSPAT_STR; variable
220 INSPAT = optarg;
243 INSPAT = optarg;
247 * we reset INSPAT to the INSPAT_STR.
253 INSPAT = INSPAT_STR;
363 if (strstr(*mav, INSPAT) != NULL) {
366 "with %s\n"), INSPAT);
752 ipatlen = strlen(INSPAT) - 1;
758 if (strncmp(pat, INSPAT, ipatlen + 1) == 0) {
778 "exceeded\n"), INSPAT);
[all...]

Completed in 69 milliseconds