Home
last modified time | relevance | path

Searched refs:llib (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/ncurses/misc/
Dmakellib64 llib=""
80 llib=llib-l$1
91 elif test -z "$llib"
93 llib="llib-l$LLIB"
96 if test ! -f $llib ; then
97 if ( make $llib )
105 rm -f $llib.ln $llib.c
111 TARGET=$llib.c
112 ln $llib $TARGET
115 CREATE="-C$llib"
[all …]
Dtdlint79 lib="llib-l`echo $1 | sed -e 's/^-l//'`.ln"
/freebsd-12-stable/contrib/ncurses/
DMANIFEST522 ./form/llib-lform
523 ./form/llib-lformt
524 ./form/llib-lformtw
525 ./form/llib-lformw
706 ./menu/llib-lmenu
707 ./menu/llib-lmenut
708 ./menu/llib-lmenutw
709 ./menu/llib-lmenuw
869 ./ncurses/llib-lncurses
870 ./ncurses/llib-lncursest
[all …]
DNEWS103 + updated llib-l* files.
734 + modify mk-0th.awk to allow for generating llib-ltic, etc., though
736 llib-lncurses.
1548 + update ncurses/llib-lncurses*
2203 + update llib-lncurses[wt] to use sp-funcs.
3931 + update llib-l* files.
4160 + update llib-* files to reflect internal interface additions/changes.
5818 + update llib-lncurses, llib-ncursesw, fix configure script related to
6192 + added llib-ncursesw.
6512 ncurses/llib-lncurses still had a hardcoded short.
[all …]
/freebsd-12-stable/contrib/bmake/mk/
Dlib.mk365 _LIBS+=llib-l${LIB}.ln
472 llib-l${LIB}.ln: ${LOBJS}
473 @${META_NOECHO} building llib-l${LIB}.ln
474 @rm -f llib-l${LIB}.ln
483 rm -f llib-l${LIB}.ln ${LOBJS}
551 llib-l${LIB}.ln ${DESTDIR}${LINTLIBDIR}
/freebsd-12-stable/contrib/ncurses/ncurses/
DREADME34 The llib-lXXXX files could be used as lint-library sources (and were, at one
39 the llib-lXXXX files do not correspond to the default configure options; some
/freebsd-12-stable/contrib/tcsh/
Dtc.os.c1457 llib(Char *s) in llib() function
1480 llib(*v++); in doinlib()
/freebsd-12-stable/contrib/binutils/opcodes/
DChangeLog-00011659 Reported by Bill Clarke <llib@computer.org>.
/freebsd-12-stable/
DObsoleteFiles.inc3734 OLD_FILES+=usr/libdata/lint/llib-lposix.ln
3735 OLD_FILES+=usr/libdata/lint/llib-lstdc.ln
/freebsd-12-stable/contrib/gcc/
DChangeLog-200124217 * gcc.c (process_command): Allow -l lib in addition to -llib