Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dcmd-doc.tlib54 (define man-sect (if (exist? "cmd-section") (get "cmd-section") "1"))
60 (define use-flags (exist? "flag.value"))
61 (define named-mode (not (or use-flags (exist? "long-opts") )))
80 (define package+version (and (exist? "package") (exist? "version")))
82 (if (or (exist? "package") (exist? "version")) (begin
100 (define home-rc-files (exist? "homerc"))
104 (define environ-init (exist? "environrc"))
177 IF (exist? "doc-sub") :+][+:
211 .\" If multiple sections exist, they get glued together with ".Pp"
302 IF (exist? "copyright") :+][+:
[all …]
H A Dperlopt.tpl6 (if (not (and (exist? "prog-name") (exist? "prog-title") (exist? "version")))
13 (if (not (exist? "long-opts"))
50 (if (and (exist? "arg-name") (== (get "arg-name") "float"))
61 (if (exist? "stack-arg")
65 (if (and (exist? "max") (== (get "max") "NOLIMIT"))
69 (if (exist? "arg-default") (q (get "arg-default")) "")
78 (if (exist? "arg-default") (set! opttarget (q (get "arg-default"))))
84 (define def_add (string-append "'" optname (if (exist? "value")
99 (if (exist? "arg-type")
100 (if (and (exist? "arg-name") (== (get "arg-name") "float"))
[all …]
H A Dmdoc-synopsis.tlib8 IF (exist? "long-opts") :+]
18 ELIF (exist? "long-opts")
24 ELIF (not (exist? "argument")) :+]
31 IF (exist? "argument") :+][+:
34 IF (exist? "reorder-args") :+]
39 ELIF (or (exist? "long-opts") use-flags)
48 IF (exist? "main") :+][+:
74 IF (exist? "interleaved") :+]
/freebsd/contrib/mandoc/
H A DTODO13 - exist = difficulty of the existing code in this area
48 loc * exist *** algo *** size * imp *
59 loc ** exist * algo ** size * imp ***
63 loc * exist *** algo *** size * imp *
67 loc * exist * algo * size * imp *
77 loc ** exist *** algo *** size ** imp *
94 loc *** exist *** algo ** size ** imp ** (parser reorg would help)
98 loc ** exist *** algo * size * imp *
103 loc *** exist *** algo *** size ** imp *
108 loc ** exist *** algo *** size * imp ***
[all …]
/freebsd/contrib/sqlite3/tea/win/
H A Dmakefile.vc134 !if !exist("makefile.vc")
205 !if exist("$(ROOT)\..\..\sqlite3.c") && exist("$(ROOT)\..\..\src\tclsqlite.c")
347 @if not exist $(OUT_DIR)\nul mkdir $(OUT_DIR)
348 @if not exist $(TMP_DIR)\nul mkdir $(TMP_DIR)
401 @if not exist "$(SCRIPT_INSTALL_DIR)" mkdir "$(SCRIPT_INSTALL_DIR)"
406 @if exist $(LIBDIR) $(CPY) $(LIBDIR)\*.tcl "$(SCRIPT_INSTALL_DIR)"
415 @if exist $(DOCDIR) $(CPY) $(DOCDIR)\*.n "$(DOC_INSTALL_DIR)"
422 @if exist $(TMP_DIR)\nul $(RMDIR) $(TMP_DIR)
423 @if exist $(WINDIR)\version.vc del $(WINDIR)\version.vc
426 @if exist $(OUT_DIR)\nul $(RMDIR) $(OUT_DIR)
[all …]
H A Drules.vc87 _VC_MANIFEST_EMBED_EXE=if exist $@.manifest mt -nologo -manifest $@.manifest -outputresource:$@;1
88 _VC_MANIFEST_EMBED_DLL=if exist $@.manifest mt -nologo -manifest $@.manifest -outputresource:$@;2
106 !if !exist(nmakehlp.exe)
503 !if exist("$(_INSTALLDIR)\include\tcl.h")
508 !if exist("$(_INSTALLDIR)\..\include\tcl.h")
520 !if exist("$(_TCLDIR)\include\tcl.h")
523 !elseif exist("$(_TCLDIR)\generic\tcl.h")
594 !if !exist($(TCLSH)) && $(TCL_THREADS)
607 !if !exist($(TCLSH)) && $(TCL_THREADS)
633 !if exist("$(_INSTALLDIR)\..\include\tk.h")
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-to-abs.mk17 does-not-exist.c= /dev/null
19 .info ${does-not-exist.c:L:tA}
21 .info ${does-not-exist.c:L:tA}
H A Dopt-m-include-dir.mk50 # canary file does not exist.
51 .MAKEFLAGS: -m .../does-not-exist
/freebsd/contrib/bearssl/mk/
H A DmkT0.cmd10 if exist "%SystemRoot%\Microsoft.NET\Framework\v3.5\csc.exe" (
14 if exist "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\csc.exe" (
18 if exist "%SystemRoot%\Microsoft.NET\Framework64\v3.5\csc.exe" (
22 if exist "%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\csc.exe" (
/freebsd/sys/contrib/libsodium/test/default/
H A Dwintest.bat8 if not exist sodium_version.c (
10 if not exist sodium_version.c (
43 if not exist %%f.exe (
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-iattr-vfsid.m416 AC_MSG_CHECKING([whether iattr->ia_vfsuid and iattr->ia_vfsgid exist])
20 [iattr->ia_vfsuid and iattr->ia_vfsgid exist])
H A Dkernel-kuid-helpers.m418 AC_MSG_CHECKING([whether i_(uid|gid)_(read|write) exist])
H A Dkernel-fsync-bdev.m433 [neither fsync_bdev() nor sync_blockdev() exist])
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt107 If bit 0 is set, then the hwcap-bit-nr property will exist.
119 feature to lesser privilege levels. If the property does not exist then no
125 If the HFSCR bit is set, then the hfscr-bit-nr property will exist and
138 feature to lesser privilege levels. If the property does not exist then no
144 If the FSCR bit is set, then the fscr-bit-nr property will exist and
179 This property may exist when the usable-privilege property value has PR bit set.
/freebsd/contrib/bc/vs/tests/
H A Dtests_bc.bat63 if exist "%scripts%\%%i.txt" (
85 if exist "%scripts%\leadingzero.txt" (
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-mux.txt9 This property is required if the i2c-mux child node does not exist.
12 This property is required if the i2c-mux child node does not exist.
/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod87 not exist. An error is returned if the extension exists.
93 not exist, appends a new extension.
96 extension does not exist, returns an error.
99 not exist. An error is B<not> returned if the extension exists.
102 does not exist, returns an error. No new extension is added.
/freebsd/share/examples/jails/
H A DREADME38 # NB: Assumes /etc/jail.conf does not exist and jail_list=""
61 # NB: Assumes neither /etc/jail.conf nor /etc/jail.xxx.conf exist
/freebsd/crypto/openssl/util/
H A Dother-internal.syms4 #Functions exported by libcrypto that don't exist in our public headers
/freebsd/contrib/nvi/vi/
H A Dvs_line.c492 int exist; in vs_number() local
511 exist = db_exist(sp, TMAP->lno + 1); in vs_number()
527 if (smp->lno != 1 && !exist && !db_exist(sp, smp->lno)) in vs_number()
/freebsd/usr.sbin/bsdconfig/share/
H A Dstruct.subr83 # + You want a syntax error if/when the struct does not exist
169 # exist, it is created. If struct $from_name does not exist, nothing is done
172 # Returns success unless struct $to_name did not exist and f_struct_new() was
/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c3627 else if (hid->exist && hid->type == BTC_HID_218) in _action_bt_pan()
3636 } else if (hid->exist && hid->type == BTC_HID_218) { in _action_bt_a2dp_hid()
3650 hid->exist) in _action_bt_a2dp_hid()
3728 if (hid->exist || hfp->exist) in _action_bt_pan_hid()
4858 !bt_linfo->hfp_desc.exist && in _update_wl_info_v2()
4859 !bt_linfo->hid_desc.exist && in _update_wl_info_v2()
5002 } else if ((hfp->exist && hid->exist) || hid->pair_cnt > 1) { in _update_bt_scbd()
5006 } else if (hfp->exist || hi in _update_bt_scbd()
[all...]
/freebsd/usr.bin/patch/tests/
H A DPR74127.in12 if {![info exist Log(debug_log)]} {
/freebsd/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et23 error_code UNK_PRINC, "Principal does not exist"
24 error_code UNK_POLICY, "Policy does not exist"
/freebsd/tests/
H A DREADME51 exist upfront. Instead, such Kyuafile automatically detects, at
52 run-time, which */Kyuafile files exist and uses those directly.

12345678910>>...19