Home
last modified time | relevance | path

Searched refs:bigram (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/locate/locate/
H A Dmklocatedb.sh45 : ${bigram:=locate.bigram}
69 $locate -d $filelist / | $bigram | $sort -nr | \
74 $bigram < $filelist | $sort -nr | \
H A Dconcatdb.sh47 : ${bigram:=locate.bigram}
63 done | $bigram | $sort -nr | \
/freebsd/usr.bin/locate/bigram/
H A Dlocate.bigram.c46 unsigned long bigram[UCHAR_MAX + 1][UCHAR_MAX + 1]; variable
73 bigram[(u_char)*cp][(u_char)*(cp + 1)]++; in main()
93 if (bigram[i][j] != 0) in main()
94 printf("%lu %c%c\n", bigram[i][j], i, j); in main()
H A DMakefile1 PROG= locate.bigram
/freebsd/usr.bin/locate/
H A DMakefile2 SUBDIR= bigram code locate
/freebsd/targets/pseudo/userland/
H A DMakefile.depend247 usr.bin/locate/bigram \
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc5037 OLD_FILES+=usr/libexec/locate.bigram