Searched refs:ln (Results 76 - 100 of 450) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/i386/
H A DMakefile21 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done
23 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done
25 (cd $$i && { rm -f tags; ln -s ../tags tags; }) done
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_data.c41 int ln, const char *p, int *pos)
69 ln, *pos, p + *pos);
128 tbl->parse, ln, sv, dat->string);
132 tbl_cdata(struct tbl_node *tbl, int ln, const char *p, int pos) argument
145 getdata(tbl, tbl->last_span, ln, p, &pos);
168 ln, pos, dat->string);
193 tbl_data(struct tbl_node *tbl, int ln, const char *p, int pos) argument
206 sp = newspan(tbl, ln, rp);
210 sp = newspan(tbl, ln, rp);
230 sp = newspan(tbl, ln, r
40 getdata(struct tbl_node *tbl, struct tbl_span *dp, int ln, const char *p, int *pos) argument
[all...]
H A Dmandoc.c371 mandoc_getarg(struct mparse *parse, char **cpp, int ln, int *pos) argument
437 mandoc_msg(MANDOCERR_ARG_QUOTE, parse, ln, *pos, NULL);
451 mandoc_msg(MANDOCERR_SPACE_EOL, parse, ln, *pos, NULL);
524 mandoc_normdate(struct roff_man *man, char *in, int ln, int pos) argument
532 mandoc_msg(MANDOCERR_DATE_MISSING, man->parse, ln, pos, NULL);
543 ln, pos, cp);
550 mandoc_msg(MANDOCERR_DATE_BAD, man->parse, ln, pos, in);
552 mandoc_msg(MANDOCERR_DATE_FUTURE, man->parse, ln, pos, in);
555 ln, pos, "Dd %s", in);
H A Dread.c128 ".so is fragile, better use ln(1)",
342 struct buf ln; local
345 size_t pos; /* byte number in the ln buffer */
352 memset(&ln, 0, sizeof(ln));
393 if (pos + 11 > ln.sz)
394 resize_buf(&ln, 256);
403 &blk, &i, &ln, &pos, &curp->filenc))) {
406 ln.buf[pos++] = '?';
423 ln
841 mandoc_vmsg(enum mandocerr t, struct mparse *m, int ln, int pos, const char *fmt, ...) argument
855 mandoc_msg(enum mandocerr er, struct mparse *m, int ln, int col, const char *msg) argument
868 (*m->mmsg)(er, level, m->file, ln, col, msg); local
[all...]
/freebsd-11-stable/contrib/bmake/
H A Ddir.c408 LstNode ln; local
411 ln = Lst_Member(openDirectories, dot);
412 (void)Lst_Remove(openDirectories, ln);
470 LstNode ln; /* a list element */ local
477 if ((ln = Lst_First(dirSearchPath)) != NULL) {
478 p = (Path *)Lst_Datum(ln);
492 while ((ln = Lst_Next(dirSearchPath)) != NULL) {
493 p = (Path *)Lst_Datum(ln);
779 LstNode ln; /* Current node */ local
783 while ((ln
1130 LstNode ln; /* a list element */ local
1623 LstNode ln = NULL; /* node in case Path structure is found */ local
1731 LstNode ln; /* the node of the current directory */ local
1775 LstNode ln; local
1835 LstNode ln; local
1851 LstNode ln; local
[all...]
/freebsd-11-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh48 ln /usr/bin/true 123456789012345
52 ln /usr/bin/true 1234567890123456
56 ln /usr/bin/true 12345678901234567
/freebsd-11-stable/contrib/gdb/
H A Dylwrap83 ln -s ../"$input" . > /dev/null 2>&1 || ln ../"$input" . > /dev/null 2>&1 || cp ../"$input" .
H A Dsymlink-tree74 ln -s ${srcdir}/$f .
/freebsd-11-stable/release/scripts/
H A Dpkg-stage.sh56 (cd ${DVD_DIR} && ln -s ${PKG_ABI} ${PKG_ALTABI})
87 ln -s ../All/$(${PKGCMD} rquery %n-%v pkg).txz pkg.txz)
/freebsd-11-stable/libexec/mail.local/
H A DMakefile28 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/usr.bin/lex/lib/
H A DMakefile7 LIB= ln
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dinit.c477 tnode_t *ln; local
503 ln = getnnode(initsym, 0);
504 ln->tn_type = tduptyp(ln->tn_type);
505 ln->tn_type->t_const = 0;
506 tn = build(ASSIGN, ln, tn);
528 ln = tgetblk(sizeof (tnode_t));
529 ln->tn_op = NAME;
530 ln->tn_type = tduptyp(initstk->i_type);
531 ln
[all...]
/freebsd-11-stable/contrib/libreadline/support/
H A Dmkdist89 s) ln -s $mode $newdir/$fname ; mode= ;; # symlink
90 l) ln $mode $newdir/$fname ; mode= ;; # hard link
/freebsd-11-stable/contrib/binutils/
H A Dsymlink-tree74 ln -s ${srcdir}/$f .
/freebsd-11-stable/bin/pkill/tests/
H A Dpgrep-LF_test.sh11 ln -sf /bin/sleep $sleep
H A Dpgrep-t_test.sh20 ln -sf /bin/sleep $sleep
H A Dpkill-LF_test.sh11 ln -sf /bin/sleep $sleep
H A Dpkill-t_test.sh20 ln -sf /bin/sleep $sleep
/freebsd-11-stable/contrib/pjdfstest/tests/symlink/
H A D11.t22 ln -s test ${n0}/${i} >/dev/null 2>&1
/freebsd-11-stable/release/tools/
H A Dazure.conf17 chroot ${DESTDIR} ln -s /usr/local/sbin/waagent /usr/sbin/waagent
/freebsd-11-stable/usr.sbin/fmtree/test/
H A Dtest01.sh19 ln -s "xx this=is=wrong" ${TMP}/mr/foo
/freebsd-11-stable/tools/tools/html-mv/
H A Dhtml-mv49 if [ -f "$file.ln" ]; then
50 perl -i -p .sed $file.ln
/freebsd-11-stable/tests/sys/vfs/
H A Dtrailing_slash.sh33 ln -fs "$1" "$2" || exit 1
/freebsd-11-stable/usr.bin/stat/tests/
H A Dstat_test.sh39 atf_check ln -s a d
57 atf_check ln a b
58 atf_check ln -s a c
102 ln -s nonexistent broken-link
130 atf_check ln a b
131 atf_check ln -s a c
220 atf_check ln a b
221 atf_check ln -s a c
/freebsd-11-stable/usr.bin/sed/tests/
H A Dsed2_test.sh38 atf_check ln a b
52 atf_check ln -s a b

Completed in 255 milliseconds

1234567891011>>