HomeSort by relevance Sort by last modified time
    Searched refs:zpath (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/gregbook/
makevms.com 10 $ zpath = ""
13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
19 $ if zpath .eqs. ""
33 $ ccopt="/include=(''zpath',''pngpath')"
58 $ write lopt "''zpath'libz.olb/lib"
  /bootable/recovery/minzip/
Zip.c 945 char *zpath; local
948 zpath = (char *)malloc(zipDirLen + 2);
949 if (zpath == NULL) {
962 memcpy(zpath, zipDir, zipDirLen);
963 if (zpath[zipDirLen-1] != '/') {
964 zpath[zipDirLen++] = '/';
967 zpath[zipDirLen] = '\0';
974 helper.zipDir = zpath;
980 * with zpath.
990 //TODO: look out for a single empty directory entry that matches zpath, bu
    [all...]

Completed in 514 milliseconds