Searched refs:FTYPE_SPECIAL (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | expand_path.c | 335 #define FTYPE_SPECIAL 1 macro 342 #define SPECIALP(f, P) FTYPE_SPECIAL, 0, P, f 362 {"LIBDIR", FTYPE_SPECIAL, 0, LIBDIR, _expand_path}, 363 {"BINDIR", FTYPE_SPECIAL, 0, BINDIR, _expand_path}, 364 {"LIBEXEC", FTYPE_SPECIAL, 0, LIBEXECDIR, _expand_path}, 365 {"SBINDIR", FTYPE_SPECIAL, 0, SBINDIR, _expand_path},
|