Searched refs:UNX_IFMT (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dunixlike.h23 #define UNX_IFMT 0170000 /* Unix file type mask */ macro
H A Dmacos.c622 *n = (s.st_mode & UNX_IFMT) == UNX_IFREG ? s.st_size : -1L;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dzipinfo.c35 #define UNX_IFMT 0170000 /* Unix file type mask */ macro
1291 switch ((unsigned)(xattr & UNX_IFMT)) {
2086 switch ((unsigned)(xattr & UNX_IFMT)) {

Completed in 206 milliseconds