Home
last modified time | relevance | path

Searched refs:zopen (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/include/syslinux/
Dzio.h10 int zopen(const char *, int, ...);
/external/syslinux/com32/lib/sys/
Dzfopen.c38 fd = zopen(file, flags, 0666); in zfopen()
Dzfile.c140 int zopen(const char *pathname, int flags, ...) in zopen() function