Searched refs:ln (Results 176 - 200 of 450) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobjects.pl75 if ($Cname ne "" && defined($ln{$module.$Cname}))
76 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
91 if ($Cname ne "" && defined($ln{$module.$Cname}))
92 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
100 $ln{$Cname} = $myln;
206 print OUT expand("#define LN_$Cname\t\t\"$ln{$Cname}\"\n") if $ln{$Cname} ne "";
/freebsd-11-stable/contrib/bmake/mk/
H A Dlib.mk35 .SUFFIXES: .out .a .ln ${PICO} .po .o .s .S .c .cc .C .m .F .f .r .y .l .cl .p .h
330 .c.ln:
363 _LIBS+=llib-l${LIB}.ln
412 @ln .libs/${.TARGET} .
415 @[ -s ${.TARGET}.${SHLIB_AGE} ] || { ln -s .libs/lib${LIB}.${LD_so}* . 2>/dev/null; : }
416 @[ -s ${.TARGET} ] || ln -s ${.TARGET}.${SHLIB_AGE} ${.TARGET}
464 rm -f ${SHLIB_LINKS}; ${SHLIB_LINKS:O:u:@x@ln -s ${.TARGET} $x;@}
467 LOBJS+= ${LSRCS:.c=.ln} ${SRCS:M*.c:.c=.ln}
470 llib-l${LIB}.ln
[all...]
H A Dlinks.mk17 LN?= ln
H A Dprog.mk86 LOBJS+= ${LSRCS:.c=.ln} ${SRCS:M*.c:.c=.ln}
156 sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.ln:/' \
185 (cd ${DESTDIR}/usr/games; rm -f ${PROG}; ln -s dm ${PROG})
/freebsd-11-stable/contrib/ncurses/man/
H A DMakefile.in76 -rm -f core tags TAGS *~ *.bak *.ln *.atac trace
/freebsd-11-stable/contrib/gperf/lib/
H A DMakefile.in50 LN = ln
/freebsd-11-stable/contrib/groff/src/preproc/soelim/
H A Dsoelim.cpp141 int ln = current_lineno; local
145 current_lineno = ln;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dfunc.c966 tnode_t *ln, *rn; local
997 ln = tgetblk(sizeof (tnode_t));
998 ln->tn_op = NAME;
999 ln->tn_type = tduptyp(funcsym->s_type->t_subt);
1000 ln->tn_type->t_const = 0;
1001 ln->tn_lvalue = 1;
1002 ln->tn_sym = funcsym; /* better than nothing */
1004 tn = build(RETURN, ln, tn);
/freebsd-11-stable/usr.sbin/bsdconfig/mouse/
H A Denable112 f_eval_catch "$0" ln \
113 'ln -fs /dev/sysmouse /dev/mouse' || f_die # backwards compat
/freebsd-11-stable/usr.sbin/makefs/tests/
H A Dmakefs_tests_common.sh106 atf_check -e empty -s exit:0 ln -s a/b c
108 atf_check -e empty -s exit:0 ln d e
/freebsd-11-stable/tools/tools/sysbuild/
H A Dsysbuild.sh430 ln -s ${distfile_cache} /tmp/sysbuild/ports/distfiles
468 ln -s /freebsd/${PORTS_PATH} /usr/ports
471 ln -s /freebsd/${SRC_PATH} /usr/src
477 ln -s /freebsd/${OBJ_PATH} /usr/obj
510 ln -s /freebsd/distfiles /freebsd/${PORTS_PATH}/distfiles
552 ln -s /freebsd/${OBJ_PATH} ${SBMNT}/usr/obj
572 ln -s /freebsd/${PORTS_PATH} ${SBMNT}/usr/ports
575 ln -s /freebsd/${SRC_PATH} ${SBMNT}/usr/src
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_link.sh48 atf_check -s eq:0 -o empty -e empty ln a b
77 atf_check -s eq:0 -o empty -e empty ln a c/b
122 echo 'ln dir/a dir/b' | kqueue_monitor 2 dir dir/a
/freebsd-11-stable/contrib/gcc/
H A Dfixproto104 if ln -s X $rel_target_dir/ShouldNotExist 2>/dev/null; then
107 elif ln -s X /tmp/ShouldNotExist 2>/dev/null; then
H A Dvmsdbgout.c932 int ln, lastln;
974 ln = (file_info_table[fn].listing_line_start
984 sprintf (buff, "line_num (%d)", ln ? ln - 1 : 0);
985 totsize += write_debug_data4 (ln ? ln - 1 : 0, buff, dosizeonly);
987 lastln = ln;
994 ln = (file_info_table[fn].listing_line_start
997 if (ln - lastln > 1)
998 extrabytes = 5; /* NUMBYTES (ln
931 int ln, lastln; local
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp189 atf_dynstr_t ln; local
192 err = atf_fs_path_leaf_name(&m_path, &ln);
196 std::string s(atf_dynstr_cstring(&ln));
197 atf_dynstr_fini(&ln);
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.hdrs122 ln -sf ${.ALLSRC} ${.TARGET}
131 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/gnu/usr.bin/binutils/ld/
H A DMakefile82 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh148 atf_check -s exit:0 ln /rump/mnt/filename /rump/mnt/dir/same
179 atf_check -s not-exit:0 -e ignore ln ./loser /rump/.
200 atf_check -s exit:0 ln -s dir /rump/dirtoo
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A DMakefile42 -if [ ! -d iplang ] ; then ln -s ../iplang iplang; fi
43 -if [ ! -d netinet ] ; then ln -s ../netinet netinet; fi
44 -if [ ! -d ipf ] ; then ln -s .. ipf; fi
/freebsd-11-stable/contrib/bmake/
H A Dos.sh115 # can you believe that ln on Solaris defaults to
117 test -x /usr/xpg4/bin/ln && LN=${LN:-/usr/xpg4/bin/ln}
221 LN=${LN:-ln}
H A Darch.c580 LstNode ln; /* Lst member containing archive descriptor */ local
598 ln = Lst_Find(archives, archive, ArchFindArchive);
599 if (ln != NULL) {
600 ar = (Arch *)Lst_Datum(ln);
1175 LstNode ln; local
1184 while ((ln = Lst_Next(gn->parents)) != NULL) {
1185 pgn = (GNode *)Lst_Datum(ln);
H A Dmeta.c1092 LstNode ln; local
1116 ln = Lst_First(gn->commands);
1283 if ((ln = Lst_Find(missingFiles, p,
1289 nln = Lst_FindFrom(missingFiles, Lst_Succ(ln),
1291 tp = Lst_Datum(ln);
1292 Lst_Remove(missingFiles, ln);
1294 } while ((ln = nln) != NULL);
1465 if (ln == NULL) {
1470 char *cmd = (char *)Lst_Datum(ln);
1521 ln
[all...]
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.h122 #define Set_LineNum(ln) {Debug(DPARS|DEXT,("linenum=%d\n",ln)); \
123 LineNumber = ln; \
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c462 const char *ln; local
463 ln = OBJ_nid2ln(OBJ_obj2nid(oid));
464 if (!ln)
465 ln = "";
467 if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0)
/freebsd-11-stable/usr.sbin/jail/
H A Dconfig.c452 char *cs, *ep, *ln; local
651 while ((ln = fgetln(f, &lnlen))) {
652 if ((cs = memchr(ln, '#', lnlen - 1)))
653 lnlen = cs - ln + 1;
654 if (ln[lnlen - 1] == '\n' ||
655 ln[lnlen - 1] == '#')
656 ln[lnlen - 1] = '\0';
659 strlcpy(cs, ln, lnlen + 1);
660 ln = cs;
662 add_param(j, NULL, IP__MOUNT_FROM_FSTAB, ln);
[all...]

Completed in 316 milliseconds

1234567891011>>