Home
last modified time | relevance | path

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

1234

/freebsd/contrib/wpa/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()
/freebsd/usr.bin/sed/tests/
H A Dhanoi.sed14 # lower-case letters, they must be input within 3 fields (representing the
15 # towers) and delimited by 4 colons, such that the letters within each field
33 # the built-in line of the script giving the order of the letters of the
54 Repeated letters not allowed. Try again.
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Dp5.pool1 table role = ipf type = tree name = letters
H A Dp5.ipf1 pass in from pool/letters to any
H A Dip21 table role = ipf type = tree name = letters
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dip21 table role=ipf type=tree name=letters
H A Dp516 table role=ipf type=tree name=letters
/freebsd/contrib/one-true-awk/testdir/
H A Dt.index9 print $0, "has duplicate letters"
/freebsd/contrib/ncurses/misc/
H A Dcleantic.cmd40 letters = '0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z'
45 'for %%1 in ('letters') do @if not exist 'dir'\%%1\* (echo Cleaning ...\%%1 & rd %%1 2>NUL)'
/freebsd/contrib/bc/tests/bc/
H A Dall.txt29 letters
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DREADME29 class only. (The character classes are: digits, lower-case letters,
30 upper-case letters, and other characters. There's also the special
43 When calculating the number of character classes, upper-case letters
/freebsd/contrib/file/magic/Magdir/
H A Duuencode9 # (xxencoding uses lowercase letters in place of most of uuencode's
H A Dscientific124 # uppercase letters. However, examples have been seen without the date string,
/freebsd/contrib/bc/vs/tests/
H A Dtests_bc.bat30 letters
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dcpus.txt21 name with all uppercase letters converted to lowercase, indicates that
/freebsd/usr.sbin/cron/doc/
H A DFEATURES32 the first three letters should be specified.
34 -- Months can likewise be specified by name. Three letters only.
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc627 std::string letters = "abc"; in TEST() local
628 a = SetArrayArgument<2>(letters.begin(), letters.end()); in TEST()
676 std::string letters = "abc"; in TEST() local
677 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end()); in TEST()
681 EXPECT_EQ(letters, s); in TEST()
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.timecodes29 In the following uppercase letters, punctuation marks and spaces <SP>
30 stand for themselves; lowercase letters stand for fields as described.
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-subst.mk10 WORDS= sequences of letters
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DREADME4 This is a library for generating form letters, building HTML pages, or
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod25 with a letter and can be followed by any number of letters, numbers
28 letters.
/freebsd/crypto/openssl/doc/man3/
H A Ds2i_ASN1_IA5STRING.pod46 The letters B<i> and B<s> in B<i2s> and B<s2i> stand for
/freebsd/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.
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A Dusermgmt.hlp31 initial letters of the user's name, and commonly used in lower case.

1234