OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libname
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/
checkoldver
61
libname
="$name"
69
delete "$
libname
" "$libmajor" "$libminor" "$libtiny"
76
delete "$
libname
" "$1" "$2" "$3"
86
delete "$
libname
" "$libmajor" "$libminor" "$libtiny"
93
delete "$
libname
" "$1" "$2" "$3"
103
delete "$
libname
" "$libmajor" "$libminor" "$libtiny"
110
delete "$
libname
" "$1" "$2" "$3"
checkvers
120
LIBNAME
=
165
LIBNAME
="$2"
178
"sh $EXECDIR"/checkver $QUIET -f "$LIBLIST" "$
LIBNAME
" ;
182
echo "$0: checkver failed. LIBLIST=$LIBLIST $
LIBNAME
=$
LIBNAME
"
190
if [ "X$
LIBNAME
" = "X" ] ; then
192
libname
=`dirname $f`
193
libname
=`basename $
libname
`
194
if ! echo $
libname
| grep -q "^lib" ; the
[
all
...]
checkver
204
libname
=$(grep '^LIB=' $makefile | sed -e 's/^LIB=[[:space:]]*//')
207
if [ -z "$
libname
" ]; then
208
libname
=$(basename $CWD)
211
libname
="$2"
213
echo $
libname
| grep "^lib" 1>&2 2> /dev/null
215
libname
="lib$
libname
"
233
for instlib in $(grep $
libname
.so "$LIBLIST"); do
/src/usr.bin/ldd/
ldd_elfxx.c
167
fmtprint(const char *
libname
, Obj_Entry *obj, const char *fmt1,
177
if (strncmp(
libname
, "lib", 3) == 0 &&
178
(cp = strstr(
libname
, ".so")) != NULL) {
179
size_t i = cp - (
libname
+ 3);
183
(void)memcpy(libnamebuf,
libname
+ 3, i);
187
libname
= libnamebuf;
197
fmt =
libname
== libnamebuf ? fmt1 : fmt2;
230
printf("%s",
libname
);
257
const char *
libname
= obj->strtab + needed->name;
local
261
fmtprint(
libname
, needed->obj, fmt1, fmt2)
[
all
...]
/src/usr.bin/xlint/lint2/
main2.c
58
const char *
libname
;
variable
97
libname
= lname;
136
outlib(
libname
);
externs2.h
46
extern const char *
libname
;
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_linux.cc
179
static bool IsDynamicRTName(const char *
libname
) {
180
return internal_strstr(
libname
, "libclang_rt.asan") ||
181
internal_strstr(
libname
, "libasan.so");
/src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh
3734
-lNAME OUTPUT-FILE requires the installed library
libNAME
3754
-weak
LIBNAME
declare that the target provides the
LIBNAME
interface
4998
# DLL associated with the specified import library
LIBNAME
.
8198
libname
=`eval "\\$ECHO \"$libname_spec\""`
8716
# Make sure we only generate libraries of the form '
libNAME
.la'.
8722
eval
libname
=\"$libname_spec\"
8733
eval
libname
=\"$libname_spec\"
8736
libname
=$func_stripname_result
8769
oldlibs="$output_objdir/$
libname
.$libext $oldlibs
[
all
...]
/src/sys/external/isc/libsodium/dist/
ltmain.sh
2418
-lNAME OUTPUT-FILE requires the installed library
libNAME
2437
-weak
LIBNAME
declare that the target provides the
LIBNAME
interface
3604
# DLL associated with the specified import library
LIBNAME
.
6758
libname
=`eval "\\$ECHO \"$libname_spec\""`
7245
# Make sure we only generate libraries of the form `
libNAME
.la'.
7251
eval
libname
=\"$libname_spec\"
7262
eval
libname
=\"$libname_spec\"
7265
libname
=$func_stripname_result
7298
oldlibs="$output_objdir/$
libname
.$libext $oldlibs
[
all
...]
configure
12153
_lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$
libname
-symbols.expsym'
12155
_lt_dar_export_syms='~$NMEDIT -s $output_objdir/$
libname
-symbols.expsym $lib'
13528
archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $
libname
" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
13583
archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$
libname
.def~
13584
$ECHO "DESCRIPTION \"$
libname
\"" >> $output_objdir/$
libname
.def~
13585
$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$
libname
.def~
13586
$ECHO EXPORTS >> $output_objdir/$
libname
.def~
13587
emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$
libname
.def~
13588
$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$
libname
.def
[
all
...]
Completed in 1126 milliseconds
Indexes created Sun Feb 15 12:34:49 CET 2026