| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 1 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 D | libssl.num | 1 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 D | TODO | 13 - 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 *** alg [all...] |
| /freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | cmd-doc.tlib | 54 (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 D | perlopt.tpl | 6 (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 D | mdoc-synopsis.tlib | 8 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 D | win-pre.in | 66 -@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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zoned_uid/ |
| H A D | zoned_uid_028_neg.ksh | 65 # EXIST-1: Root in global zone can do everything (existing behavior) 66 log_note "Test EXIST-1: root in global zone" 71 log_note "EXIST-1 passed: root can do everything" 73 # EXIST-2: Non-root with zfs allow can perform delegated operations 74 log_note "Test EXIST-2: non-root with zfs allow" 85 log_fail "EXIST-2: non-root with zfs allow should be able to create" 87 log_note "EXIST-2 passed: dsl_deleg works for non-root" 89 # EXIST-3: Non-root WITHOUT zfs allow is denied 90 log_note "Test EXIST-3: non-root without zfs allow" 96 log_fail "EXIST-3: non-root without zfs allow should be denied" [all …]
|
| /freebsd/lib/libbe/tests/ |
| H A D | be_create.sh | 123 # 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/crypto/krb5/src/windows/leash/ |
| H A D | Makefile.in | 63 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 D | file-attribute-modify.c | 69 /* 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 D | file-attribute-access.c | 67 /* 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/contrib/bmake/unit-tests/ |
| H A D | varmod-to-abs.mk | 12 # 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/share/man/man9/ |
| H A D | OF_getprop.9 | 115 does not exist, -1 is returned. 127 property does not exist. 136 if the property does not exist. 149 if the property does not exist. 163 or -1 if the property does not exist. 178 or -1 if the property does not exist. 193 Returns -1 if the property does not exist or 215 Returns -1 if the property does not exist or 239 Returns -1 if the property does not exist or 266 Returns -1 if the property does not exist or [all …]
|
| /freebsd/crypto/krb5/src/ccapi/server/win/ |
| H A D | Makefile.in | 84 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 D | Makefile.in | 79 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 D | option-t.t | 17 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 D | raidz1.t | 17 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"
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 67 not exist. 104 dataset or the origin snapshot does not exist. 115 the target or the origin snapshot does not exist. 139 :raises FilesystemNotFound: if the dataset does not exist. 158 :raises FilesystemNotFound: if the dataset does not exist. 237 Snapshots that do not exist will be silently ignored. 248 later destruction if 'defer' is set) or didn't exist to begin with. 267 A snapshot name referring to a filesystem that doesn't exist is 352 Bookmarks that do not exist will be silently ignored. 354 name does not exist. [all …]
|
| /freebsd/crypto/krb5/src/windows/leash/htmlhelp/ |
| H A D | Makefile.in | 13 @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 D | Makefile.in | 42 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 D | sysexits.h | 39 * 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 D | sysexits.3 | 57 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 D | open.2 | 53 created if it does not exist (by specifying the 182 create file if it does not exist 567 created if it does not exist. 615 is not set and the named file does not exist. 617 A component of the path name that must exist does not exist. 629 the file does not exist, 634 is specified, the file does not exist, and the directory in which it is to be 676 does not exist. 704 the file does not exist, 711 the file does not exist, [all …]
|
| /freebsd/contrib/sendmail/include/sm/ |
| H A D | sysexits.h | 39 ** 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
|