OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapnames
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
dict_open.c
626
ARGV *
mapnames
;
local
630
mapnames
= argv_alloc(dict_open_hash->used + 1);
633
argv_add(
mapnames
, dp->type, ARGV_END);
636
(void) dict_mapnames_extend_hook(
mapnames
);
637
argv_qsort(
mapnames
, (ARGV_COMPAR_FN) 0);
639
argv_uniq(
mapnames
, (ARGV_COMPAR_FN) 0);
641
argv_terminate(
mapnames
);
642
return
mapnames
;
Completed in 77 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026