Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-9-stable/contrib/ntp/ntpd/
Dntpd-opts.h164 # warning undefining IPV4 due to option name conflict
168 # warning undefining IPV6 due to option name conflict
172 # warning undefining AUTHREQ due to option name conflict
176 # warning undefining AUTHNOREQ due to option name conflict
180 # warning undefining BCASTSYNC due to option name conflict
184 # warning undefining CONFIGFILE due to option name conflict
188 # warning undefining DEBUG_LEVEL due to option name conflict
192 # warning undefining SET_DEBUG_LEVEL due to option name conflict
196 # warning undefining DRIFTFILE due to option name conflict
200 # warning undefining PANICGATE due to option name conflict
[all …]
/freebsd-9-stable/tools/regression/usr.sbin/etcupdate/
Dalways.sh192 cat > $OLD/difffiles/difffiles/difffiles/conflict <<EOF
195 cat > $NEW/difffiles/difffiles/difffiles/conflict <<EOF
198 cat > $TEST/difffiles/difffiles/difffiles/conflict <<EOF
207 mkdir $NEW/adddir/conflict
208 touch $NEW/adddir/conflict/newfile
209 touch $TEST/adddir/conflict
224 mkdir $i/rmdir/conflict
226 mkfifo $OLD/rmdir/conflict/difftype
227 mkdir $TEST/rmdir/conflict/difftype
251 mkdir $i/dirchange/fromdir/conflict
[all …]
Dfbsdid.sh134 store_id $OLD/conflict ": head/conflict 12000 jhb "
135 store_id $NEW/conflict ": head/conflict 12345 jhb "
136 store_id $TEST/conflict ""
137 cat >> $OLD/conflict <<EOF
141 cat >> $NEW/conflict <<EOF
145 cat >> $TEST/conflict <<EOF
251 conflict() function
289 C /conflict
304 conflict /old 8441be64a1540f2ff584015279682425
306 conflict /already f44105abb1fa3293e95c5d77e428d418
[all …]
Dtests.sh446 cat > $OLD/difffiles/difffiles/difffiles/conflict <<EOF
449 cat > $NEW/difffiles/difffiles/difffiles/conflict <<EOF
452 cat > $TEST/difffiles/difffiles/difffiles/conflict <<EOF
466 mkdir $NEW/adddir/conflict
467 touch $NEW/adddir/conflict/newfile
468 touch $TEST/adddir/conflict
493 mkdir $i/rmdir/conflict
495 mkfifo $OLD/rmdir/conflict/difftype
496 mkdir $TEST/rmdir/conflict/difftype
563 mkdir $i/dirchange/fromdir/conflict
[all …]
Dconflicts.sh172 conflict() function
212 conflict /etc/login.conf
/freebsd-9-stable/contrib/ntp/util/
Dntp-keygen-opts.h153 # warning undefining IMBITS due to option name conflict
157 # warning undefining CERTIFICATE due to option name conflict
161 # warning undefining CIPHER due to option name conflict
165 # warning undefining DEBUG_LEVEL due to option name conflict
169 # warning undefining SET_DEBUG_LEVEL due to option name conflict
173 # warning undefining ID_KEY due to option name conflict
177 # warning undefining GQ_PARAMS due to option name conflict
181 # warning undefining HOST_KEY due to option name conflict
185 # warning undefining IFFKEY due to option name conflict
189 # warning undefining IDENT due to option name conflict
[all …]
/freebsd-9-stable/contrib/ntp/sntp/
Dsntp-opts.h150 # warning undefining IPV4 due to option name conflict
154 # warning undefining IPV6 due to option name conflict
158 # warning undefining AUTHENTICATION due to option name conflict
162 # warning undefining BROADCAST due to option name conflict
166 # warning undefining CONCURRENT due to option name conflict
170 # warning undefining DEBUG_LEVEL due to option name conflict
174 # warning undefining SET_DEBUG_LEVEL due to option name conflict
178 # warning undefining GAP due to option name conflict
182 # warning undefining KOD due to option name conflict
186 # warning undefining KEYFILE due to option name conflict
[all …]
/freebsd-9-stable/contrib/ntp/ntpq/
Dntpq-opts.h143 # warning undefining IPV4 due to option name conflict
147 # warning undefining IPV6 due to option name conflict
151 # warning undefining COMMAND due to option name conflict
155 # warning undefining DEBUG_LEVEL due to option name conflict
159 # warning undefining SET_DEBUG_LEVEL due to option name conflict
163 # warning undefining INTERACTIVE due to option name conflict
167 # warning undefining NUMERIC due to option name conflict
171 # warning undefining OLD_RV due to option name conflict
175 # warning undefining PEERS due to option name conflict
179 # warning undefining REFID due to option name conflict
[all …]
/freebsd-9-stable/contrib/ntp/ntpdc/
Dntpdc-opts.h142 # warning undefining IPV4 due to option name conflict
146 # warning undefining IPV6 due to option name conflict
150 # warning undefining COMMAND due to option name conflict
154 # warning undefining DEBUG_LEVEL due to option name conflict
158 # warning undefining SET_DEBUG_LEVEL due to option name conflict
162 # warning undefining INTERACTIVE due to option name conflict
166 # warning undefining LISTPEERS due to option name conflict
170 # warning undefining NUMERIC due to option name conflict
174 # warning undefining PEERS due to option name conflict
178 # warning undefining SHOWPEERS due to option name conflict
/freebsd-9-stable/gnu/usr.bin/rcs/lib/
Dpartime.c645 # define conflict(a,b) ((a) != (b) && TM_DEFINED (a) && TM_DEFINED (b)) macro
647 conflict (t->tm.tm_sec, u->tm.tm_sec) ||
648 conflict (t->tm.tm_min, u->tm.tm_min) ||
649 conflict (t->tm.tm_hour, u->tm.tm_hour) ||
650 conflict (t->tm.tm_mday, u->tm.tm_mday) ||
651 conflict (t->tm.tm_mon, u->tm.tm_mon) ||
652 conflict (t->tm.tm_year, u->tm.tm_year) ||
653 conflict (t->tm.tm_wday, u->tm.tm_yday) ||
654 conflict (t->ymodulus, u->ymodulus) ||
655 conflict (t->yweek, u->yweek) ||
[all …]
/freebsd-9-stable/
D.arclint14 "merge-conflict": {
15 "type": "merge-conflict"
/freebsd-9-stable/contrib/ntp/ntpsnmpd/
Dntpsnmpd-opts.h135 # warning undefining NOFORK due to option name conflict
139 # warning undefining SYSLOG due to option name conflict
143 # warning undefining AGENTXSOCKET due to option name conflict
/freebsd-9-stable/crypto/openssl/crypto/engine/
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()
/freebsd-9-stable/contrib/diff/src/
Ddiff3.c1494 bool conflict; in output_diff3_edscript() local
1511 case DIFF_2ND: if (!show_2nd) continue; conflict = true; break; in output_diff3_edscript()
1512 case DIFF_3RD: if (overlap_only) continue; conflict = false; break; in output_diff3_edscript()
1513 case DIFF_ALL: if (simple_only) continue; conflict = flagging; break; in output_diff3_edscript()
1519 if (conflict) in output_diff3_edscript()
1611 bool conflict; in output_diff3_merge() local
1628 case DIFF_2ND: if (!show_2nd) continue; conflict = true; break; in output_diff3_merge()
1629 case DIFF_3RD: if (overlap_only) continue; conflict = false; break; in output_diff3_merge()
1630 case DIFF_ALL: if (simple_only) continue; conflict = flagging; in output_diff3_merge()
1653 if (conflict) in output_diff3_merge()
[all …]
/freebsd-9-stable/contrib/cvs/diff/
Ddiff3.c1597 int conflicts_found = 0, conflict; local
1614 case DIFF_2ND: if (!show_2nd) continue; conflict = 1; break;
1615 case DIFF_3RD: if (overlap_only) continue; conflict = 0; break;
1616 case DIFF_ALL: if (simple_only) continue; conflict = flagging; break;
1619 if (conflict)
1723 int conflicts_found = 0, conflict; local
1742 case DIFF_2ND: if (!show_2nd) continue; conflict = 1; break;
1743 case DIFF_3RD: if (overlap_only) continue; conflict = 0; break;
1744 case DIFF_ALL: if (simple_only) continue; conflict = flagging;
1766 if (conflict)
[all …]
/freebsd-9-stable/contrib/opie/
Dconfigure2653 which can conflict with char $ac_func(); below. */
2873 which can conflict with char $ac_func(); below. */
2979 which can conflict with char $ac_func(); below. */
3036 which can conflict with char atexit(); below. */
3087 which can conflict with char $ac_func(); below. */
3142 which can conflict with char endutent(); below. */
3194 which can conflict with char initgroups(); below. */
3246 which can conflict with char memcmp(); below. */
3298 which can conflict with char memcpy(); below. */
3349 which can conflict with char $ac_func(); below. */
[all …]
/freebsd-9-stable/usr.sbin/pkg_install/add/
Dperform.c79 char *conflict[2]; in pkg_do() local
258 conflict[0] = strdup(p->name); in pkg_do()
259 conflict[1] = NULL; in pkg_do()
260 matched = matchinstalled(MATCH_GLOB, conflict, &errcode); in pkg_do()
261 free(conflict[0]); in pkg_do()
/freebsd-9-stable/contrib/cvs/src/
Dvers_ts.c97 vers_ts->ts_conflict = xstrdup (entdata->conflict);
305 else if (entdata->conflict
306 && entdata->conflict[0] == '=')
Dentries.c67 ent->conflict = xstrdup (ts_conflict);
89 if (ent->conflict)
90 free (ent->conflict);
437 if (p->conflict)
439 if (fprintf (fp, "+%s", p->conflict) < 0)
/freebsd-9-stable/sys/dev/drm2/radeon/
Dradeon_connectors.c243 struct drm_connector *conflict; in radeon_connector_analog_encoder_conflict_solve() local
247 list_for_each_entry(conflict, &dev->mode_config.connector_list, head) { in radeon_connector_analog_encoder_conflict_solve()
248 if (conflict == connector) in radeon_connector_analog_encoder_conflict_solve()
251 radeon_conflict = to_radeon_connector(conflict); in radeon_connector_analog_encoder_conflict_solve()
253 if (conflict->encoder_ids[i] == 0) in radeon_connector_analog_encoder_conflict_solve()
257 if (conflict->encoder_ids[i] == encoder->base.id) { in radeon_connector_analog_encoder_conflict_solve()
258 if (conflict->status != connector_status_connected) in radeon_connector_analog_encoder_conflict_solve()
265 DRM_DEBUG_KMS("1: conflicting encoders switching off %s\n", drm_get_connector_name(conflict)); in radeon_connector_analog_encoder_conflict_solve()
267 conflict->status = connector_status_disconnected; in radeon_connector_analog_encoder_conflict_solve()
268 radeon_connector_update_scratch_regs(conflict, connector_status_disconnected); in radeon_connector_analog_encoder_conflict_solve()
[all …]
/freebsd-9-stable/contrib/bind9/bin/dnssec/
Ddnssec-keygen.c211 isc_boolean_t conflict = ISC_FALSE, null_key = ISC_FALSE; in main() local
875 conflict = ISC_FALSE; in main()
988 conflict = ISC_TRUE; in main()
1009 } while (conflict == ISC_TRUE); in main()
1011 if (conflict) in main()
/freebsd-9-stable/usr.sbin/timed/timed/
Dtimed.c485 struct tsp resp, conflict, *answer; local
567 conflict.tsp_type = TSP_CONFLICT;
568 (void)strcpy(conflict.tsp_name, hostname);
569 if (!acksend(&conflict, &masteraddr, mastername,
/freebsd-9-stable/contrib/ofed/libsdp/
DChangeLog68 * BUG1405 - conflict when running an application that use yacc.
74 * 02404fb libsdp: BUG1405 - conflict when running an application that use yacc.
/freebsd-9-stable/contrib/nvi/build/
Dconfigure2288 which can conflict with char $ac_func(); below. */
2339 which can conflict with char $ac_func(); below. */
2388 which can conflict with char $ac_func(); below. */
2439 which can conflict with char $ac_func(); below. */
2488 which can conflict with char $ac_func(); below. */
2539 which can conflict with char $ac_func(); below. */
2589 which can conflict with char $ac_func(); below. */
2640 which can conflict with char $ac_func(); below. */
2692 which can conflict with char $ac_func(); below. */
2744 which can conflict with char $ac_func(); below. */
[all …]
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
Dtst.entryreturn.ksh54 * the conflict with a reserved word.

12345678910>>...12