HomeSort by: relevance | last modified time | path
    Searched defs:dupword (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.c 643 char *dupword = malloc(nIn); local in function:do_stem
644 if (dupword == NULL)
648 dupword[i] = tolower((unsigned char) zIn[i]);
650 size_t idx = nostem_hash(dupword, nIn);
651 if (strncmp(nostem[idx], dupword, nIn) == 0 && nostem[idx][nIn] == 0)
656 free(dupword);
custom_apropos_tokenizer.c 643 char *dupword = malloc(nIn); local in function:do_stem
644 if (dupword == NULL)
648 dupword[i] = tolower((unsigned char) zIn[i]);
650 size_t idx = nostem_hash(dupword, nIn);
651 if (strncmp(nostem[idx], dupword, nIn) == 0 && nostem[idx][nIn] == 0)
656 free(dupword);
custom_apropos_tokenizer.c 643 char *dupword = malloc(nIn); local in function:do_stem
644 if (dupword == NULL)
648 dupword[i] = tolower((unsigned char) zIn[i]);
650 size_t idx = nostem_hash(dupword, nIn);
651 if (strncmp(nostem[idx], dupword, nIn) == 0 && nostem[idx][nIn] == 0)
656 free(dupword);
custom_apropos_tokenizer.c 643 char *dupword = malloc(nIn); local in function:do_stem
644 if (dupword == NULL)
648 dupword[i] = tolower((unsigned char) zIn[i]);
650 size_t idx = nostem_hash(dupword, nIn);
651 if (strncmp(nostem[idx], dupword, nIn) == 0 && nostem[idx][nIn] == 0)
656 free(dupword);

Completed in 46 milliseconds