Home
last modified time | relevance | path

Searched refs:realbuf (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_util.c1093 char filebuf[PATH_MAX], realbuf[PATH_MAX]; local
1107 if (ucl_realpath(filebuf, realbuf) == NULL) {
1121 if (parser->cur_file && strcmp(realbuf, parser->cur_file) == 0) {
1128 realbuf);
1132 if (!ucl_fetch_file(realbuf, &buf, &buflen, &parser->err, params->must_exist)) {
1152 snprintf(filebuf, sizeof(filebuf), "%s.sig", realbuf);
1196 ucl_parser_set_filevars(parser, realbuf, false);
1203 params->prefix = basename(realbuf);
1979 char realbuf[PATH_MAX], *curdir; local
1983 if (ucl_realpath(filename, realbuf) == NULL) {
[all …]