Searched refs:changed (Results 1 - 25 of 204) sorted by relevance

123456789

/freebsd-9.3-release/contrib/openresolv/
H A Dnamed.in75 # changed
76 changed=false
82 changed=true
90 changed=true
94 if $changed; then
H A Dpdnsd.in84 changed=false
138 changed=true
146 changed=true
151 if $changed; then
H A Ddnsmasq.in96 changed=false
101 changed=true
109 changed=true
113 # dnsmasq polls this file so no need to set changed=true
118 if $changed; then
122 $changed || kill -HUP $(cat "$dnsmasq_pid")
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_touch.c75 wtouchln(WINDOW *win, int y, int n, int changed) argument
79 T((T_CALLED("wtouchln(%p,%d,%d,%d)"), win, y, n, changed));
87 win->_line[i].firstchar = changed ? 0 : _NOCHANGE;
88 win->_line[i].lastchar = changed ? win->_maxx : _NOCHANGE;
/freebsd-9.3-release/sys/kern/
H A Dsubr_power.c105 int changed; local
109 changed = 1;
111 printf("system power profile changed to '%s'\n",
116 changed = 0;
119 if (changed)
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-unswitch.c88 bool changed = false; local
103 changed |= tree_unswitch_single_loop (loops, loop, 0);
106 if (changed)
186 bool changed = false; local
226 return changed;
235 changed = true;
241 changed = true;
260 return changed;
H A Dtree-ssa-loop-ivcanon.c273 Returns true if cfg is changed. */
338 bool changed = false; local
345 changed |= canonicalize_loop_induction_variables (loops, loop,
354 if (changed)
368 bool changed = false; local
382 changed |= canonicalize_loop_induction_variables (loops, loop,
391 if (changed)
539 /* Number of executions of exit is not changed, thus we need to restore
548 try_remove_empty_loop (struct loop *loop, bool *changed) argument
555 nonempty_subloop |= !try_remove_empty_loop (sub, changed);
570 bool changed = false; local
[all...]
H A Dtree-ssa-forwprop.c482 new constant (which has only changed its type). */
668 either the LHS or RHS was changed in the USE_STMT.
671 be not totally successful, yet things may have been changed). */
674 forward_propagate_addr_expr_1 (tree stmt, tree use_stmt, bool *changed) argument
694 if (changed)
695 *changed = true;
709 if (changed)
710 *changed = true;
731 if (changed)
732 *changed
[all...]
H A Dtree-cfgcleanup.c517 bool changed = false; local
530 changed |= remove_forwarder_block (bb, &current);
534 return changed;
577 bool retval, changed; local
582 iteration changed the flowgraph, set CHANGED to true. */
583 changed = false;
587 changed |= retval;
599 return changed;
607 bool changed = cleanup_tree_cfg (); local
609 if (changed)
[all...]
H A Dipa.c101 bool changed = false; local
202 changed = true;
209 return changed;
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSplitBBatBar.cpp31 bool changed = false; local
62 changed = true;
67 return changed;
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dstate_machine.h18 * Boolean changed), and STATE_MACHINE_DEBUG_PREFIX to be a string that is used
54 sm->changed = TRUE; \
73 sm->changed = TRUE; \
91 sm->changed = TRUE; \
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c113 * changed copyright header to reflect current distribution rules
183 * Replaced getdelta() with gettree(), changed breaklock to update
195 * curdir() with getfullRCSname(), cleaned up handling -U/L, and changed
285 int branchflag, changed, expmode, initflag; variable
520 changed = initflag | textflag;
529 changed |= StrictLocks ^ strictlock;
541 changed = true;
545 changed = true;
553 changed = true;
558 changed
974 register int changed = false; local
1320 int changed = false; local
1367 int changed = false; local
1457 int changed = false; local
[all...]
/freebsd-9.3-release/lib/libc/locale/
H A Dlnumeric.c64 numeric_load_locale(struct xlocale_numeric *loc, int *using_locale, int *changed, argument
75 *changed= 1;
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dttys.c48 int t, tlen, changed; local
84 changed = 0;
127 changed = 1;
144 if (changed)
151 if (!changed) {
/freebsd-9.3-release/release/picobsd/tinyware/view/
H A Dview.c89 int quit,changed; variable
179 changed++;
183 changed++;
398 changed++;
405 changed=0;
413 changed++;
418 changed++;
422 changed++;
426 changed++;
430 changed
[all...]
/freebsd-9.3-release/sbin/kldconfig/
H A Dkldconfig.c70 static int changed; variable
206 changed = 1;
247 changed = 1;
427 changed = 1;
433 if (changed && !nflag)
436 if (rflag || (changed && vflag)) {
437 if (changed && (vflag > 1))
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-settime.c156 isc_boolean_t changed = ISC_FALSE; local
254 changed = ISC_TRUE;
267 changed = ISC_TRUE;
280 changed = ISC_TRUE;
293 changed = ISC_TRUE;
306 changed = ISC_TRUE;
421 changed = setpub = setact = ISC_TRUE;
554 if (force && !changed) {
557 changed = ISC_TRUE;
560 if (!changed
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DSparseBitVector.h183 // Union this element with RHS and return true if this one changed.
185 bool changed = false;
187 BitWord old = changed ? 0 : Bits[i];
190 if (!changed && old != Bits[i])
191 changed = true;
193 return changed;
205 // Intersect this Element with RHS and return true if this one changed.
209 bool changed = false;
214 BitWord old = changed ? 0 : Bits[i];
220 if (!changed
[all...]
/freebsd-9.3-release/bin/sh/
H A Djobs.h69 char changed; /* true if status has changed */ member in struct:job
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Denviron.c198 int changed = 0; local
207 changed = 1;
216 changed = 1;
219 if (changed)
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dtermstat.c219 * then delay that until after we have changed the MODE.
281 * Negotiate linemode on if pty state has changed to turn it on.
314 * If edit mode changed, send edit mode.
466 int ack, changed; local
479 if ((changed = (useeditmode ^ editmode))) {
482 * state of the tty has changed (due to the user
491 if (changed & MODE_EDIT)
494 if (changed & MODE_TRAPSIG)
497 if (changed & MODE_SOFT_TAB)
500 if (changed
[all...]
/freebsd-9.3-release/usr.sbin/config/
H A Dmain.c540 * compare two files; rename if changed.
546 int changed; local
551 changed = 0;
557 changed++;
559 if (!changed && fstat(from_fd, &from_sb) < 0)
562 if (!changed && fstat(to_fd, &to_sb) < 0)
565 if (!changed && from_sb.st_size != to_sb.st_size)
566 changed++;
570 if (!changed) {
578 changed
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Danalyze.c319 The results are recorded in the vectors files[N].changed, by
346 files[1].changed[files[1].realindexes[yoff++]] = 1;
349 files[0].changed[files[0].realindexes[xoff++]] = 1;
567 filevec[f].changed[i] = 1;
579 We do something when a run of changed lines include a
593 char *changed = filevec[f].changed;
594 char *other_changed = filevec[1 - f].changed;
607 while (i < i_end && !changed[i])
621 while (changed[
590 char *changed = filevec[f].changed; local
[all...]
/freebsd-9.3-release/sys/dev/acpi_support/
H A Dacpi_fujitsu.c313 * is if we can't find what has changed or an error occurs.
527 int changed; local
533 changed = BRIGHT_CHANGED;
538 changed = BRIGHT_CHANGED;
543 changed = MOUSE_CHANGED;
549 changed = VOLUME_CHANGED;
575 sc->lastValChanged = changed;
660 int changed; local
667 changed = sc->gsif.value & acpi_fujitsu_method_get(sc,METHOD_GHKS);
669 changed
[all...]

Completed in 289 milliseconds

123456789