Home
last modified time | relevance | path

Searched refs:letters (Results 1 – 25 of 74) sorted by relevance

123

/dragonfly/contrib/diffutils/lib/
H A Dtempname.c176 static const char letters[] = variable
234 XXXXXX[0] = letters[v % 62]; in __try_tempname()
236 XXXXXX[1] = letters[v % 62]; in __try_tempname()
238 XXXXXX[2] = letters[v % 62]; in __try_tempname()
240 XXXXXX[3] = letters[v % 62]; in __try_tempname()
242 XXXXXX[4] = letters[v % 62]; in __try_tempname()
244 XXXXXX[5] = letters[v % 62]; in __try_tempname()
/dragonfly/games/boggle/boggle/
H A Dhelpfile30 -w length: minimum word length in letters instead of default 3
40 Words are formed by finding a sequence of cubes (letters) that are in the
43 Words consist solely of lower case letters and must be at least 3 letters long.
52 The minimum word length can be changed from 3 letters by specifying
53 '-w length' where 'length' is the minimum number of letters to use.
/dragonfly/games/gomoku/
H A Dstoc.c42 const char *letters = "<ABCDEFGHJKLMNOPQRST>"; variable
70 snprintf(buf, sizeof(buf), "%c%d", letters[s % BSZ1], s / BSZ1); in stoc()
103 for (i = 1; i <= BSZ && letters[i] != c; i++) in lton()
H A Dbdisp.c99 addch(letters[i]); in bdisp_init()
111 addch(letters[i]); in bdisp_init()
H A Dgomoku.h255 extern const char *letters;
/dragonfly/contrib/wpa_supplicant/src/p2p/
H A Dp2p_utils.c30 u8 letters = 'Z' - 'A' + 1; in p2p_random() local
38 val %= 2 * letters + numbers; in p2p_random()
39 if (val < letters) in p2p_random()
41 else if (val < 2 * letters) in p2p_random()
42 buf[i] = 'a' + (val - letters); in p2p_random()
44 buf[i] = '0' + (val - 2 * letters); in p2p_random()
/dragonfly/contrib/file/magic/Magdir/
H A Duuencode9 # (xxencoding uses lowercase letters in place of most of uuencode's
H A Dscientific91 # uppercase letters. However, examples have been seen without the date string,
/dragonfly/usr.sbin/cron/doc/
H A DFEATURES34 the first three letters should be specified.
36 -- Months can likewise be specified by name. Three letters only.
/dragonfly/contrib/pam_passwdqc/
H A DREADME36 class only. The character classes are: digits, lower-case letters,
37 upper-case letters, and other characters. There is also a special
51 When calculating the number of character classes, upper-case letters
/dragonfly/games/quiz/datfiles/
H A Ducc93 5-111:warranties on transfer and presentment (letters of credit)
95 5-115:remedy for improper dishonor or anticipatory repudiaion (letters of credit)
H A Ded50 delete the next line that contains only capital letters:\
/dragonfly/share/i18n/csmapper/APPLE/
H A DGREEK%UCS.src108 # symbols and several accented Latin letters.
124 # characters), and Mac OS Roman accented Roman letters in 0x80-0x9F.
H A DUCS%GREEK.src108 # symbols and several accented Latin letters.
124 # characters), and Mac OS Roman accented Roman letters in 0x80-0x9F.
H A DCENTEURO%UCS.src107 # 8859-2 (Latin-2); each has some accented letters that the other
H A DUCS%CENTEURO.src107 # 8859-2 (Latin-2); each has some accented letters that the other
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-z80.texi127 The registers are referred to with the letters assigned to them by
141 The case of letters is significant in labels and symbol names. The case
H A Dc-vax.texi332 understood, but all other letters (@code{b i l s w}) are understood.
337 pc}. Upper and lower case letters are equivalent.
/dragonfly/contrib/gcc-4.7/libobjc/
H A DREADME21 of lowercase letters and underscores as opposed to the
/dragonfly/tools/tools/locale/etc/charmaps/
H A DKOI8-U.TXT37 # where the support for four additional Cyrillic letters was added (both small
38 # and capital letters), replacing 8 box-drawing characters. It is still widely
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dconstraints.md20 ;;; Unused letters:
/dragonfly/contrib/grep/lib/
H A Ddfa.c391 charclass letters; member
2326 if (c->w[j] & dfa->syntax.letters.w[j]) in charclass_context()
2328 if (c->w[j] & ~(dfa->syntax.letters.w[j] | dfa->syntax.newline.w[j])) in charclass_context()
3035 matches.w[j] &= ~d->syntax.letters.w[j]; in build_state()
3039 matches.w[j] &= d->syntax.letters.w[j] | d->syntax.newline.w[j]; in build_state()
4332 setbit (uc, &dfa->syntax.letters); in dfasyntax()
/dragonfly/games/larn/
H A DREADME18 bill.c code for the letters of praise if player wins
/dragonfly/contrib/grep/doc/
H A Dgrep.texi217 match each other. Although this is straightforward when letters
260 Word constituent characters are letters, digits, and the underscore.
1221 Most characters, including all letters and digits,
1334 for example, @samp{[[:alnum:]]} means the character class of numbers and letters
1384 @cindex lower-case letters
1385 Lower-case letters; in the @samp{C} locale and ASCII character
1412 @cindex upper-case letters
1413 Upper-case letters: in the @samp{C} locale and ASCII character
/dragonfly/usr.sbin/zic/
H A Dzic.c1675 const char * const letters, const int isdst, const int doquotes) in doabbr() argument
1683 if (letters == NULL) in doabbr()
1685 else sprintf(abbr, format, letters); in doabbr()

123