Home
last modified time | relevance | path

Searched refs:conflict (Results 1 – 25 of 74) sorted by relevance

123

/dragonfly/gnu/usr.bin/rcs/lib/
H A Dpartime.c646 # define conflict(a,b) ((a) != (b) && TM_DEFINED (a) && TM_DEFINED (b)) macro
648 conflict (t->tm.tm_sec, u->tm.tm_sec) ||
649 conflict (t->tm.tm_min, u->tm.tm_min) ||
650 conflict (t->tm.tm_hour, u->tm.tm_hour) ||
651 conflict (t->tm.tm_mday, u->tm.tm_mday) ||
652 conflict (t->tm.tm_mon, u->tm.tm_mon) ||
653 conflict (t->tm.tm_year, u->tm.tm_year) ||
654 conflict (t->tm.tm_wday, u->tm.tm_yday) ||
655 conflict (t->ymodulus, u->ymodulus) ||
656 conflict (t->yweek, u->yweek) ||
[all …]
/dragonfly/usr.bin/localedef/
H A Dctype.c319 int conflict = 0; in dump_ctype() local
380 conflict++; in dump_ctype()
383 conflict++; in dump_ctype()
385 conflict++; in dump_ctype()
387 conflict++; in dump_ctype()
389 conflict++; in dump_ctype()
391 if (conflict) { in dump_ctype()
/dragonfly/contrib/cvs-1.12/src/
H A Dvers_ts.c103 vers_ts->ts_conflict = xstrdup (entdata->conflict); in Version_TS()
297 entdata && entdata->conflict ? entdata->conflict : "(null)"); in time_stamp_server()
318 else if (entdata->conflict in time_stamp_server()
319 && entdata->conflict[0] == '=') in time_stamp_server()
H A Dentries.c53 ent->conflict = xstrdup (ts_conflict); in Entnode_Create()
74 if (ent->conflict) in Entnode_Destroy()
75 free (ent->conflict); in Entnode_Destroy()
399 if (p->conflict) in fputentent()
401 if (fprintf (fp, "+%s", p->conflict) < 0) in fputentent()
H A Dserver.h64 const char *tag, const char *date, const char *conflict);
H A Dcvs.h311 char *conflict; member
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_list.c104 int conflict = 0; in engine_list_add() local
112 while (iterator && !conflict) { in engine_list_add()
113 conflict = (strcmp(iterator->id, e->id) == 0); in engine_list_add()
116 if (conflict) { in engine_list_add()
/dragonfly/contrib/diffutils/src/
H A Ddiff3.c1540 bool conflict; in output_diff3_edscript() local
1557 case DIFF_2ND: if (!show_2nd) continue; conflict = true; break; in output_diff3_edscript()
1558 case DIFF_3RD: if (overlap_only) continue; conflict = false; break; in output_diff3_edscript()
1559 case DIFF_ALL: if (simple_only) continue; conflict = flagging; break; in output_diff3_edscript()
1565 if (conflict) in output_diff3_edscript()
1658 bool conflict; in output_diff3_merge() local
1675 case DIFF_2ND: if (!show_2nd) continue; conflict = true; break; in output_diff3_merge()
1676 case DIFF_3RD: if (overlap_only) continue; conflict = false; break; in output_diff3_merge()
1677 case DIFF_ALL: if (simple_only) continue; conflict = flagging; in output_diff3_merge()
1700 if (conflict) in output_diff3_merge()
[all …]
/dragonfly/contrib/cvs-1.12/diff/
H A Ddiff3.c1594 int conflicts_found = 0, conflict; local
1611 case DIFF_2ND: if (!show_2nd) continue; conflict = 1; break;
1612 case DIFF_3RD: if (overlap_only) continue; conflict = 0; break;
1613 case DIFF_ALL: if (simple_only) continue; conflict = flagging; break;
1616 if (conflict)
1720 int conflicts_found = 0, conflict; local
1739 case DIFF_2ND: if (!show_2nd) continue; conflict = 1; break;
1740 case DIFF_3RD: if (overlap_only) continue; conflict = 0; break;
1741 case DIFF_ALL: if (simple_only) continue; conflict = flagging;
1763 if (conflict)
[all …]
/dragonfly/sys/vfs/hammer/
H A Dhammer_object.c55 hammer_record_t conflict; member
914 info.conflict = NULL; in hammer_ip_get_bulk()
918 return(info.conflict); /* may be NULL */ in hammer_ip_get_bulk()
935 info->conflict = record; in hammer_bulk_scan_callback()
1010 hammer_record_t conflict; in hammer_ip_replace_bulk() local
1015 conflict->flags |= HAMMER_RECF_DELETED_FE; in hammer_ip_replace_bulk()
1018 conflict->flags |= HAMMER_RECF_WANTED; in hammer_ip_replace_bulk()
1019 tsleep(conflict, 0, "hmrrc3", 0); in hammer_ip_replace_bulk()
1020 hammer_rel_mem_record(conflict); in hammer_ip_replace_bulk()
1023 if (conflict) in hammer_ip_replace_bulk()
[all …]
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_connectors.c438 struct drm_connector *conflict; in radeon_connector_analog_encoder_conflict_solve() local
442 list_for_each_entry(conflict, &dev->mode_config.connector_list, head) { in radeon_connector_analog_encoder_conflict_solve()
443 if (conflict == connector) in radeon_connector_analog_encoder_conflict_solve()
446 radeon_conflict = to_radeon_connector(conflict); in radeon_connector_analog_encoder_conflict_solve()
448 if (conflict->encoder_ids[i] == 0) in radeon_connector_analog_encoder_conflict_solve()
452 if (conflict->encoder_ids[i] == encoder->base.id) { in radeon_connector_analog_encoder_conflict_solve()
453 if (conflict->status != connector_status_connected) in radeon_connector_analog_encoder_conflict_solve()
461 conflict->name); in radeon_connector_analog_encoder_conflict_solve()
464 conflict->status = connector_status_disconnected; in radeon_connector_analog_encoder_conflict_solve()
465 radeon_connector_update_scratch_regs(conflict, connector_status_disconnected); in radeon_connector_analog_encoder_conflict_solve()
[all …]
/dragonfly/tools/regression/bin/sh/expansion/
H A Dplus-minus4.04 # and conflict with bash's interpretation, but I think ksh93's interpretation
/dragonfly/sys/dev/disk/dm/dmirror/
H A Ddmirror_notes.txt176 So this condition detects a conflict. We must return an I/O
198 drives. This is a conflict situation on read but writing will
217 that might conflict.
225 * In a conflict situation (where both drives are marked MASTER
/dragonfly/sys/contrib/dev/iwi/
H A DLICENSE96 laws of State of California], excluding its principles of conflict of laws and
105 standard acknowledgment form that are in conflict with these terms, shall be of
193 laws of California, excluding its principles of conflict of laws and the United
/dragonfly/sbin/natd/samples/
H A Dnatd.cf.sample21 # guarantees successful connections when port numbers conflict
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcse.c938 bool conflict; member
967 mci->conflict = true; in mems_conflict_for_gcse_p()
972 mci->conflict = true; in mems_conflict_for_gcse_p()
1015 mci.conflict = false; in load_killed_in_block_p()
1017 if (mci.conflict) in load_killed_in_block_p()
H A Dparams.def605 "max-sched-insn-conflict-delay",
606 "The maximum conflict delay for an insn to be considered for speculative motion",
785 "ira-max-conflict-table-size",
786 "Max size of conflict table in MB",
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcse.c974 bool conflict; member
1003 mci->conflict = true; in mems_conflict_for_gcse_p()
1008 mci->conflict = true; in mems_conflict_for_gcse_p()
1051 mci.conflict = false; in load_killed_in_block_p()
1053 if (mci.conflict) in load_killed_in_block_p()
/dragonfly/bin/ed/
H A DPOSIX20 1) BSD commands have been implemented wherever they do not conflict with
/dragonfly/contrib/ncurses/include/
H A Dcurses.tail185 /* these names conflict with STL */
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c2374 goto conflict; in update_binding()
2420 goto conflict; in update_binding()
2436 goto conflict; in update_binding()
2443 goto conflict; in update_binding()
2450 goto conflict; in update_binding()
2461 goto conflict; in update_binding()
2465 goto conflict; in update_binding()
2469 conflict: in update_binding()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dstandards.texi107 rare occasions conflict with the C standard. @xref{C
110 they conflict with the C standard version selected. You may also
/dragonfly/contrib/awk/
H A DREADME.md102 awkgram.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
/dragonfly/contrib/ncurses/progs/
H A Dtic.c2632 bool conflict = FALSE; in check_conflict() local
2661 if (!conflict) { in check_conflict()
2663 conflict = TRUE; in check_conflict()
/dragonfly/games/hunt/
H A DREADME92 that it is unlikely to conflict with other service port

123