HomeSort by: relevance | last modified time | path
    Searched refs:IS_DIR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/coda/
coda_subr.c 80 #define IS_DIR(cnode) (cnode.Vnode & 0x1)
84 #define IS_DIR(cnode) (cnode.opaque[2] & 0x1)
194 if (cp != NULL && !IS_DIR(cp->c_fid)) /* only files can be executed */
416 if (IS_DIR(out->coda_purgefid.Fid)) { /* Vnode is a directory */
422 if (!(IS_DIR(out->coda_purgefid.Fid))
  /src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
file_store.c 71 IS_DIR /* Pass directory entry names */
84 /* Used with |IS_DIR| */
116 if (ctx->type != IS_DIR) {
174 if ((ctx = new_file_ctx(IS_DIR, uri, provctx)) == NULL) {
330 if (ctx->type != IS_DIR) {
358 if (ctx->type != IS_DIR) {
705 case IS_DIR:
727 case IS_DIR:
769 case IS_DIR:
  /src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/
file_store.c 70 IS_DIR /* Pass directory entry names */
83 /* Used with |IS_DIR| */
117 if (ctx->type != IS_DIR) {
175 if ((ctx = new_file_ctx(IS_DIR, uri, provctx)) == NULL) {
328 if (ctx->type != IS_DIR) {
356 if (ctx->type != IS_DIR) {
745 case IS_DIR:
769 case IS_DIR:
811 case IS_DIR:

Completed in 18 milliseconds