HomeSort by: relevance | last modified time | path
    Searched refs:MAXWORDLEN (Results 1 - 13 of 13) sorted by relevancy

  /src/games/boggle/boggle/
bog.h 48 * The theoretical maximum for MAXWORDLEN is ('a' - 1) == 96
50 #define MAXWORDLEN 40 /* Maximum word length */
bog.c 103 int wordpath[MAXWORDLEN + 1];
314 char buf[MAXWORDLEN + 1];
445 char subword[MAXWORDLEN + 1];
694 const size_t max = MAXWORDLEN + 1;
mach.c 167 * - doesn't accept words longer than MAXWORDLEN or containing caps
247 if ((int) (p - q) == MAXWORDLEN) {
402 char buf[MAXWORDLEN + 1];
421 for (i = 0; i < MAXWORDLEN; i++)
496 while (!done && i < MAXWORDLEN - 1) {
word.c 72 static char buf[MAXWORDLEN + 1];
  /src/games/boggle/mkdict/
mkdict.c 52 * 4) Are greater than MAXWORDLEN characters long
68 char buf[2][MAXWORDLEN + 1];
75 fgets(buf[current], MAXWORDLEN + 1, stdin) != NULL; ++nwords) {
100 if (*p != '\n' || len < 3 || len > MAXWORDLEN)
  /src/games/boggle/mkindex/
mkindex.c 59 char buf[MAXWORDLEN + 1];
102 static char buf[MAXWORDLEN + 1];
  /src/external/bsd/ppp/dist/pppd/
auth.c 1521 char secret[MAXWORDLEN];
1644 char secret[MAXWORDLEN];
1693 char secret[MAXWORDLEN];
1858 char secbuf[MAXWORDLEN];
1921 strlcpy(secret, passwd, MAXWORDLEN);
2226 * We assume secret is NULL or points to MAXWORDLEN bytes of space.
2240 char word[MAXWORDLEN];
2241 char atfile[MAXWORDLEN];
2242 char lsecret[MAXWORDLEN];
2358 strlcpy(secret, lsecret, MAXWORDLEN);
    [all...]
eap-tls.h 62 char peercertfile[MAXWORDLEN];
eap-tls.c 649 char servcertfile[MAXWORDLEN];
650 char clicertfile[MAXWORDLEN];
651 char cacertfile[MAXWORDLEN];
652 char capath[MAXWORDLEN];
653 char pkfile[MAXWORDLEN];
654 char pkcs12[MAXWORDLEN];
727 char servcertfile[MAXWORDLEN];
728 char clicertfile[MAXWORDLEN];
729 char cacertfile[MAXWORDLEN];
730 char capath[MAXWORDLEN];
    [all...]
pppd.h 64 #define MAXWORDLEN 1024 /* max length of word in file (incl null) */
options.c 587 char args[MAXARGS][MAXWORDLEN];
588 char cmd[MAXWORDLEN];
1511 if (len < MAXWORDLEN) {
1552 if (len < MAXWORDLEN) {
1559 word[MAXWORDLEN-1] = 0; /* make sure word is null-terminated */
1585 if (len >= MAXWORDLEN) {
1588 len = MAXWORDLEN - 1;
peap.c 285 char rhostname[MAXWORDLEN];
eap.c 449 unsigned char secbuf[MAXWORDLEN], clear[8], *sp, *dp, key[SHA_DIGEST_LENGTH];
461 char secret[MAXWORDLEN];
1674 char secret[MAXWORDLEN];

Completed in 142 milliseconds