Searched refs:libname (Results 1 - 9 of 9) 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/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...]
/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/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) {
H A Dcryptoutil.h204 extern uentry_t *getent_uef(char *libname);
/osnet-11/usr/src/lib/libpicltree/
H A Dptree_impl.h218 char *libname; member in struct:picld_plinfo
H A Dpicltree.c3359 if (strcmp(pl->libname, name) == 0)
3369 pl->libname = strdup(name);
3370 if (pl->libname == NULL)
/osnet-11/usr/src/grub/grub2/
H A Dconfigure7842 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name
7851 if test -f "$dir/$libname$shrext"; then
7853 found_so="$dir/$libname$shrext"
7855 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
7857 for f in "$libname$shrext".*; do echo "$f"; done \
7858 | sed -e "s,^$libname$shrext\\\\.,," \
7861 if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
7863 found_so="$dir/$libname$shrext.$ver"
7878 if test -f "$dir/$libname
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL684 names in the form B<-lname> are converted into F<libname.*>, where F<.*> is

Completed in 57 milliseconds