Searched refs:DICT (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Search-Dict/t/ |
| D | Dict.t | 7 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/ |
| D | spell.ksh | 24 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/ |
| D | run.test | 18 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/ |
| D | bog.h | 44 #define DICT "/usr/share/games/boggle/dictionary" macro
|
| D | bog.c | 169 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/ |
| D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
| D | inflate.c | 839 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/ |
| D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
| D | inflate.c | 838 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/ |
| D | inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
|
| D | inflate.c | 814 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/ |
| D | sedtest.sh | 45 DICT=${3-/usr/share/dict/words} 375 sed '200q' $DICT | sed 's$.*$s/^/&/w tmpdir/&$' >script1
|
| /openbsd/src/usr.bin/sed/TEST/ |
| D | sed.test | 47 DICT=/usr/share/dict/words 447 sed '200q' $DICT | sed 's$.*$s/^/&/w tmpdir/&$' >script1
|
| /openbsd/src/usr.sbin/unbound/ |
| D | aclocal.m4 | 8917 # 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, [...])
|