Home
last modified time | relevance | path

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

/dports/mail/milter-greylist/milter-greylist-4.6.4/
H A Dconf_yacc.y609 quotepath(alg, $3, QSTRLEN),
1017 quotepath(key, $8, QSTRLEN));
1032 quotepath(key, $8, QSTRLEN));
1047 quotepath(key, $8, QSTRLEN));
1263 quotepath(hdr, $2, QSTRLEN), -1);
1483 (void)quotepath(name, $2, QSTRLEN);
2034 quotepath(macro, $3, QSTRLEN),
2035 quotepath(value, $4, QSTRLEN));
2174 quotepath(uris, $2, QSTRLEN),
2175 quotepath(bdn, $5, QSTRLEN),
[all …]
H A Dconf.h179 char *quotepath(char *, char *, size_t);
H A Dconf.c424 quotepath(dst, path, len) in quotepath() function
/dports/devel/tradcpp/tradcpp-0.5.3/
H A Dfiles.c52 static struct incdirarray quotepath, bracketpath; variable
79 incdirarray_init(&quotepath); in files_init()
88 incdirarray_destroyall(&quotepath); in files_cleanup()
89 incdirarray_cleanup(&quotepath); in files_cleanup()
103 incdirarray_add(&quotepath, id, NULL); in files_addquotepath()
407 file_search(place, &quotepath, name); in file_readquote()
/dports/www/trac-devel/Trac-1.5.3/tracopt/versioncontrol/git/tests/
H A DPyGIT.py316 def validate(path, quotepath): argument
317 self._git('config', 'core.quotepath', quotepath)
458 def validate(path, quotepath): argument
459 self._git('config', 'core.quotepath', quotepath)
/dports/dns/nsd/nsd-4.3.9/
H A Dnsd-checkconf.c47 quotepath(opt, FINAL, PATTERN->NAME); \
83 quotepath(opt, FINAL, opt->NAME); \
181 quotepath(nsd_options_type* opt, int final, const char *f) in quotepath() function
/dports/shells/yash/yash-2.51/share/completion/
H A Dgit-config187 preferSymlinkRefs preloadindex quotepath \
/dports/misc/cloc/cloc-1.90/
H A DREADME.md2705 git config --global core.quotepath off
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_git2407 core.quotepath:'escape characters in paths on output::->bool:false'