Home
last modified time | relevance | path

Searched refs:openlib (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dmoe.c95 openlib(const char *prog, const char *name, int class, int silent, int verbose) in openlib() function
221 if (openlib(prog, argv[optind], class, silent, verbose) != 0) { in main()
/illumos-gate/usr/src/cmd/lofiadm/
H A Dutils.h45 extern void *openlib(const char *);
H A Dutils.c122 openlib(const char *lib) in openlib() function
H A Dmain.c181 if ((libz_hdl = openlib(LIBZ)) == NULL) in gzip_compress()