Home
last modified time | relevance | path

Searched refs:DICT (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Search-Dict/t/
DDict.t7 my $DICT = <<EOT;
41 open(DICT, '+>', "dict-$$") or die "Can't create dict-$$: $!";
42 binmode DICT; # To make length expected one.
43 print DICT $DICT;
47 my $pos = look *DICT, "Ababa";
48 chomp($word = <DICT>);
54 $pos = look *DICT, "foo";
55 $word = <DICT>;
57 is $pos, length($DICT), "word not found will search to end of file";
59 my $pos = look *DICT, "abash";
[all …]
/openbsd/src/usr.bin/spell/
Dspell.ksh24 DICT=/usr/share/dict/words
47 DICT="$DICT $LOCAL_DICT"
77 d) DICT="$OPTARG"
108 $SPELLPROG ${FLAGS[*]} $DICT $LANG $EXTRA | sort -u -k1f - $TMP | \
113 $SPELLPROG ${FLAGS[*]} $DICT $LANG $EXTRA | sort -u -k1f - $TMP
/openbsd/src/regress/lib/libc/db/
Drun.test18 DICT=/usr/share/dict/words
20 DICT=/usr/dict/words
66 sed 200q $DICT > $TMP1
69 for i in `sed 200q $DICT`; do
85 sed 200q $DICT |
108 for i in `sed 200q $DICT`; do
542 for i in `sed 20000q $DICT | rev`; do
562 sed 50q $DICT > $TMP1
566 for i in `sed 50q $DICT`; do
579 for i in `sed 50q $DICT`; do
[all …]
/openbsd/src/games/boggle/boggle/
Dbog.h44 #define DICT "/usr/share/games/boggle/dictionary" macro
Dbog.c169 if ((dictfp = opendict(DICT)) == NULL) { in main()
170 warn("%s", DICT); in main()
176 warnx("can't load %s", DICT); in main()
/openbsd/src/lib/libz/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
Dinflate.c839 state->mode = DICT; in inflate()
841 case DICT: in inflate()
1394 if (state->wrap != 0 && state->mode != DICT) in inflateSetDictionary()
1398 if (state->mode == DICT) { in inflateSetDictionary()
/openbsd/src/sys/lib/libz/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
Dinflate.c838 state->mode = DICT; in inflate()
840 case DICT: in inflate()
1393 if (state->wrap != 0 && state->mode != DICT) in inflateSetDictionary()
1397 if (state->mode == DICT) { in inflateSetDictionary()
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
Dinflate.c814 state->mode = DICT; in inflate()
816 case DICT: in inflate()
1307 if (state->wrap != 0 && state->mode != DICT) in inflateSetDictionary()
1311 if (state->mode == DICT) { in inflateSetDictionary()
/openbsd/src/regress/usr.bin/sed/
Dsedtest.sh45 DICT=${3-/usr/share/dict/words}
375 sed '200q' $DICT | sed 's$.*$s/^/&/w tmpdir/&$' >script1
/openbsd/src/usr.bin/sed/TEST/
Dsed.test47 DICT=/usr/share/dict/words
447 sed '200q' $DICT | sed 's$.*$s/^/&/w tmpdir/&$' >script1
/openbsd/src/usr.sbin/unbound/
Daclocal.m48917 # lt_dict_add(DICT, KEY, VALUE)
8923 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
8929 # lt_dict_fetch(DICT, KEY, [SUBKEY])
8937 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
8945 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])