HomeSort by: relevance | last modified time | path
    Searched defs:autoconf (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/autoconf/dist/lib/emacs/
autoconf-mode.el 0 ;;; autoconf-mode.el --- autoconf code editing commands for Emacs
7 ;; This file is part of Autoconf
24 ;; A major mode for editing autoconf input (like configure.in).
29 ;; (autoload 'autoconf-mode "autoconf-mode"
30 ;; "Major mode for editing autoconf files." t)
32 ;; (cons '("\\.ac\\'\\|configure\\.in\\'" . autoconf-mode)
38 (defvar autoconf-font-lock-keywords
46 (defvar autoconf-mode-syntax-table ni
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
__init__.py 15 from . import algorithms, autoconf, basic, dirs, features, openssl, ports namespace
21 "autoconf",
  /src/sys/arch/vax/boot/boot/
autoconf.c 1 /* $NetBSD: autoconf.c,v 1.29 2017/05/22 16:59:32 ragge Exp $ */
44 void autoconf(void);
60 autoconf(void) function
  /src/external/public-domain/sqlite/dist/autosetup/
cc.tcl 594 # @make-autoconf-h outfile ?auto-patterns=HAVE_*? ?bare-patterns=SIZEOF_*?
597 proc make-autoconf-h {file {autopatterns {HAVE_*}} {barepatterns {SIZEOF_* HAVE_DECL_*}}} {
598 user-notice "*** make-autoconf-h is deprecated -- use make-config-header instead"
proj.tcl 1462 # @proj-remap-autoconf-dir-vars
1464 # "Re-map" the autoconf-conventional --XYZdir flags into something
1487 # Each autoconf-relvant --XYZ flag which is explicitly passed to
1499 proc proj-remap-autoconf-dir-vars {} {
1647 # proj-remap-autoconf-dir-vars late in the config process (immediately
  /src/sbin/raidctl/
raidctl.c 119 char autoconf[10]; local
168 strlcpy(autoconf, "yes", sizeof(autoconf));
169 set_autoconfig(fd, raidID, autoconf);
191 strlcpy(autoconf, optarg, sizeof(autoconf));
368 set_autoconfig(fd, raidID, autoconf);
894 set_autoconfig(int fd, int raidID, char *autoconf)
902 if (strncasecmp(autoconf, "root", 4) == 0 ||
903 strncasecmp(autoconf, "hard", 4) == 0 |
    [all...]

Completed in 19 milliseconds