Searched refs:openlib (Results 1 – 4 of 4) sorted by relevance
95 openlib(const char *prog, const char *name, int class, int silent, int verbose) in openlib() function221 if (openlib(prog, argv[optind], class, silent, verbose) != 0) { in main()
45 extern void *openlib(const char *);
122 openlib(const char *lib) in openlib() function
175 if ((libz_hdl = openlib(LIBZ)) == NULL) in gzip_compress()