| /freebsd-13.1/contrib/subversion/subversion/libsvn_diff/ |
| H A D | deprecated.c | 208 const char *modified, in svn_diff_file_diff() argument 211 return svn_diff_file_diff_2(diff, original, modified, in svn_diff_file_diff() 218 const char *modified, in svn_diff_file_diff3() argument 222 return svn_diff_file_diff3_2(diff, original, modified, latest, in svn_diff_file_diff3() 229 const char *modified, in svn_diff_file_diff4() argument 359 const svn_string_t *modified, in svn_diff_mem_string_output_merge() argument 381 modified, in svn_diff_mem_string_output_merge() 395 const svn_string_t *modified, in svn_diff_mem_string_output_merge2() argument 424 const svn_string_t *modified, in svn_diff_mem_string_output_unified() argument 435 modified, in svn_diff_mem_string_output_unified() [all …]
|
| H A D | diff_memory.c | 284 const svn_string_t *modified, in svn_diff_mem_string_diff() argument 291 fill_source_tokens(&(baton.sources[1]), modified, pool); in svn_diff_mem_string_diff() 302 const svn_string_t *modified, in svn_diff_mem_string_diff3() argument 310 fill_source_tokens(&(baton.sources[1]), modified, pool); in svn_diff_mem_string_diff3() 323 const svn_string_t *modified, in svn_diff_mem_string_diff4() argument 332 fill_source_tokens(&(baton.sources[1]), modified, pool); in svn_diff_mem_string_diff4() 621 const svn_string_t *modified, in svn_diff_mem_string_output_unified3() argument 656 fill_source_tokens(&baton.sources[1], modified, scratch_pool); in svn_diff_mem_string_output_unified3() 1054 const svn_string_t *modified, in svn_diff_mem_string_output_merge3() argument 1085 fill_source_tokens(&(btn.sources[1]), modified, scratch_pool); in svn_diff_mem_string_output_merge3()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_diff.h | 534 const char *modified, 547 const char *modified, 563 const char *modified, 577 const char *modified, 594 const char *modified, 609 const char *modified, 820 const svn_string_t *modified, 833 const svn_string_t *modified, 847 const svn_string_t *modified, 956 const svn_string_t *modified, [all …]
|
| /freebsd-13.1/sbin/hastd/ |
| H A D | activemap.c | 300 bool modified; in activemap_write_start() local 307 modified = false; in activemap_write_start() 323 modified = true; in activemap_write_start() 336 bool modified; in activemap_write_complete() local 343 modified = false; in activemap_write_complete() 373 bool modified; in activemap_extent_complete() local 379 modified = false; in activemap_extent_complete() 388 modified = true; in activemap_extent_complete() 659 bool modified; in activemap_need_sync() local 665 modified = false; in activemap_need_sync() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | revision_status.c | 55 result->modified = FALSE; in svn_wc_revision_status2() 60 &result->modified, in svn_wc_revision_status2() 66 if (!result->modified) in svn_wc_revision_status2() 67 SVN_ERR(svn_wc__node_has_local_mods(&result->modified, NULL, in svn_wc_revision_status2()
|
| H A D | crop.c | 106 svn_boolean_t modified, all_deletes; in crop_children() local 116 SVN_ERR(svn_wc__node_has_local_mods(&modified, &all_deletes, in crop_children() 121 if (modified && !all_deletes) in crop_children() 145 svn_boolean_t modified, all_deletes; in crop_children() local 147 SVN_ERR(svn_wc__node_has_local_mods(&modified, &all_deletes, in crop_children() 152 if (!modified || all_deletes) in crop_children() 202 svn_boolean_t modified, all_deletes; in svn_wc_exclude() local 264 SVN_ERR(svn_wc__node_has_local_mods(&modified, &all_deletes, in svn_wc_exclude() 269 if (!modified || all_deletes) in svn_wc_exclude()
|
| H A D | questions.c | 680 svn_wc__node_has_local_mods(svn_boolean_t *modified, in svn_wc__node_has_local_mods() argument 694 SVN_ERR(svn_wc__db_has_db_mods(modified, db, local_abspath, in svn_wc__node_has_local_mods() 697 if (*modified) in svn_wc__node_has_local_mods() 719 *modified = modcheck_baton.found_mod; in svn_wc__node_has_local_mods() 736 svn_boolean_t modified; in svn_wc__has_local_mods() local 738 SVN_ERR(svn_wc__node_has_local_mods(&modified, NULL, in svn_wc__has_local_mods() 744 *is_modified = modified; in svn_wc__has_local_mods()
|
| /freebsd-13.1/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_cmp.c | 154 if (!a->cert_info.enc.modified && !b->cert_info.enc.modified) { in X509_cmp() 171 if (!a->canon_enc || a->modified) { in X509_NAME_cmp() 177 if (!b->canon_enc || b->modified) { in X509_NAME_cmp()
|
| 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()
|
| /freebsd-13.1/sys/conf/ |
| H A D | newvers.sh | 105 modified=no 116 include_metadata=if-modified 288 [ ${include_metadata} = "if-modified" -a ${modified} = "yes" ] && include_metadata=yes
|
| /freebsd-13.1/bin/ed/ |
| H A D | main.c | 193 modified = 0; in main() 216 modified = 0; in main() 480 if (modified && !scripted) in exec_command() 511 modified = 0; in exec_command() 670 modified = 1; in exec_command() 805 modified = 0; in exec_command() 1059 modified = 1; in append_lines() 1097 modified = 1; in join_lines() 1141 modified = 1; in move_lines() 1176 modified = 1; in copy_lines() [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/asn1/ |
| H A D | tasn_utl.c | 122 enc->modified = 1; in asn1_enc_init() 134 enc->modified = 1; in asn1_enc_free() 153 enc->modified = 0; in asn1_enc_save() 163 if (!enc || enc->modified) in asn1_enc_restore()
|
| /freebsd-13.1/contrib/less/ |
| H A D | cmdbuf.c | 74 int modified; member 759 cmd_addhist(mlist, cmd, modified) in cmd_addhist() argument 762 int modified; 801 ml->modified = modified; 826 curr_mlist->modified = 1; in cmd_accept() 1579 if (!ml->modified) 1582 ml->modified = 0; 1631 if (mlist_search.modified) in copy_hist() 1637 if (mlist_shell.modified) in copy_hist() 1679 if (mlist_search.modified) in histfile_modified() [all …]
|
| /freebsd-13.1/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-13.1/lib/libc/softfloat/ |
| H A D | README.NetBSD | 4 This is a modified version of part of John Hauser's SoftFloat 2a package. 5 This version has been heavily modified to support its use with GCC to
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/subversion/subversion/svn/schema/ |
| H A D | status.rnc | 55 "incomplete" | "merged" | "missing" | "modified" | "none" | 59 attribute props { "conflicted" | "modified" | "normal" | "none" }, 84 "added" | "deleted" | "modified" | "replaced" | "none" 87 attribute props { "modified" | "none" }
|
| H A D | diff.rnc | 34 attribute props { "none" | "modified" }, 39 attribute item { "none" | "added" | "modified" | "deleted" }
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 119 bool modified = false; in runOnModule() local 156 return modified; in runOnModule()
|
| /freebsd-13.1/sbin/fsck_ffs/ |
| H A D | dir.c | 225 int spaceleft, modified, unused; in dircheck() local 235 modified = 0; in dircheck() 252 modified = 1; in dircheck() 256 modified = 1; in dircheck() 262 modified = 1; in dircheck() 265 if (modified) in dircheck() 309 modified = 1; in dircheck() 313 if (modified) in dircheck()
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | dlg_keys.c | 668 int modified = 0; in dlg_parse_bindkey() local 691 } else if (modified) { in dlg_parse_bindkey() 693 curses_key = ((modified == '^') in dlg_parse_bindkey() 697 curses_key = ((modified == '^') in dlg_parse_bindkey() 702 modified = *p; in dlg_parse_bindkey() 704 modified = *p; in dlg_parse_bindkey()
|
| /freebsd-13.1/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
|