Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/freebsd-12.1/contrib/subversion/subversion/libsvn_diff/
H A Ddeprecated.c208 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 Ddiff_memory.c284 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-12.1/contrib/subversion/subversion/include/
H A Dsvn_diff.h534 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-12.1/sbin/hastd/
H A Dactivemap.c300 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-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dcrop.c106 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 Drevision_status.c55 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 Dquestions.c680 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-12.1/crypto/openssl/crypto/x509/
H A Dx509rset.c22 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 Dx509_cmp.c145 if (!a->cert_info.enc.modified && !b->cert_info.enc.modified) { in X509_cmp()
162 if (!a->canon_enc || a->modified) { in X509_NAME_cmp()
168 if (!b->canon_enc || b->modified) { in X509_NAME_cmp()
H A Dx509cset.c63 c->crl.enc.modified = 1; in X509_CRL_sort()
181 crl->crl.enc.modified = 1; in i2d_re_X509_CRL_tbs()
/freebsd-12.1/bin/ed/
H A Dmain.c202 modified = 0; in main()
225 modified = 0; in main()
489 if (modified && !scripted) in exec_command()
520 modified = 0; in exec_command()
679 modified = 1; in exec_command()
814 modified = 0; in exec_command()
1073 modified = 1; in append_lines()
1111 modified = 1; in join_lines()
1155 modified = 1; in move_lines()
1190 modified = 1; in copy_lines()
[all …]
/freebsd-12.1/contrib/less/
H A Dcmdbuf.c71 int modified; member
725 cmd_addhist(mlist, cmd, modified) in cmd_addhist() argument
728 int modified;
752 ml->modified = modified;
780 curr_mlist->modified = 1; in cmd_accept()
1522 if (!ml->modified)
1525 ml->modified = 0;
1578 if (mlist_search.modified) in copy_hist()
1584 if (mlist_shell.modified) in copy_hist()
1621 if (mlist_search.modified) in histfile_modified()
[all …]
/freebsd-12.1/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c122 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-12.1/sys/conf/
H A Dnewvers.sh206 modified=true
246 modified=true
261 modified=true
288 if [ -z "${modified}" ]; then
/freebsd-12.1/contrib/ee/
H A DChanges13 - 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-12.1/lib/libc/softfloat/
H A DREADME.NetBSD4 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-12.1/contrib/subversion/subversion/svn/schema/
H A Dstatus.rnc55 "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 Ddiff.rnc34 attribute props { "none" | "modified" },
39 attribute item { "none" | "added" | "modified" | "deleted" }
/freebsd-12.1/contrib/pam_modules/pam_passwdqc/
H A DLICENSE4 modified versions are marked as such. There's absolutely no warranty.
7 same relaxed terms. In particular, you're free to place modified
/freebsd-12.1/sbin/fsck_ffs/
H A Ddir.c222 int spaceleft, modified, unused; in dircheck() local
232 modified = 0; in dircheck()
249 modified = 1; in dircheck()
253 modified = 1; in dircheck()
259 modified = 1; in dircheck()
262 if (modified) in dircheck()
306 modified = 1; in dircheck()
310 if (modified) in dircheck()
/freebsd-12.1/contrib/wpa/
H A DCONTRIBUTIONS11 All contributions are expected to be licensed under the modified BSD
65 is licensed both under GPL v2 and modified BSD license (see below) and
75 is licensed under the modified BSD license (see below).
81 (e) The contribution can be licensed under the modified BSD license
89 only the modified BSD license (see below), i.e., without the GPL v2
91 future. It should be noted that the modified BSD license is compatible
126 person who certified (a), (b) or (c) and I have not modified
/freebsd-12.1/contrib/gcc/
H A Dtree-loop-linear.c244 bool modified = false; in linear_transform_loops() local
344 modified = true; in linear_transform_loops()
358 if (modified) in linear_transform_loops()
/freebsd-12.1/contrib/dialog/
H A Ddlg_keys.c595 int modified = 0; in dlg_parse_bindkey() local
618 } else if (modified) { in dlg_parse_bindkey()
620 curses_key = ((modified == '^') in dlg_parse_bindkey()
624 curses_key = ((modified == '^') in dlg_parse_bindkey()
629 modified = *p; in dlg_parse_bindkey()
631 modified = *p; in dlg_parse_bindkey()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsOs16.cpp120 bool modified = false; in runOnModule() local
157 return modified; in runOnModule()
/freebsd-12.1/contrib/ntp/sntp/libopts/
H A DCOPYING.lgplv352 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

12345678910>>...20