Home
last modified time | relevance | path

Searched full:exist (Results 1 – 25 of 2417) sorted by relevance

12345678910>>...97

/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1 d2i_EC_PUBKEY 1 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
2 b2i_PVK_bio 2 3_0_0 EXIST::FUNCTION:
3 PEM_read_bio_NETSCAPE_CERT_SEQUENCE 3 3_0_0 EXIST::FUNCTION:
4 X509_STORE_CTX_get0_chain 4 3_0_0 EXIST::FUNCTION:
5 COMP_expand_block 5 3_0_0 EXIST::FUNCTION:COMP
6 X509V3_get_string 6 3_0_0 EXIST::FUNCTION:
7 TS_MSG_IMPRINT_free 7 3_0_0 EXIST::FUNCTION:TS
8 DES_xcbc_encrypt 8 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
9 TS_RESP_CTX_new 9 3_0_0 EXIST::FUNCTION:TS
10 PKCS5_PBE_add 10 3_0_0 EXIST::FUNCTION:
[all …]
H A Dlibssl.num1 SSL_get_selected_srtp_profile 1 3_0_0 EXIST::FUNCTION:SRTP
2 SSL_set_read_ahead 2 3_0_0 EXIST::FUNCTION:
3 SSL_set_accept_state 3 3_0_0 EXIST::FUNCTION:
4 SSL_CTX_set_cipher_list 4 3_0_0 EXIST::FUNCTION:
5 SSL_CTX_set_srp_client_pwd_callback 5 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
6 SSL_copy_session_id 6 3_0_0 EXIST::FUNCTION:
7 SSL_CTX_set_srp_password 7 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
8 SSL_shutdown 8 3_0_0 EXIST::FUNCTION:
9 SSL_CTX_set_msg_callback 9 3_0_0 EXIST::FUNCTION:
10 SSL_SESSION_get0_ticket 11 3_0_0 EXIST::FUNCTION:
[all …]
/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/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/crypto/krb5/src/config/
H A Dwin-pre.in66 -@if not exist $(OUTPRE1)$(DIRNUL) mkdir $(OUTPRE1)
67 -@if not exist $(OUTPRE2)$(DIRNUL) mkdir $(OUTPRE2)
68 -@if not exist $(OUTPRE3)$(DIRNUL) mkdir $(OUTPRE3)
69 @if exist $(OUTPRE3)$(DIRNUL) echo Output going into $(OUTPRE3)
70 @if not exist $(OUTPRE1)$(DIRNUL) echo The directory $(OUTPRE1) could not be created.
71 …@if exist $(OUTPRE1)$(DIRNUL) if not exist $(OUTPRE2)$(DIRNUL) echo The directory $(OUTPRE2) could…
72 …@if exist $(OUTPRE2)$(DIRNUL) if not exist $(OUTPRE3)$(DIRNUL) echo The directory $(OUTPRE3) could…
76 -@if exist $(OUTPRE3)$(DIRNUL) rmdir $(OUTPRE3)
77 -@if exist $(OUTPRE2)$(DIRNUL) rmdir $(OUTPRE2)
78 -@if exist $(OUTPRE1)$(DIRNUL) rmdir $(OUTPRE1)
[all …]
/freebsd/crypto/krb5/src/windows/leash/
H A DMakefile.in63 if exist $(OUTPRE)*.exe del $(OUTPRE)*.exe
64 if exist $(OUTPRE)*.obj del $(OUTPRE)*.obj
65 if exist $(OUTPRE)*.res del $(OUTPRE)*.res
66 if exist $(OUTPRE)*.pdb del $(OUTPRE)*.pdb
67 if exist *.err del *.err
68 if exist *.bml del *.bml
69 if exist kfwribbon.h del kfwribbon.h
70 if exist kfwribbon.rc del kfwribbon.rc
/freebsd/tests/sys/audit/
H A Dfile-attribute-modify.c69 /* File needs to exist to call flock(2) */ in ATF_TC_BODY()
114 /* File needs to exist to call fcntl(2) */ in ATF_TC_BODY()
165 /* File needs to exist to call fsync(2) */ in ATF_TC_BODY()
210 /* File needs to exist to call chmod(2) */ in ATF_TC_BODY()
234 /* Failure reason: file does not exist */ in ATF_TC_BODY()
257 /* File needs to exist to call fchmod(2) */ in ATF_TC_BODY()
302 /* Symbolic link needs to exist to call lchmod(2) */ in ATF_TC_BODY()
325 /* Failure reason: file does not exist */ in ATF_TC_BODY()
345 /* File needs to exist to call fchmodat(2) */ in ATF_TC_BODY()
369 /* Failure reason: file does not exist */ in ATF_TC_BODY()
[all …]
H A Dfile-attribute-access.c67 /* File needs to exist to call stat(2) */ in ATF_TC_BODY()
91 /* Failure reason: file does not exist */ in ATF_TC_BODY()
111 /* Symbolic link needs to exist to call lstat(2) */ in ATF_TC_BODY()
134 /* Failure reason: symbolic link does not exist */ in ATF_TC_BODY()
154 /* File needs to exist to call fstat(2) */ in ATF_TC_BODY()
202 /* File or Symbolic link needs to exist to call lstat(2) */ in ATF_TC_BODY()
226 /* Failure reason: symbolic link does not exist */ in ATF_TC_BODY()
247 /* File needs to exist to call statfs(2) */ in ATF_TC_BODY()
271 /* Failure reason: file does not exist */ in ATF_TC_BODY()
291 /* File needs to exist to call fstat(2) */ in ATF_TC_BODY()
[all …]
/freebsd/lib/libbe/tests/
H A Dbe_create.sh123 # the dataset should exist
126 # the child dataset should not exist.
135 # the dataset should exist
138 # the child dataset should exist
141 # the child dataset should exist
144 # the child dataset should not exist.
153 # the child dataset should exist
156 # the child dataset should not exist.
159 # the child dataset should not exist.
171 # the dataset should exist
[all …]
/freebsd/share/man/man9/
H A DOF_getprop.9115 does not exist, -1 is returned.
127 property does not exist.
136 if the property does not exist.
145 and zero if the property does not exist.
159 or -1 if the property does not exist.
174 or -1 if the property does not exist.
189 Returns -1 if the property does not exist or
211 Returns -1 if the property does not exist or
235 Returns -1 if the property does not exist or
262 Returns -1 if the property does not exist or
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-to-abs.mk12 # and it had to exist (see ModifyWord_Realpath).
17 does-not-exist.c= /dev/null
18 # expect+1: does-not-exist.c
19 .info ${does-not-exist.c:L:tA}
20 # expect+1: does-not-exist.c
21 .info ${does-not-exist.c:L:tA}
/freebsd/crypto/krb5/src/ccapi/server/win/
H A DMakefile.in84 if NOT exist $(SRCTMP)\nul mkdir $(SRCTMP)
91 if NOT exist $(OUTPRE)\nul mkdir $(OUTPRE)
108 if exist $(OUTPRE)*.exe del $(OUTPRE)*.exe
109 if exist $(OUTPRE)*.obj del $(OUTPRE)*.obj
110 if exist $(OUTPRE)*.res del $(OUTPRE)*.res
111 if exist $(OUTPRE)*.map del $(OUTPRE)*.map
112 if exist $(OUTPRE)*.pdb del $(OUTPRE)*.pdb
113 if exist *.err del *.err
114 if exist $(SRCTMP) rmdir /s /q $(SRCTMP)
/freebsd/crypto/krb5/src/ccapi/lib/win/
H A DMakefile.in79 if NOT exist $(SRCTMP)\nul mkdir $(SRCTMP)
87 if NOT exist $(OUTPRE)\nul mkdir $(OUTPRE)
117 if exist $(OUTPRE)*.exe del $(OUTPRE)*.exe
118 if exist $(OUTPRE)*.obj del $(OUTPRE)*.obj
119 if exist $(OUTPRE)*.res del $(OUTPRE)*.res
120 if exist $(OUTPRE)*.map del $(OUTPRE)*.map
121 if exist $(OUTPRE)*.pdb del $(OUTPRE)*.pdb
122 if exist *.err del *.err
123 if exist $(SRCTMP) rmdir /s /q $(SRCTMP)
/freebsd/tools/regression/zfs/zpool/offline/
H A Doption-t.t17 echo " Sufficient replicas exist for the pool to continue functioning in a"
37 echo " Sufficient replicas exist for the pool to continue functioning in a"
61 echo " Sufficient replicas exist for the pool to continue functioning in a"
99 echo " Sufficient replicas exist for the pool to continue functioning in a"
121 echo " Sufficient replicas exist for the pool to continue functioning in a"
149 echo " Sufficient replicas exist for the pool to continue functioning in a"
191 echo " Sufficient replicas exist for the pool to continue functioning in a"
213 echo " Sufficient replicas exist for the pool to continue functioning in a"
238 echo " Sufficient replicas exist for the pool to continue functioning in a"
261 echo " Sufficient replicas exist for the pool to continue functioning in a"
[all …]
H A Draidz1.t17 echo " Sufficient replicas exist for the pool to continue functioning in a"
40 echo " Sufficient replicas exist for the pool to continue functioning in a"
64 echo " Sufficient replicas exist for the pool to continue functioning in a"
87 echo " Sufficient replicas exist for the pool to continue functioning in a"
110 echo " Sufficient replicas exist for the pool to continue functioning in a"
136 echo " Sufficient replicas exist for the pool to continue functioning in a"
163 echo " Sufficient replicas exist for the pool to continue functioning in a"
H A Dmirror.t17 echo " Sufficient replicas exist for the pool to continue functioning in a"
40 echo " Sufficient replicas exist for the pool to continue functioning in a"
64 echo " Sufficient replicas exist for the pool to continue functioning in a"
90 echo " Sufficient replicas exist for the pool to continue functioning in a"
116 echo " Sufficient replicas exist for the pool to continue functioning in a"
144 echo " Sufficient replicas exist for the pool to continue functioning in a"
172 echo " Sufficient replicas exist for the pool to continue functioning in a"
202 echo " Sufficient replicas exist for the pool to continue functioning in a"
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py106 not exist.
143 dataset or the origin snapshot does not exist.
154 the target or the origin snapshot does not exist.
178 :raises FilesystemNotFound: if the dataset does not exist.
197 :raises FilesystemNotFound: if the dataset does not exist.
276 Snapshots that do not exist will be silently ignored.
287 later destruction if 'defer' is set) or didn't exist to begin with.
306 A snapshot name referring to a filesystem that doesn't exist is
391 Bookmarks that do not exist will be silently ignored.
393 name does not exist.
[all …]
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/
H A DMakefile.in13 @if exist $(HHCOUT) del $(HHCOUT)
14 @if exist $(TARGET) del $(TARGET)
15 @if exist $(ERR) del $(ERR)
19 @if exist $(TARGET) del $(TARGET)
/freebsd/crypto/krb5/src/lib/krb5/error_tables/
H A DMakefile.in42 if exist asn1_err.h copy asn1_err.h "$(EHDRDIR)"
43 if exist kdb5_err.h copy kdb5_err.h "$(EHDRDIR)"
44 if exist krb5_err.h copy krb5_err.h "$(EHDRDIR)"
45 if exist k5e1_err.h copy k5e1_err.h "$(EHDRDIR)"
46 if exist kv5m_err.h copy kv5m_err.h "$(EHDRDIR)"
47 if exist krb524_err.h copy krb524_err.h "$(EHDRDIR)"
/freebsd/include/
H A Dsysexits.h39 * for system programs, notably sendmail. These values exist only
55 * exist or was not readable. This could also include
58 * EX_NOUSER -- The user specified did not exist. This might
60 * EX_NOHOST -- The host specified did not exist. This is used
63 * if a support program or file does not exist. This
74 * exist in the passwd file.
76 * etc.) does not exist, cannot be opened, or has some
/freebsd/share/man/man3/
H A Dsysexits.357 An input file (not a system file) did not exist or was not readable.
62 The user specified did not exist.
66 The host specified did not exist.
72 does not exist.
87 does not exist in the passwd file.
92 etc.) does not exist, cannot be opened, or has some sort of error
/freebsd/lib/libsys/
H A Dopen.253 created if it does not exist (by specifying the
167 create file if it does not exist
523 created if it does not exist.
571 is not set and the named file does not exist.
573 A component of the path name that must exist does not exist.
585 the file does not exist,
590 is specified, the file does not exist, and the directory in which it is to be
632 does not exist.
660 the file does not exist,
667 the file does not exist,
[all …]
/freebsd/contrib/sendmail/include/sm/
H A Dsysexits.h39 ** exist or was not readable. This could also include
42 ** EX_NOUSER -- The user specified did not exist. This might
44 ** EX_NOHOST -- The host specified did not exist. This is used
47 ** if a support program or file does not exist. This
58 ** exist in the passwd file.
60 ** etc.) does not exist, cannot be opened, or has some

12345678910>>...97