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

123

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddiff.c204 setresign(dns_rdataset_t *modified, isc_uint32_t delta) { argument
210 result = dns_rdataset_first(modified);
212 dns_rdataset_current(modified, &rdata);
220 result = dns_rdataset_next(modified);
222 dns_rdataset_current(modified, &rdata);
231 result = dns_rdataset_next(modified);
272 dns_rdataset_t *modified = NULL; local
343 modified = &ardataset;
344 dns_rdataset_init(modified);
362 modified);
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dmyndbm.h24 /* Name of the file to write to if modified is set. malloc'd. */
27 /* Nonzero if the database has been modified and dbm_close needs to
29 int modified; member in struct:__anon909
H A Dmyndbm.c52 db->modified = 0;
83 if (db->modified)
197 db->modified = 1;
H A Dhistory.c105 * filename, is implied. If -l ("last modified") is specified,
107 * are ignored and the last (by date) "modified" record.
155 *** Committed (modified) files from the beginning of the file.
158 *** Committed (modified) files since Midnight, January 1, 1990:
161 *** Committed (modified) files since tag "TAG" was stored in the history file:
164 *** Committed (modified) files since tag "TAG" was placed on the files:
232 static short modified; variable
308 " -l Last modified (committed or modified report)\n",
409 modified
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Dactivemap.c298 bool modified; local
305 modified = false;
313 * was modified and has to be flushed to disk.
321 modified = true;
324 return (modified);
334 bool modified; local
341 modified = false;
349 * was modified and has to be flushed to disk.
357 modified = true;
361 return (modified);
371 bool modified; local
657 bool modified; local
[all...]
H A Dprimary.c2218 int modified, vint; local
2244 modified = 0;
2253 modified |= MODIFIED_REMOTEADDR;
2258 modified |= MODIFIED_SOURCEADDR;
2263 modified |= MODIFIED_REPLICATION;
2268 modified |= MODIFIED_CHECKSUM;
2273 modified |= MODIFIED_COMPRESSION;
2278 modified |= MODIFIED_TIMEOUT;
2283 modified |= MODIFIED_EXEC;
2288 modified |
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c147 enc->modified = 1;
160 enc->modified = 1;
179 enc->modified = 0;
189 if (!enc || enc->modified)
H A Dx_name.c128 ret->modified = 1;
217 nm.x->modified = 0;
233 if (a->modified) {
283 a->modified = 0;
H A Dx_crl.c138 inf->enc.modified = 1;
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsOs16.cpp102 bool modified = false; local
135 return modified;
/freebsd-9.3-release/bin/ed/
H A Dmain.c88 int modified; /* if set, buffer modified since last write */ variable
191 if (modified && !scripted) {
193 errmsg = "warning: file modified";
202 modified = 0;
225 modified = 0;
227 errmsg = "warning: file modified";
487 if (modified && !scripted)
517 modified = 0;
652 gflag = (modified
[all...]
H A Dundo.c95 modified = 1;
H A Ded.h267 extern int modified;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-loop-linear.c244 bool modified = false; local
344 modified = true;
358 if (modified)
H A Dreload.c164 /* Used to track what is modified by an operand. */
710 modified by this function.
1766 the one that we imagine being modified
1826 /* If this insn has only one operand that is modified or written (assumed
2552 enum reload_usage { RELOAD_READ, RELOAD_READ_WRITE, RELOAD_WRITE } modified[MAX_RECOG_OPERANDS];
2660 modified[i] = RELOAD_READ;
2671 modified[i] = RELOAD_WRITE;
2674 modified[i] = RELOAD_READ_WRITE;
2749 operand_type[i] = (modified[i] == RELOAD_READ ? RELOAD_FOR_INPUT
2750 : modified[
2539 enum reload_usage { RELOAD_READ, RELOAD_READ_WRITE, RELOAD_WRITE } modified[MAX_RECOG_OPERANDS]; local
[all...]
H A Dfunction.h30 rtx modified; local
/freebsd-9.3-release/sys/netinet6/
H A Dscope6.c401 * in the in6_addr structure, in6 will be modified.
474 * is intact; return non 0 if the address is modified.
479 int modified = 0; local
483 modified = 1;
487 return (modified);
/freebsd-9.3-release/contrib/dialog/
H A Ddlg_keys.c560 int modified = 0; local
582 } else if (modified) {
584 curses_key = ((modified == '^')
588 curses_key = ((modified == '^')
593 modified = *p;
595 modified = *p;
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dload.c46 char *modified; member in struct:entry
422 e.modified = p;
473 if (parse_event_alloc (&ent.entry.modified_by, e.modified) == -1) {
475 filename, line, e.modified);
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509cset.c131 c->crl->enc.modified = 1;
H A Dx509name.c154 name->modified = 1;
243 name->modified = 1;
H A Dx_all.c102 x->cert_info->enc.modified = 1;
115 x->crl->enc.modified = 1;
/freebsd-9.3-release/contrib/less/
H A Dcmdbuf.c71 int modified; member in struct:mlist
803 curr_mlist->modified = 1;
1493 int modified = 0; local
1495 if (mlist_search.modified)
1496 modified = 1;
1498 if (mlist_shell.modified)
1499 modified = 1;
1501 if (!modified)
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c1131 const char *modified; local
1144 modified = "true"; /* XXX: If we don't know (kernel too old),
1147 if (strcmp(gc->lg_name, "modified") == 0) {
1148 modified = gc->lg_val;
1153 if (strcmp(modified, "false") == 0)
1177 const char *modified; local
1190 modified = "true"; /* XXX: If we don't know (kernel too old),
1193 if (strcmp(gc->lg_name, "modified") == 0) {
1194 modified = gc->lg_val;
1199 if (strcmp(modified, "fals
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch632 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)
1021 ;# modified Julian to UNIX epoch

Completed in 189 milliseconds

123