Searched refs:include_dir (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ncurses/ |
H A D | Makefile.in | 63 include_dir = ${includedir}${includesubdir} 99 @ echo ' include directory: '$(include_dir) 107 @ test ! -f $(include_dir)/termcap.h || \ 108 $(FGREP) NCURSES_VERSION $(include_dir)/termcap.h >/dev/null || \ 110 @ test ! -f $(include_dir)/curses.h || \ 111 $(FGREP) NCURSES_VERSION $(include_dir)/curses.h >/dev/null || \
|
/freebsd/contrib/libucl/tests/basic/ |
H A D | 13.in | 4 .include(glob=true,something="test") "${CURDIR}/include_dir/test*.conf" 6 .include(priority=1) "${CURDIR}/include_dir/pri1.conf" 7 .include(priority=2) "${CURDIR}/include_dir/pri2.conf" 9 # No longer valid! .include(try=true) "${CURDIR}/include_dir/invalid.conf"
|
/freebsd/lib/libsysdecode/ |
H A D | mktables | 42 include_dir=$1 71 if [ -e "${include_dir}/${file}" ]; then 74 $include_dir/$file | ${filter} ${excl} | \ 165 if [ -e "${include_dir}/x86/sysarch.h" ]; then 179 sed -e "s,^, $include_dir/," -e 's,$, \\,'
|
H A D | mklinuxtables | 39 include_dir=$1 68 if [ -e "${include_dir}/${file}" ]; then 71 $include_dir/$file | ${filter} ${excl} | \ 104 sed -e "s,^, $include_dir/," -e 's,$, \\,'
|
/freebsd/contrib/kyua/doc/ |
H A D | manbuild.sh | 90 local include_dir="${1}"; shift 106 [ -f "${include_dir}/${file}" ] || echo "${line}" 107 generate <"${include_dir}/${file}" "${include_dir}" \
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm.c | 208 path_entry_t include_dir; in main() local 217 for (include_dir = SLIST_FIRST(&search_path); in main() 218 include_dir != NULL; in main() 219 include_dir = SLIST_NEXT(include_dir, in main() 226 include_dir->quoted_includes_only = 1; in main() 228 include_dir = in main() 229 (path_entry_t)malloc(sizeof(*include_dir)); in main() 230 if (include_dir == NULL) { in main() 234 include_dir->directory = strdup(optarg); in main() 235 if (include_dir->directory == NULL) { in main() [all …]
|
H A D | aicasm_scan.l | 464 path_entry_t include_dir; 465 for (include_dir = search_path.slh_first; 466 include_dir != NULL; 467 include_dir = include_dir->links.sle_next) { 470 if ((include_dir->quoted_includes_only == TRUE) 475 "%s/%s", include_dir->directory, file_name);
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_def.c | 445 const char *include_dir = ossl_safe_getenv("OPENSSL_CONF_INCLUDE"); in def_load_bio() local 462 if (include_dir == NULL) in def_load_bio() 463 include_dir = conf->includedir; in def_load_bio() 473 if (include_dir != NULL && !ossl_is_absolute_path(include)) { in def_load_bio() 474 size_t newlen = strlen(include_dir) + strlen(include) + 2; in def_load_bio() 483 OPENSSL_strlcpy(include_path, include_dir, newlen); in def_load_bio()
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_introspect.c | 67 const struct wpa_dbus_argument *args, int include_dir) in add_entry() argument 78 include_dir ? (arg->dir == ARG_IN ? "in" : "out") : in add_entry()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1999 | 1820 * lib/krb5/Makefile.am: remove include_dir hack 1822 * lib/hdb/Makefile.am: remove include_dir hack 1824 * lib/asn1/Makefile.am: remove include_dir hack 1826 * include/Makefile.am: remove include_dir hack
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | ChangeLog | 1949 * Makefile.am: remove include_dir hack
|