Searched refs:S_ISNWK (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfilemode.c60 #undef S_ISNWK
90 #if !defined(S_ISNWK) && defined(S_IFNWK) /* HP/UX */ macro
91 #define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK)
200 #ifdef S_ISNWK
201 if (S_ISNWK (bits))
59 #undef S_ISNWK macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dsys_stat_.h49 # undef S_ISNWK macro
116 #ifndef S_ISNWK /* HP/UX */
118 # define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK) macro
120 # define S_ISNWK(m) 0 macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dstat-macros.h42 # undef S_ISNWK macro
114 # ifndef S_ISNWK /* HP/UX */
116 # define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK) macro
118 # define S_ISNWK(m) 0 macro
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dsysfile.h208 #undef S_ISNWK macro
238 #if !defined(S_ISNWK) && defined(S_IFNWK) /* HP/UX */
239 #define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK) macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh_system.h533 # undef S_ISNWK macro
571 #if !defined(S_ISNWK) && defined(S_IFNWK) /* HP/UX */
572 # define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK) macro
613 #ifndef S_ISNWK
614 # define S_ISNWK(m) ((void)(m), 0) macro
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dstat.c98 else if (S_ISNWK(mode))
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.parse.c2021 #ifdef S_ISNWK
2022 if (S_ISNWK(statb.st_mode)) /* Network Special [hpux] */

Completed in 105 milliseconds