Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dzipinfo.c38 #define UNX_IFLNK 0120000 /* Unix symbolic link (not SysV, Amiga) */ macro
1249 case (unsigned)UNX_IFLNK: attribs[0] = 'l'; break;
1954 case (unsigned)UNX_IFLNK: attribs[0] = 'l'; break; in zi_short()