Searched refs:changed (Results 76 - 100 of 246) sorted by relevance

12345678910

/freebsd-11-stable/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-11-stable/contrib/gdb/gdb/
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-11-stable/contrib/gdb/gdb/tui/
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-11-stable/sys/dev/acpica/
H A Dacpi_powerres.c450 * If we changed anything in the resource list, we need to run a switch
584 int changed; local
589 changed = 0;
596 changed = 1;
599 return (changed);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c391 int changed = 0; local
515 changed = 1;
532 if (port_op != QUERY || changed)
543 if (port_op != QUERY || changed) {
/freebsd-11-stable/usr.bin/mail/
H A Dcmd3.c98 int n, changed = 0; local
110 changed++;
124 changed++;
131 if (changed) {
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_i.h342 Boolean changed; member in struct:eap_sm
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_i.h156 Boolean changed; member in struct:eap_sm
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat17 Rem The following 2 lines need to be changed with each new GDB release, to
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c131 * changed copyright header to reflect current distribution rules
196 * changed type of result of getc() from char to int.
1825 dorewrite(lockflag, changed)
1826 int lockflag, changed;
1838 if (changed) {
1839 if (changed < 0)
1877 donerewrite(changed, newRCStime)
1878 int changed;
1892 if (changed && !nerror) {
1903 &frewrite, newRCSname, RCSname, changed,
[all...]
/freebsd-11-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s28 .irp _NN_,%_SKEIN_LOOP #only display loop unrolling if default changed on command line
53 # only display rounds if default size is changed on command line
687 movq %rbx,X_stk+ 8+F_O(%rbp) #(use FP_ since rsp has changed!)
/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.c1145 bool changed = FALSE; local
1164 changed = TRUE;
1174 changed = TRUE;
1176 if (!changed || (FMT_ENTRY() > critlen)) {
1181 changed = TRUE;
1184 if (!changed || (FMT_ENTRY() > critlen)) {
/freebsd-11-stable/contrib/gcc/
H A Dtree-object-size.c37 bool changed; member in struct:object_size_info
371 osi.changed = false;
410 osi.changed = false;
427 while (osi.changed);
536 osi->changed = true;
544 osi->changed = true;
H A Dtree-ssa-pre.c1680 bool changed = false; local
1753 changed = true;
1774 changed |= compute_antic_aux (son,
1777 return changed;
1785 bool changed = true; local
1811 while (changed)
1814 changed = false;
1815 changed = compute_antic_aux (EXIT_BLOCK_PTR, false);
1855 bool changed = true; local
1867 while (changed)
1956 bool changed = true; local
[all...]
H A Dtree-tailcall.c809 or changed within the recursive call. However, the local variables
874 bool changed = false; local
970 changed |= optimize_tail_call (tailcalls, opt_tailcalls);
987 if (changed)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.c142 /* Re-enable polling in case the global poll config changed. */
688 DRM_DEBUG_KMS("encoder changed, full mode switch\n");
726 DRM_DEBUG_KMS("crtc changed, full mode switch\n");
983 bool repoll = false, changed = false; local
1015 changed = true;
1020 if (changed)
1078 bool changed = false; local
1098 changed = true;
1103 if (changed)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c71 list. OBJECT is the object whose properties are being changed.
546 svn_boolean_t changed;
549 SVN_ERR(svn_fs_props_different(&changed, c->target_root, target_path,
551 if (! changed)
633 svn_boolean_t changed = TRUE;
646 SVN_ERR(svn_fs_contents_different(&changed,
659 if (changed)
538 svn_boolean_t changed; local
624 svn_boolean_t changed = TRUE; local
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c741 int changed, found = 1; local
944 changed = 2;
948 /* The device is the same, but has changed. */
949 changed = 1;
951 /* Nothing has changed. */
952 changed = 0;
956 changed = 2;
959 if (changed != 0)
961 if (changed == 2) {
1000 if (changed
[all...]
/freebsd-11-stable/bin/sh/
H A Djobs.c104 char changed; /* true if status has changed */ member in struct:job
471 * statuses have changed since the last call to showjobs.
493 if (change && ! jp->changed)
497 jp->changed = 0;
579 if (! iflag || ! job->changed)
591 if (! iflag || ! jp->changed)
795 jp->changed = 0;
1266 thisjob->changed = 1;
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dcmds.c1156 int cmdstatus, changed; local
1191 changed = 0;
1198 changed++;
1203 if (!changed) {
1212 if (changed && stat(pp->lock_file, &stbuf) >= 0)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp196 bool changed = (dst != scratch); local
197 if (changed)
202 return changed;
938 bool changed = runOnBlock(block, cfg, ac, vals, local
941 if (changed || !previouslyVisited[block->getBlockID()])
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp763 bool changed = true; local
764 while (changed) {
765 changed = false;
797 // Update block LiveIn set, noting whether it has changed.
799 changed = true;
803 // Update block LiveOut set, noting whether it has changed.
805 changed = true;
809 } // while changed.
1307 }// While changed.
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp236 // section/value has changed.
239 const Defined *changed = nullptr; local
243 (!changed || sym->getName() < changed->getName()))
244 changed = sym;
246 return changed;
1078 // Returns a symbol that has changed its section or value, or nullptr if no
1079 // symbol has changed.
/freebsd-11-stable/sys/x86/x86/
H A Dio_apic.c555 int changed; local
570 changed = 0;
577 changed++;
585 changed++;
587 if (changed)
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c277 * someone has changed the color definitions.
519 * When a pair's content is changed, replace its colors (if pair was
530 bool changed = FALSE; local
537 changed = TRUE;
540 if (changed)

Completed in 396 milliseconds

12345678910