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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dmodex.c65 #ifdef S_ISCTG
66 else if (S_ISCTG(i)) x |= X_IFCTG;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/features/
H A Dmode.c69 #ifdef S_ISCTG
70 if (!S_ISCTG(X_IFCTG)) idtype = 0;
73 printf("#define S_ISCTG(m) (S_ITYPE(m)==S_IFCTG)\n");
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsys_stat_.h171 #ifndef S_ISCTG
172 # define S_ISCTG(p) 0 macro
H A Dsystem.h147 # undef S_ISCTG macro
183 #ifndef S_ISCTG
185 # define S_ISCTG(mode) (((mode) & S_IFMT) == S_IFCTG) macro
187 # define S_ISCTG(mode) 0 macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dstat-macros.h165 # ifndef S_ISCTG
166 # define S_ISCTG(p) 0 macro
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dtest.c367 #ifdef S_ISCTG
368 return(test_stat(arg,&statb)>=0 && S_ISCTG(statb.st_mode));
371 #endif /* S_ISCTG */
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dcreate.c1047 if (archive_format != V7_FORMAT && S_ISCTG (st->stat.st_mode))
1576 if (is_dir || S_ISREG (st->stat.st_mode) || S_ISCTG (st->stat.st_mode))

Completed in 83 milliseconds