Searched refs:changed (Results 51 - 75 of 224) sorted by relevance

123456789

/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_i.h141 Boolean changed; member in struct:eap_sm
/freebsd-10.0-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h171 Boolean changed; member in struct:eapol_state_machine
/freebsd-10.0-release/share/examples/ipfw/
H A Dchange_rules.sh123 The rules will be changed now. If the message 'Type y to keep the new
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_power.c287 int changed; local
298 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0));
299 if (changed) {
312 return changed;
318 * is changed, if necessary.
/freebsd-10.0-release/tools/regression/usr.sbin/etcupdate/
H A Dtests.sh249 # /difftype/equal/difftype: Unmodified file has changed type.
266 # /difftype/first/first: A removed file has changed type.
277 # /difftype/difftype/equal: A file has changed type, but the
303 # /difftype/difftype/difflinks: A file has changed from a
311 # /difftype/difftype/difffile: A file has changed from a
320 # changed. The link should be updated.
343 # changed to a different file type in the test tree. This
377 # changed in new tree. The file should be updated to the new
388 # /difffiles/first/first: A removed file has been changed in
402 # been changed t
[all...]
/freebsd-10.0-release/usr.bin/mail/
H A Dcmd3.c98 int n, changed = 0; local
110 changed++;
124 changed++;
131 if (changed) {
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp175 bool changed = Range != NewR;
177 return changed;
190 /// one and returning true if anything changed.
355 bool markResult(bool changed) { argument
356 if (changed && BBLV.isOverdefined())
358 return changed;
974 bool changed = false; local
992 changed = true;
995 if (!changed) continue;
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dwpa_auth_i.h79 unsigned int changed:1; member in struct:wpa_state_machine
147 Boolean changed; member in struct:wpa_group
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A DFILES08 VERSION - Which version this is and what was changed.
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp305 bool changed = true; local
306 while (changed) {
307 changed = false;
368 changed = true;
377 changed = true;
387 }// while changed.
783 }// While changed.
H A DStackSlotColoring.cpp351 bool changed = false; local
371 changed = true;
386 return changed;
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES73 and arnold robbins, changed srand() to return the previous
101 changed the name getline() to awkgetline() to avoid yet another
295 right if CONVFMT is changed; by then the STR attribute of the
320 changed types in posix chars structure to quiet solaris cc.
377 changed HAT to NCHARS-2. thanks again to santiago vila.
379 changed maketab.c to ignore apparently out of range definitions
427 changed true/false to True/False in run.c to make it
429 and realloc to be honest about casts; ditto. changed
450 changed isnumber to is_number to avoid the problem caused by
525 recompilation when awkgram.y is changed bu
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dvarobj.c860 expression to see if it's changed. Then go all the way
862 changed.
865 -2 if the type changed
866 Otherwise it is the number of children + parent changed
877 int changed = 0;
908 has changed. */
920 /* If this is a "use_selected_frame" varobj, and its type has changed,
921 them note that it's changed. */
925 changed++;
927 /* If values are not equal, note that it's changed
876 int changed = 0; local
[all...]
H A Dsolib-svr4.c993 may have changed since the last time we ran the program. */
1238 int i, changed; local
1267 changed = 0;
1276 changed = 1;
1280 if (changed)
1334 changed to use the "breakpoint handler function" method.
/freebsd-10.0-release/contrib/gdb/gdb/mi/
H A Dmi-main.c335 int regnum, numregs, changed; local
347 cleanup = make_cleanup_ui_out_list_begin_end (uiout, "changed-registers");
358 changed = register_changed_p (regnum);
359 if (changed < 0)
366 else if (changed)
381 changed = register_changed_p (regnum);
382 if (changed < 0)
389 else if (changed)
415 /* Found a changed register. Return 1. */
1166 /* If we changed interpreter
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c71 list. OBJECT is the object whose properties are being changed.
543 svn_boolean_t changed;
546 SVN_ERR(svn_fs_props_changed(&changed, c->target_root, target_path,
548 if (! changed)
633 /* If the filesystem claims the things haven't changed, then they
634 haven't changed. */
653 /* From this point on, our default answer is "Nothing's changed". */
697 svn_boolean_t changed = TRUE;
713 changed with respect to" and "has the same actual contents
717 SVN_ERR(svn_repos__compare_files(&changed,
535 svn_boolean_t changed; local
688 svn_boolean_t changed = TRUE; local
[all...]
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Deloop.c53 int changed; member in struct:eloop_sock_table
193 table->changed = 1;
222 table->changed = 1;
325 table->changed = 0;
338 if (table->changed)
390 table->changed = 0;
396 if (table->changed)
/freebsd-10.0-release/contrib/gcc/
H A Dregrename.c1443 bool changed = false;
1535 changed |= replace_oldest_value_addr (locI, INDEX_REG_CLASS, mode,
1538 changed |= replace_oldest_value_addr (locB,
1542 return changed;
1567 changed |= replace_oldest_value_addr (&XEXP (x, i), cl, mode,
1571 changed |= replace_oldest_value_addr (&XVECEXP (x, i, j), cl,
1575 return changed;
1594 bool changed = false;
1685 changed = true;
1706 changed
1442 bool changed = false; local
1593 bool changed = false; local
[all...]
H A Dtree-ssa-loop-niter.c779 bool changed; local
790 changed = false;
794 changed = true;
798 changed = true;
804 changed = true;
809 if (changed)
958 bool changed; local
968 changed = false;
972 changed = true;
976 changed
[all...]
H A Dtree-ssa-structalias.c242 changed. */
591 set bit in changed nodes
598 changed if necessary)
604 updating changed if necessary.
607 the destination of the edge, updating changed as necessary.
1091 static sbitmap changed; variable
1202 /* Unify node FROM into node TO, updating the changed count if
1224 if (update_changed && TEST_BIT (changed, from))
1226 RESET_BIT (changed, from);
1227 if (!TEST_BIT (changed, t
[all...]
H A Dtree-ssa-address.c711 bool changed = false; local
726 changed = true;
748 changed = true;
751 if (!changed)
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-winsource.c341 int changed = 0; local
356 changed++;
362 if (changed)
368 has its state changed. */
389 Returns 1 if something changed and the execution window
H A Dtui-windata.c237 /* Function to check the data values and hilite any that have changed. */
260 has changed (data_element_ptr, frame, &new_value)
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_color.c218 * someone has changed the color definitions.
359 * When a pair's content is changed, replace its colors (if pair was
370 bool changed = FALSE; local
377 changed = TRUE;
380 if (changed)
/freebsd-10.0-release/contrib/diff/src/
H A Ddiff.h73 /* Like -f, but output a count of changed lines in each "command" (-n). */
167 /* Line group formats for unchanged, old, new, and changed groups. */
223 lin inserted; /* # lines of file 1 changed here. */
224 lin deleted; /* # lines of file 0 changed here. */
288 char *changed;
285 char *changed; member in struct:file_data

Completed in 216 milliseconds

123456789