HomeSort by: relevance | last modified time | path
    Searched defs:file_error (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tmux/dist/
file.c 259 file_error(struct client *c, const char *fmt, ...) function
  /src/external/bsd/file/dist/src/
funcs.c 150 file_error(ms, 0, "Bad magic format `%s' (%s)", fmt, tbuf);
159 file_error(ms, 0, "Output buffer space exceeded %d+%"
177 file_error(ms, errno, "vasprintf failed");
220 file_error(struct magic_set *ms, int error, const char *f, ...) function
244 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes",
251 file_error(ms, errno, "error seeking");
257 file_error(ms, errno, "error reading");
524 file_error(ms, 0, "no magic files loaded");
  /src/crypto/external/bsd/openssl.old/dist/crypto/store/
loader_file.c 1283 static int file_error(OSSL_STORE_LOADER_CTX *ctx);
1402 } while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx));
1419 static int file_error(OSSL_STORE_LOADER_CTX *ctx) function
1462 file_error,
  /src/crypto/external/apache2/openssl/dist/engines/
e_loader_attic.c 1496 static int file_error(OSSL_STORE_LOADER_CTX *ctx);
1617 } while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx));
1636 static int file_error(OSSL_STORE_LOADER_CTX *ctx) function
1724 || !OSSL_STORE_LOADER_set_error(loader_attic, file_error)
  /src/crypto/external/bsd/openssl/dist/engines/
e_loader_attic.c 1512 static int file_error(OSSL_STORE_LOADER_CTX *ctx);
1631 } while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx));
1650 static int file_error(OSSL_STORE_LOADER_CTX *ctx) function
1740 || !OSSL_STORE_LOADER_set_error(loader_attic, file_error)

Completed in 41 milliseconds