Home
last modified time | relevance | path

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

/libtiff-4.0.7/test/
H A Draw_decode.c161 char srcfile[1024]; in main() local
175 if ((strlen(srcdir) + 1 + strlen(srcfilerel)) >= sizeof(srcfile)) { in main()
179 strcpy(srcfile,srcdir); in main()
180 strcat(srcfile,"/"); in main()
181 strcat(srcfile,srcfilerel); in main()
183 tif = TIFFOpen(srcfile,"r"); in main()
185 fprintf( stderr, "Could not open %s\n", srcfile); in main()
264 tif = TIFFOpen(srcfile,"r"); in main()
/libtiff-4.0.7/config/
H A Dltmain.sh3346 lastarg=$srcfile
3347 srcfile=$arg
3367 func_basename "$srcfile"
3486 $ECHO "$srcfile" > "$lockfile"
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
3494 srcfile=$func_to_tool_file_result
3495 func_quote_for_eval "$srcfile"
3521 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
3527 $srcfile
3570 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
[all …]