/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509rset.c | 22 x->req_info.enc.modified = 1; in X509_REQ_set_version() 30 x->req_info.enc.modified = 1; in X509_REQ_set_subject_name() 38 x->req_info.enc.modified = 1; in X509_REQ_set_pubkey()
|
H A D | x509_req.c | 226 req->req_info.enc.modified = 1; in X509_REQ_delete_attr() 238 req->req_info.enc.modified = 1; in X509_REQ_add1_attr() 253 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_OBJ() 268 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_NID() 283 req->req_info.enc.modified = 1; in X509_REQ_add1_attr_by_txt() 329 req->req_info.enc.modified = 1; in i2d_re_X509_REQ_tbs()
|
H A D | x509cset.c | 63 c->crl.enc.modified = 1; in X509_CRL_sort() 181 crl->crl.enc.modified = 1; in i2d_re_X509_CRL_tbs()
|
H A D | x_name.c | 100 ret->modified = 1; in IMPLEMENT_EXTERN_ASN1() 197 nm.x->modified = 0; in x509_name_ex_d2i() 217 if (a->modified) { in x509_name_ex_i2d() 274 a->modified = 0; in x509_name_encode()
|
H A D | x509_cmp.c | 173 if (!a->cert_info.enc.modified && !b->cert_info.enc.modified) { in X509_cmp() 264 if (a->canon_enc == NULL || a->modified) { in X509_NAME_cmp() 270 if (b->canon_enc == NULL || b->modified) { in X509_NAME_cmp()
|
H A D | x_all.c | 74 x->cert_info.enc.modified = 1; in X509_sign() 86 x->cert_info.enc.modified = 1; in X509_sign_ctx() 118 x->req_info.enc.modified = 1; in X509_REQ_sign() 130 x->req_info.enc.modified = 1; in X509_REQ_sign_ctx() 142 x->crl.enc.modified = 1; in X509_CRL_sign() 154 x->crl.enc.modified = 1; in X509_CRL_sign_ctx()
|
/freebsd/bin/ed/ |
H A D | main.c | 72 int modified; /* if set, buffer modified since last write */ variable 171 if (modified && !scripted) { in main() 182 modified = 0; in main() 205 modified = 0; in main() 469 if (modified && !scripted) in exec_command() 500 modified = 0; in exec_command() 636 gflag = (modified && !scripted && c == 'q') ? EMOD : EOF; in exec_command() 659 modified = 1; in exec_command() 794 modified = 0; in exec_command() 795 else if (modified && !scripted && n == 'q') in exec_command() [all …]
|
/freebsd/sys/conf/ |
H A D | newvers.sh | 114 modified=no 125 include_metadata=if-modified 292 [ ${include_metadata} = "if-modified" -a ${modified} = "yes" ] && include_metadata=yes
|
/freebsd/contrib/ee/ |
H A D | Changes | 13 - modified new_curse.c to handle different subdirectory naming in terminfo 17 - modified get_options to be cleaner for arg handling 31 - modified create.make and new_curse.c to allow defining TERMCAP file
|
/freebsd/contrib/less/ |
H A D | cmdbuf.c | 75 int modified; member 715 public void cmd_addhist(struct mlist *mlist, constant char *cmd, int modified) in cmd_addhist() argument 754 ml->modified = modified; in cmd_addhist() 778 curr_mlist->modified = 1; in cmd_accept() 1518 if (!ml->modified) in write_mlist() 1521 ml->modified = 0; in write_mlist() 1523 ml->modified = 0; /* entire mlist is now unmodified */ in write_mlist() 1567 if (mlist_search.modified) in copy_hist() 1573 if (mlist_shell.modified) in copy_hist() 1613 if (mlist_search.modified) in histfile_modified() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetCXXABI.def | 35 /// The generic ARM ABI is a modified version of the Itanium ABI 77 /// The generic AArch64 ABI is also a modified version of the Itanium ABI, 85 /// The generic Mips ABI is a modified version of the Itanium ABI. 91 /// The WebAssembly ABI is a modified version of the Itanium ABI. 106 /// The Fuchsia ABI is a modified version of the Itanium ABI. 112 /// The XL ABI is the ABI used by IBM xlclang compiler and is a modified
|
/freebsd/lib/libc/softfloat/ |
H A D | README.NetBSD | 3 This is a modified version of part of John Hauser's SoftFloat 2a package. 4 This version has been heavily modified to support its use with GCC to
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 144 enc->modified = 1; in ossl_asn1_enc_init() 156 enc->modified = 1; in ossl_asn1_enc_free() 177 enc->modified = 0; in ossl_asn1_enc_save() 187 if (enc == NULL || enc->modified) in ossl_asn1_enc_restore()
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | LICENSE | 4 modified versions are marked as such. There's absolutely no warranty. 7 same relaxed terms. In particular, you're free to place modified
|
/freebsd/contrib/wpa/ |
H A D | CONTRIBUTIONS | 11 All contributions are expected to be licensed under the modified BSD 68 is licensed both under GPL v2 and modified BSD license (see below) and 78 is licensed under the modified BSD license (see below). 84 (e) The contribution can be licensed under the modified BSD license 92 only the modified BSD license (see below), i.e., without the GPL v2 94 future. It should be noted that the modified BSD license is compatible 129 person who certified (a), (b) or (c) and I have not modified
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 79 variable is modified by CRYPTO_atomic_add() then CRYPTO_atomic_add() must 80 be the only way that the variable is modified. If atomic operations are not 88 specific platform. Because of this, if a variable is modified by 90 be the only way that the variable is modified. If atomic operations are not 97 platform. Because of this, if a variable is modified by CRYPTO_atomic_or() or
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsOs16.cpp | 120 bool modified = false; in runOnModule() local 157 return modified; in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVMergeRegionExitTargets.cpp | 247 bool modified = false; in runOnFunction() local 252 modified = true; in runOnFunction() 258 return modified; in runOnFunction()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | COPYING.lgplv3 | 52 facility is invoked), then you may convey a copy of the modified 104 recombine or relink the Application with a modified version of 105 the Linked Version to produce a modified Combined Work, in the 112 system, and (b) will operate properly with a modified version 119 necessary to install and execute a modified version of the 121 Application with a modified version of the Linked Version. (If
|
/freebsd/sbin/fsck_ffs/ |
H A D | dir.c | 316 int spaceleft, modified, unused; in dircheck() local 326 modified = 0; in dircheck() 343 modified = 1; in dircheck() 347 modified = 1; in dircheck() 353 modified = 1; in dircheck() 356 if (modified) in dircheck() 400 modified = 1; in dircheck() 404 if (modified) in dircheck()
|
/freebsd/contrib/dialog/ |
H A D | dlg_keys.c | 764 int modified = 0; in dlg_parse_bindkey() local 776 } else if (modified) { in dlg_parse_bindkey() 778 curses_key = ((modified == '^') in dlg_parse_bindkey() 782 curses_key = ((modified == '^') in dlg_parse_bindkey() 787 modified = *p; in dlg_parse_bindkey() 789 modified = *p; in dlg_parse_bindkey()
|
/freebsd/sys/netinet6/ |
H A D | scope6.c | 455 int modified = 0; in in6_clearscope() local 459 modified = 1; in in6_clearscope() 463 return (modified); in in6_clearscope()
|
/freebsd/sbin/hastd/ |
H A D | primary.c | 2216 int modified, vint; in primary_config_reload() local 2242 modified = 0; in primary_config_reload() 2251 modified |= MODIFIED_REMOTEADDR; in primary_config_reload() 2256 modified |= MODIFIED_SOURCEADDR; in primary_config_reload() 2261 modified |= MODIFIED_REPLICATION; in primary_config_reload() 2266 modified |= MODIFIED_CHECKSUM; in primary_config_reload() 2271 modified |= MODIFIED_COMPRESSION; in primary_config_reload() 2276 modified |= MODIFIED_TIMEOUT; in primary_config_reload() 2281 modified |= MODIFIED_EXEC; in primary_config_reload() 2286 modified |= MODIFIED_METAFLUSH; in primary_config_reload() [all …]
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | load.c | 44 char *modified; member 421 e.modified = p; in doit() 471 if (parse_event_alloc (&ent.entry.modified_by, e.modified) == -1) { in doit() 473 filename, line, e.modified); in doit()
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | ntploopwatch | 632 local($st_dev,$st_ino,$st_mtime,$st_size,$name,$key,$modified); 638 $modified = 0; 648 $modified++; 653 $modified++; 658 $modified++; 663 $modified++; 665 if ($modified)
|