Searched refs:modified (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509rset.c22 x->req_info.enc.modified = 1;
30 x->req_info.enc.modified = 1;
38 x->req_info.enc.modified = 1;
H A Dx509_req.c226 req->req_info.enc.modified = 1;
238 req->req_info.enc.modified = 1;
253 req->req_info.enc.modified = 1;
268 req->req_info.enc.modified = 1;
283 req->req_info.enc.modified = 1;
329 req->req_info.enc.modified = 1;
H A Dx509cset.c63 c->crl.enc.modified = 1;
181 crl->crl.enc.modified = 1;
H A Dx_name.c100 ret->modified = 1;
197 nm.x->modified = 0;
217 if (a->modified) {
274 a->modified = 0;
H A Dx509_cmp.c173 if (!a->cert_info.enc.modified && !b->cert_info.enc.modified) {
264 if (a->canon_enc == NULL || a->modified) {
270 if (b->canon_enc == NULL || b->modified) {
/freebsd-current/usr.sbin/pw/tests/
H A DMakefile30 ${PACKAGE}FILES+= pw-modified.conf
H A Dpw_config_test.sh18 atf_check -o file:$(atf_get_srcdir)/pw-modified.conf \
/freebsd-current/contrib/bmake/unit-tests/
H A Ddepsrc-optional.exp12 Examining important...nonexistent...modified before source "optional-cohort"...out-of-date.
15 Examining all...nonexistent...modified before source "important"...out-of-date.
H A Dvarmod-to-abs.mk23 # The output of the following line is modified by the global _SED_CMDS in
H A Dvarmod-loop-delete.mk30 # variables get modified from the outside.
/freebsd-current/sbin/hastd/
H A Dactivemap.c297 bool modified; local
304 modified = false;
312 * was modified and has to be flushed to disk.
320 modified = true;
323 return (modified);
333 bool modified; local
340 modified = false;
348 * was modified and has to be flushed to disk.
356 modified = true;
360 return (modified);
370 bool modified; local
656 bool modified; local
[all...]
/freebsd-current/sys/conf/
H A Dnewvers.sh44 # if the tree is modified.
112 # future value of modified.
114 modified=no
125 include_metadata=if-modified
246 modified=yes
271 modified=yes
292 [ ${include_metadata} = "if-modified" -a ${modified} = "yes" ] && include_metadata=yes
H A Dsysent.mk24 # Ensure that the target gets updated if the capabilities file is modified,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp120 bool modified = false; local
157 return modified;
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c144 enc->modified = 1;
156 enc->modified = 1;
177 enc->modified = 0;
187 if (enc == NULL || enc->modified)
/freebsd-current/bin/ed/
H A Dmain.c72 int modified; /* if set, buffer modified since last write */ variable
171 if (modified && !scripted) {
173 errmsg = "warning: file modified";
182 modified = 0;
205 modified = 0;
207 errmsg = "warning: file modified";
469 if (modified && !scripted)
500 modified = 0;
636 gflag = (modified
[all...]
H A Dundo.c93 modified = 1;
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh8 whenever \$srcdir/cddl/contrib/opensolaris/cmd/dtrace/test/tst is modified.
/freebsd-current/contrib/less/
H A Dcmdbuf.c75 int modified; member in struct:mlist
715 public void cmd_addhist(struct mlist *mlist, constant char *cmd, int modified) argument
754 ml->modified = modified;
778 curr_mlist->modified = 1;
1512 * Write all modified entries in an mlist to the history file.
1518 if (!ml->modified)
1521 ml->modified = 0;
1523 ml->modified = 0; /* entire mlist is now unmodified */
1567 if (mlist_search.modified)
[all...]
/freebsd-current/contrib/ncurses/test/
H A Ddup_field.c241 bool modified = TRUE; local
275 modified = (ch < MIN_FORM_COMMAND
284 if (modified && form_driver(form, REQ_VALIDATION) == E_OK && *result
H A Dmove_field.c224 bool modified = TRUE; local
258 modified = (ch < MIN_FORM_COMMAND
267 if (modified && form_driver(form, REQ_VALIDATION) == E_OK && *result
/freebsd-current/sys/netinet6/
H A Dscope6.c399 * in the in6_addr structure, in6 will be modified.
450 * is intact; return non 0 if the address is modified.
455 int modified = 0; local
459 modified = 1;
463 return (modified);
/freebsd-current/crypto/heimdal/kadmin/
H A Dload.c44 char *modified; member in struct:entry
421 e.modified = p;
471 if (parse_event_alloc (&ent.entry.modified_by, e.modified) == -1) {
473 filename, line, e.modified);
/freebsd-current/crypto/openssl/util/
H A Dmknum.pl129 "${ordinals_file}: $stats{modified} old symbols have updated info\n"
130 if $stats{modified};
/freebsd-current/sbin/fsck_ffs/
H A Ddir.c316 int spaceleft, modified, unused; local
326 modified = 0;
343 modified = 1;
347 modified = 1;
353 modified = 1;
356 if (modified)
400 modified = 1;
404 if (modified)

Completed in 415 milliseconds

123