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

123456789

/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_i.h147 Boolean changed; member in struct:eap_sm
/freebsd-9.3-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h176 Boolean changed; member in struct:eapol_state_machine
/freebsd-9.3-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-9.3-release/sys/net80211/
H A Dieee80211_power.c285 int changed; local
296 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0));
297 if (changed) {
310 return changed;
316 * is changed, if necessary.
/freebsd-9.3-release/usr.bin/mail/
H A Dcmd3.c98 int n, changed = 0; local
110 changed++;
124 changed++;
131 if (changed) {
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/lli/ChildTarget/Unix/
H A DChildTarget.inc113 // be on the same page. The RemoteTarget interface should be changed to
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth_i.h84 unsigned int changed:1; member in struct:wpa_state_machine
147 Boolean changed; member in struct:wpa_group
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A DFILES08 VERSION - Which version this is and what was changed.
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp306 bool changed = true; local
307 while (changed) {
308 changed = false;
369 changed = true;
378 changed = true;
388 }// while changed.
785 }// While changed.
/freebsd-9.3-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-9.3-release/contrib/wpa/src/utils/
H A Deloop.c54 int changed; member in struct:eloop_sock_table
157 table->changed = 1;
185 table->changed = 1;
213 table->changed = 0;
219 if (table->changed)
/freebsd-9.3-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-9.3-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-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dtests.sh253 # /difftype/equal/difftype: Unmodified file has changed type.
270 # /difftype/first/first: A removed file has changed type.
281 # /difftype/difftype/equal: A file has changed type, but the
307 # /difftype/difftype/difflinks: A file has changed from a
315 # /difftype/difftype/difffile: A file has changed from a
324 # changed. The link should be updated.
347 # changed to a different file type in the test tree. This
381 # changed in new tree. The file should be updated to the new
392 # /difffiles/first/first: A removed file has been changed in
406 # been changed t
[all...]
/freebsd-9.3-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-address.c711 bool changed = false; local
726 changed = true;
748 changed = true;
751 if (!changed)
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...]
/freebsd-9.3-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-9.3-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-9.3-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
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_i.h309 Boolean changed; member in struct:eap_sm

Completed in 176 milliseconds

123456789