Searched refs:ln (Results 251 - 275 of 425) sorted by relevance

<<11121314151617

/freebsd-current/contrib/dialog/
H A Dinputstr.c113 trace_cache(const char *fn, int ln)
115 DLG_TRACE(("# trace_cache %s@%d\n", fn, ln));
120 #define trace_cache(fn, ln) /* nothing */
/freebsd-current/crypto/openssl/include/openssl/
H A Derr.h39 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln)
41 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,NULL,0)
H A Dobjects.h165 int OBJ_create(const char *oid, const char *sn, const char *ln);
/freebsd-current/usr.bin/diff/tests/
H A Ddiff_test.sh335 atf_check ln -s $(pwd)/test-file B/test-file
344 atf_check ln -s $(pwd)/test-file A/test-file
350 atf_check ln -s $(pwd)/test-file2 A/test-file
/freebsd-current/contrib/libucl/
H A DMakefile.unix19 LN ?= ln
/freebsd-current/contrib/bmake/mk/sys/
H A DDarwin.mk7 .SUFFIXES: .out .a .ln .o .s .S .c .m ${CXX_SUFFIXES} .F .f .r .y .l .cl .p .h
H A DSunOS.mk44 .SUFFIXES: .out .a .ln .o .c ${CXX_SUFFIXES} .F .f .r .y .l .s .S .cl .p .h .sh .m4
H A DOSF1.mk14 .SUFFIXES: .out .a .ln .o .c ${CXX_SUFFIXES} .F .f .r .y .l .s .S .cl .p .h .sh .m4
H A DLinux.mk15 .SUFFIXES: .out .a .ln .o .c ${CXX_SUFFIXES} .F .f .r .y .l .s .S .cl .p .h .sh .m4
/freebsd-current/contrib/byacc/package/
H A Dbyacc.spec80 ( cd $RPM_BUILD_ROOT%{_bindir} && ln -vs %{name} %{UseProgram} )
/freebsd-current/crypto/openssh/contrib/cygwin/
H A DMakefile75 cd $(DESTDIR)$(mandir)/man1 && ln -s ssh.1.gz slogin.1.gz
/freebsd-current/contrib/dma/
H A DMakefile38 LN?= ln
/freebsd-current/contrib/less/
H A Difile.c354 p->h_scrpos.ln, p->h_scrpos.pos);
H A Dmain.c278 initial_scrpos.ln = jump_sline;
/freebsd-current/lib/libelf/
H A DMakefile97 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-current/lib/libpcap/
H A DMakefile174 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-current/usr.sbin/etcupdate/tests/
H A Dtzsetup_test.sh169 ln -s /dev/null $TEST/etc/localtime
/freebsd-current/usr.bin/bmake/tests/
H A Dcommon.sh148 eval ln ${WORK_DIR}/${1} ${WORK_DIR}/${2}
/freebsd-current/contrib/bmake/mk/
H A Dnewlog.sh367 $ECHO ln -s `basename $nlog` $log.0
/freebsd-current/rescue/rescue/
H A DMakefile58 ed expr getfacl hostname kenv kill ln ls mkdir mv \
/freebsd-current/libexec/rc/rc.d/
H A Dsendmail154 ln -s cacert.pem "$CERTDIR"/`openssl x509 -hash -noout \
/freebsd-current/contrib/libpcap/
H A DMakefile.in703 ln -sf libpcap.so.$$VER $(DESTDIR)$(libdir)/libpcap.so.$$MAJOR_VER; \
704 ln -sf libpcap.so.$$MAJOR_VER $(DESTDIR)$(libdir)/libpcap.so
711 ln -sf libpcap.$$VER.dylib $(DESTDIR)$(libdir)/libpcap.$$MAJOR_VER.dylib; \
712 ln -sf libpcap.$$MAJOR_VER.dylib $(DESTDIR)$(libdir)/libpcap.dylib
718 ln -sf libpcap.$$MAJOR_VER $(DESTDIR)$(libdir)/libpcap.sl
/freebsd-current/crypto/openssl/apps/
H A Dlist.c941 const char *ln = OBJ_nid2ln(i); local
955 BIO_printf(bio_out, "# None-OID object: %s, %s\n", sn, ln);
971 if (ln == NULL || strcmp(sn, ln) == 0)
974 BIO_printf(bio_out, "%s = %s, %s\n", sn, ln, oid_buf);
/freebsd-current/contrib/bc/src/
H A Dprogram.c465 * @param ln An out parameter; this is set to the pointer to the number for
475 bc_program_binPrep(BcProgram* p, BcResult** l, BcNum** ln, BcResult** r, argument
480 assert(p != NULL && l != NULL && ln != NULL && r != NULL && rn != NULL);
496 bc_program_operand(p, l, ln, idx + 1);
511 *ln = bc_program_num(p, *l);
524 * @param ln An out parameter; this is set to the pointer to the number for
534 bc_program_binOpPrep(BcProgram* p, BcResult** l, BcNum** ln, BcResult** r, argument
537 bc_program_binPrep(p, l, ln, r, rn, idx);
538 bc_program_type_num(*l, *ln);
547 * @param ln A
555 bc_program_assignPrep(BcProgram* p, BcResult** l, BcNum** ln, BcResult** r, BcNum** rn) argument
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A DMakefile.am54 $(AM_V_at)test -e ntp_parser.c || ln -s $(srcdir)/ntp_parser.c .
55 $(AM_V_at)test -e ntp_parser.h || ln -s $(srcdir)/ntp_parser.h .
67 ln -s $(srcdir)/ntp_parser.h . \

Completed in 317 milliseconds

<<11121314151617