HomeSort by: relevance | last modified time | path
    Searched refs:tre (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/tre/dist/lib/
Makefile.am 7 tre-ast.h \
8 tre-compile.h \
9 tre-internal.h \
10 tre-match-utils.h \
11 tre-mem.h \
12 tre-parse.h \
13 tre-stack.h \
17 tre-ast.c \
18 tre-compile.c \
19 tre-match-backtrack.c
    [all...]
  /src/external/bsd/tre/dist/doc/
Makefile.am 8 tre-api.html \
9 tre-syntax.html \
  /src/external/bsd/tre/dist/python/
example.py 1 import tre
3 fz = tre.Fuzzyness(maxerr = 3)
6 pt = tre.compile("Don(ald( Ervin)?)? Knuth", tre.EXTENDED)
tre-python.c 2 tre-python.c - TRE Python language bindings
16 #include <tre/tre.h>
18 #define TRE_MODULE "tre"
458 TRE_MODULE ".pattern object holds compiled tre regex", /* tp_doc */
541 "Python module for TRE library\n\nModule exports "
  /src/external/bsd/tre/lib/
Makefile 10 # external tre sources
15 LIB= tre
18 SRCS+= tre-ast.c tre-compile.c tre-match-approx.c
19 SRCS+= tre-match-backtrack.c tre-match-parallel.c tre-mem.c
20 SRCS+= tre-parse.c tre-stack.c xmalloc.
    [all...]
  /src/external/bsd/tre/dist/
Makefile.am 13 win32/tre-config.h win32/config.h \
14 win32/tre.vcproj \
15 win32/tre.sln \
17 python/tre-python.c \
25 pkgconfig_DATA = tre.pc
  /src/external/bsd/tre/dist/utils/
build-rpm.sh 21 gunzip tre-*.tar.gz
22 bzip2 tre-*.tar
23 mv tre-*.tar.bz2 ../SOURCES
28 rpmbuild --define "_topdir `pwd`" dist/tre.spec -ba
build-sources.sh 17 tar xzvf ../tre-*.tar.gz
22 tar xzvf ../tre-*.tar.gz
23 cd tre-*
30 tar xzvf ../stage2/tre-*/tre-*.tar.gz
35 base=`basename tre-*.tar.gz .tar.gz`
36 gunzip -c tre-*.tar.gz | bzip2 -9 -c > $base.tar.bz2
build-release.sh 10 pkg=`ls dist/tre-*.tar.gz`
replace-vars.sh 15 win32/tre-config.h; do
  /src/external/bsd/tre/dist/tests/
Makefile.am 37 ../lib/tre-mem.c \
38 ../lib/tre-stack.c \
39 ../lib/tre-ast.c \
40 ../lib/tre-parse.c \
41 ../lib/tre-compile.c \
42 ../lib/tre-match-parallel.c \
43 ../lib/tre-match-backtrack.c \
49 libxtre_la_SOURCES += ../lib/tre-match-approx.c
build-on-hosts.sh 24 pkg=`ls dist/tre-*.tar.gz`
  /src/external/bsd/tre/
tre2netbsd 32 # Rough instructions for importing new tre release from their git repository:
35 # $ git clone https://github.com/laurikari/tre.git
36 # $ sh /usr/src/external/bsd/tre/tre2netbsd tre `pwd`
37 # $ cd src/external/bsd/tre/dist
38 # $ cvs import src/external/bsd/tre/dist LAURIKARI tre-yyyymmdd
40 # >>> check out src/external/bsd/tre/dist.
46 # >>> config.h into /usr/src/external/bsd/tre/include
47 # >>> lib/tre-config.h into /usr/src/external/bsd/tre/includ
    [all...]
  /src/external/bsd/
Makefile 8 ntp openresolv tcpdump tmux top tre zstd
  /src/usr.sbin/sysinst/arch/playstation2/
msg.md.fr 89 ne sera peut-�tre pas possible. Voulez-vous r�ellement faire ceci ?
  /src/usr.sbin/sysinst/
msg.mi.fr 359 {Valeurs sp�ciales pouvant �tre utilis�es pour d�finir la taille de la partition :
383 {Valeurs sp�ciales pouvant �tre utilis�es pour d�finir le d�but de la partition :
491 NFS ou FTP, vous devez �tre connect� � un r�seau et avoir acc�s au serveur
513 Le r�pertoire contenant les composants doit �tre d�fini par
528 Ce r�pertoire doit �tre export� via NFS, et contenir ces fichiers
543 Ils doivent �tre plac�s � sa racine, sous la forme de fichiers
567 {Les archives d'installation ne peuvent �tre trouv�es � l'emplacement sp�cifi�
572tre mont�) � utiliser. Ce dernier doit contenir les fichiers
598 {Quelle interface doit �tre utilis�e ?}
719 Vous avez s�lectionn� %d composants. %d n'ont pu �tre install�s
    [all...]
  /src/usr.sbin/sysinst/arch/i386/
msg.md.fr 126 ne sera peut-�tre pas possible. Voulez-vous r�ellement faire ceci ?
151 {Le code d'amor�age dans le secteur de boot ne semble pas �tre valide.
  /src/lib/
Makefile 81 SUBDIR+= ../external/bsd/tre/lib
  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 2603 unsigned int tre = adap->params.tp.tre; local
2606 unsigned int tps = core_clk >> tre;
2608 t3_write_reg(adap, A_TP_TIMER_RESOLUTION, V_TIMERRESOLUTION(tre) |
3744 p->tre = fls(adapter->params.vpd.cclk / (1000 / TP_TMR_RES)) -
cxgb_common.h 302 unsigned int tre; /* log2 of core clocks per TP tick */ member in struct:tp_params
  /src/share/mk/
bsd.prog.mk 186 tre \

Completed in 39 milliseconds