Searched refs:CSIDLP (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| D | expand_path.c | 353 #define CSIDLP(C,P) FTYPE_CSIDL, C, P, _expand_csidl macro 354 #define CSIDL(C) CSIDLP(C, NULL) 361 …{"USERCONFIG", CSIDLP(CSIDL_APPDATA, "\\" PACKAGE)}, /* Per user Heimdal configuration file path */ 362 …{"COMMONCONFIG", CSIDLP(CSIDL_COMMON_APPDATA, "\\" PACKAGE)}, /* Common Heimdal configuration file…
|