Searched refs:ENVBASE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dmain.c65 #define ENVBASE "BSDCPIO" /* Prefix for environment variables. */ macro
2394 printf(" Default: path taken from " ENVBASE " environment variable.\n");
2572 testprogfile = getenv(ENVBASE);
2587 if (getenv(ENVBASE "_DEBUG") != NULL)
2604 refdir = getenv(ENVBASE "_TEST_FILES");
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dmain.c65 #define ENVBASE "LIBARCHIVE" /* Prefix for environment variables. */ macro
2413 printf(" Default: path taken from " ENVBASE " environment variable.\n");
2591 testprogfile = getenv(ENVBASE);
2606 if (getenv(ENVBASE "_DEBUG") != NULL)
2623 refdir = getenv(ENVBASE "_TEST_FILES");
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dmain.c65 #define ENVBASE "BSDTAR" /* Prefix for environment variables. */ macro
2395 printf(" Default: path taken from " ENVBASE " environment variable.\n");
2573 testprogfile = getenv(ENVBASE);
2588 if (getenv(ENVBASE "_DEBUG") != NULL)
2605 refdir = getenv(ENVBASE "_TEST_FILES");

Completed in 123 milliseconds