Searched defs:libname (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dload_node.c233 char libname[512]; local
248 strcpy(libname, (char *)p->data);
249 strcat(libname, "_");
251 libname[0] = '\0';
264 strcat(libname, (char *)p->data);
267 get_path(env, d), libname);
269 load_appropriate_file(env, libname, d);
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c493 * Find the entry in the "pkcs11.conf" file with "libname" as the provider
497 getent_uef(char *libname) argument
504 if (libname == NULL) {
514 if (strcmp(plib->puent->name, libname) == 0) {
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_auth.c340 const char *libname; local
350 if (!(libname = SLPGetProperty(SLP_CONFIG_AUTH_BACKEND)) ||
351 !*libname) {
353 libname = "libami.so.1";
356 if (!(dl = dlopen(libname, RTLD_LAZY))) {
/osnet-11/usr/src/lib/libpicltree/
H A Dptree_impl.h218 char *libname; member in struct:picld_plinfo
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c92 char *libname; member in struct:__anon2018
947 m->libname = strdup(*(flds + 2));
964 tp->libname = mp->libname ? strdup(mp->libname) : NULL;
978 if (mp->libname)
979 free(mp->libname);
1054 mechfile_name2lib(const char *mechname, char *libname, int len) argument
1059 if (!mechs || !mechname || !libname || !len)
1066 if (strlen(mp->libname) < le
1114 char libname[MAXDHNAME+1]; local
[all...]

Completed in 44 milliseconds