Searched refs:S_IFLIB (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h24 #define S_IFLIB 0x5000 /* library */ macro
82 #define S_ISLIB(m) (((m) & S_IFMT) == S_IFLIB)
H A D_stat.c300 case _FDB_STAT_LIBRARY: st->st_mode = S_IFLIB; break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h23 #define S_IFLIB 0x5000 /* library */ macro
81 #define S_ISLIB(m) (((m) & S_IFMT) == S_IFLIB)
H A D_stat.c417 case _FDB_STAT_LIBRARY: st->st_mode = S_IFLIB; break;
H A Dtheos.c451 || (s.st_mode & S_IFMT) == S_IFLIB) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c586 else if (((a >> 16) & S_IFMT) == S_IFLIB) { /* library */

Completed in 174 milliseconds