OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testprogfile
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/libarchive/dist/cpio/test/
test_0.c
23
failure("File %s does not exist?!",
testprogfile
);
24
if (!assertEqualInt(0, stat(
testprogfile
, &st))) {
31
failure("%s is not executable?!",
testprogfile
);
/src/external/bsd/libarchive/dist/cat/test/
test_0.c
24
if (!assertEqualInt(0, stat(
testprogfile
, &st))) {
/src/external/bsd/libarchive/dist/tar/test/
test_0.c
24
if (!assertEqualInt(0, stat(
testprogfile
, &st))) {
/src/external/bsd/libarchive/dist/test_utils/
test_common.h
465
extern const char *
testprogfile
;
test_main.c
182
const char *
testprogfile
;
variable
4073
testprogfile
= getenv(ENVBASE);
4151
testprogfile
= option_arg;
4191
if (
testprogfile
== NULL)
4208
testprogfile
= tmp2;
4216
testprg = strdup(
testprogfile
);
4221
testprogfile
= testprg;
4224
testprg_len = strlen(
testprogfile
) + 3;
4227
strncat(testprg,
testprogfile
, testprg_len);
Completed in 16 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026