OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dupword
(Results
1 - 1
of
1
) 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
);
Completed in 12 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025