OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cfpath
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
dict_sqlite_test.c
103
static void create_and_populate_cf(char *
cfpath
, const char *dbpath,
113
if ((fd = mkstemp(
cfpath
)) < 0)
114
msg_fatal("mkstemp(\"%s\"): %m",
cfpath
);
146
char
cfpath
[sizeof(template)];
local
155
memcpy(
cfpath
, template, sizeof(
cfpath
));
156
create_and_populate_cf(
cfpath
, dbpath, tp->settings);
164
if ((dict = dict_sqlite_open(
cfpath
, O_RDONLY, DICT_FLAG_UTF8_REQUEST)) != 0)
173
if (unlink(
cfpath
) < 0)
174
msg_fatal("unlink %s: %m",
cfpath
);
[
all
...]
dict_sqlite_test.c
103
static void create_and_populate_cf(char *
cfpath
, const char *dbpath,
113
if ((fd = mkstemp(
cfpath
)) < 0)
114
msg_fatal("mkstemp(\"%s\"): %m",
cfpath
);
146
char
cfpath
[sizeof(template)];
local
155
memcpy(
cfpath
, template, sizeof(
cfpath
));
156
create_and_populate_cf(
cfpath
, dbpath, tp->settings);
164
if ((dict = dict_sqlite_open(
cfpath
, O_RDONLY, DICT_FLAG_UTF8_REQUEST)) != 0)
173
if (unlink(
cfpath
) < 0)
174
msg_fatal("unlink %s: %m",
cfpath
);
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026