Searched refs:lib_dir (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/lib/misc/ |
H A D | sharedlib.c | 32 const char *lib_dir; in get_shared_library_path() local 37 !(lib_dir = find_config_tree_str(cmd, "global/library_dir", 0)) || in get_shared_library_path() 38 (dm_snprintf(path, path_len, "%s/%s", lib_dir, in get_shared_library_path()
|
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
H A D | erlang.m4 | 183 ReturnValue = case code:lib_dir("[$1]") of 249 LibDir = code:lib_dir(),
|
/netbsd-src/external/gpl3/autoconf/dist/doc/ |
H A D | autoconf.texi | 8728 @code{code:lib_dir/0} function), which subdirectories each contain an installed 8739 calling Erlang's @code{code:lib_dir/1} function. The result of this 9572 file:write_file("conftest.out", code:lib_dir()), 9574 [echo "code:lib_dir() returned: `cat conftest.out`"],
|
H A D | autoconf.info | 6845 directory of Erlang/OTP (as returned by Erlang's `code:lib_dir/0' 6853 calling Erlang's `code:lib_dir/1' function. The result of this 7597 file:write_file("conftest.out", code:lib_dir()), 7599 [echo "code:lib_dir() returned: `cat conftest.out`"],
|