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 834 char *zpath; local
837 zpath = (char *)malloc(zipDirLen + 2);
838 if (zpath == NULL) {
851 memcpy(zpath, zipDir, zipDirLen);
852 if (zpath[zipDirLen-1] != '/') {
853 zpath[zipDirLen++] = '/';
856 zpath[zipDirLen] = '\0';
863 helper.zipDir = zpath;
869 * with zpath.
880 //TODO: look out for a single empty directory entry that matches zpath, bu
    [all...]

Completed in 644 milliseconds