| /src/external/bsd/pkg_install/dist/lib/ |
| conflicts.c | 61 * Data structure to keep the intermediate result of the conflict 64 * ''conflicting_pkgname''. The pattern that leads to the conflict is 66 * conflict. 95 struct package_conflict *conflict = v; local 101 if (conflict->skip_pkgname != NULL && 102 strcmp(conflict->skip_pkgname, pkgname) == 0) 115 if (pkg_match(p->name, conflict->pkgname) == 1) { 116 *(conflict->conflicting_pkgname) = xstrdup(pkgname); 117 *(conflict->conflicting_pattern) = xstrdup(p->name);
|
| conflicts.c | 61 * Data structure to keep the intermediate result of the conflict 64 * ''conflicting_pkgname''. The pattern that leads to the conflict is 66 * conflict. 95 struct package_conflict *conflict = v; local 101 if (conflict->skip_pkgname != NULL && 102 strcmp(conflict->skip_pkgname, pkgname) == 0) 115 if (pkg_match(p->name, conflict->pkgname) == 1) { 116 *(conflict->conflicting_pkgname) = xstrdup(pkgname); 117 *(conflict->conflicting_pattern) = xstrdup(p->name);
|
| conflicts.c | 61 * Data structure to keep the intermediate result of the conflict 64 * ''conflicting_pkgname''. The pattern that leads to the conflict is 66 * conflict. 95 struct package_conflict *conflict = v; local 101 if (conflict->skip_pkgname != NULL && 102 strcmp(conflict->skip_pkgname, pkgname) == 0) 115 if (pkg_match(p->name, conflict->pkgname) == 1) { 116 *(conflict->conflicting_pkgname) = xstrdup(pkgname); 117 *(conflict->conflicting_pattern) = xstrdup(p->name);
|
| conflicts.c | 61 * Data structure to keep the intermediate result of the conflict 64 * ''conflicting_pkgname''. The pattern that leads to the conflict is 66 * conflict. 95 struct package_conflict *conflict = v; local 101 if (conflict->skip_pkgname != NULL && 102 strcmp(conflict->skip_pkgname, pkgname) == 0) 115 if (pkg_match(p->name, conflict->pkgname) == 1) { 116 *(conflict->conflicting_pkgname) = xstrdup(pkgname); 117 *(conflict->conflicting_pattern) = xstrdup(p->name);
|
| /src/crypto/external/apache2/openssl/dist/crypto/engine/ |
| eng_list.c | 59 int conflict = 0; local 68 while (iterator && !conflict) { 69 conflict = (strcmp(iterator->id, e->id) == 0); 72 if (conflict) {
|
| eng_list.c | 59 int conflict = 0; local 68 while (iterator && !conflict) { 69 conflict = (strcmp(iterator->id, e->id) == 0); 72 if (conflict) {
|
| eng_list.c | 59 int conflict = 0; local 68 while (iterator && !conflict) { 69 conflict = (strcmp(iterator->id, e->id) == 0); 72 if (conflict) {
|
| eng_list.c | 59 int conflict = 0; local 68 while (iterator && !conflict) { 69 conflict = (strcmp(iterator->id, e->id) == 0); 72 if (conflict) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| eng_list.c | 59 int conflict = 0; local 67 while (iterator && !conflict) { 68 conflict = (strcmp(iterator->id, e->id) == 0); 71 if (conflict) {
|
| eng_list.c | 59 int conflict = 0; local 67 while (iterator && !conflict) { 68 conflict = (strcmp(iterator->id, e->id) == 0); 71 if (conflict) {
|
| eng_list.c | 59 int conflict = 0; local 67 while (iterator && !conflict) { 68 conflict = (strcmp(iterator->id, e->id) == 0); 71 if (conflict) {
|
| eng_list.c | 59 int conflict = 0; local 67 while (iterator && !conflict) { 68 conflict = (strcmp(iterator->id, e->id) == 0); 71 if (conflict) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| eng_list.c | 56 int conflict = 0; local 64 while (iterator && !conflict) { 65 conflict = (strcmp(iterator->id, e->id) == 0); 68 if (conflict) {
|
| eng_list.c | 56 int conflict = 0; local 64 while (iterator && !conflict) { 65 conflict = (strcmp(iterator->id, e->id) == 0); 68 if (conflict) {
|
| eng_list.c | 56 int conflict = 0; local 64 while (iterator && !conflict) { 65 conflict = (strcmp(iterator->id, e->id) == 0); 68 if (conflict) {
|
| eng_list.c | 56 int conflict = 0; local 64 while (iterator && !conflict) { 65 conflict = (strcmp(iterator->id, e->id) == 0); 68 if (conflict) {
|
| /src/external/gpl2/rcs/dist/src/ |
| partime.c | 643 * If there is no conflict, merge into *T the additional information in *U 647 # define conflict(a,b) ((a) != (b) && TM_DEFINED (a) && TM_DEFINED (b)) macro 649 conflict (t->tm.tm_sec, u->tm.tm_sec) || 650 conflict (t->tm.tm_min, u->tm.tm_min) || 651 conflict (t->tm.tm_hour, u->tm.tm_hour) || 652 conflict (t->tm.tm_mday, u->tm.tm_mday) || 653 conflict (t->tm.tm_mon, u->tm.tm_mon) || 654 conflict (t->tm.tm_year, u->tm.tm_year) || 655 conflict (t->tm.tm_wday, u->tm.tm_yday) || 656 conflict (t->ymodulus, u->ymodulus) | 665 # undef conflict macro [all...] |
| partime.c | 643 * If there is no conflict, merge into *T the additional information in *U 647 # define conflict(a,b) ((a) != (b) && TM_DEFINED (a) && TM_DEFINED (b)) macro 649 conflict (t->tm.tm_sec, u->tm.tm_sec) || 650 conflict (t->tm.tm_min, u->tm.tm_min) || 651 conflict (t->tm.tm_hour, u->tm.tm_hour) || 652 conflict (t->tm.tm_mday, u->tm.tm_mday) || 653 conflict (t->tm.tm_mon, u->tm.tm_mon) || 654 conflict (t->tm.tm_year, u->tm.tm_year) || 655 conflict (t->tm.tm_wday, u->tm.tm_yday) || 656 conflict (t->ymodulus, u->ymodulus) | 665 # undef conflict macro [all...] |
| partime.c | 643 * If there is no conflict, merge into *T the additional information in *U 647 # define conflict(a,b) ((a) != (b) && TM_DEFINED (a) && TM_DEFINED (b)) macro 649 conflict (t->tm.tm_sec, u->tm.tm_sec) || 650 conflict (t->tm.tm_min, u->tm.tm_min) || 651 conflict (t->tm.tm_hour, u->tm.tm_hour) || 652 conflict (t->tm.tm_mday, u->tm.tm_mday) || 653 conflict (t->tm.tm_mon, u->tm.tm_mon) || 654 conflict (t->tm.tm_year, u->tm.tm_year) || 655 conflict (t->tm.tm_wday, u->tm.tm_yday) || 656 conflict (t->ymodulus, u->ymodulus) | 665 # undef conflict macro [all...] |
| partime.c | 643 * If there is no conflict, merge into *T the additional information in *U 647 # define conflict(a,b) ((a) != (b) && TM_DEFINED (a) && TM_DEFINED (b)) macro 649 conflict (t->tm.tm_sec, u->tm.tm_sec) || 650 conflict (t->tm.tm_min, u->tm.tm_min) || 651 conflict (t->tm.tm_hour, u->tm.tm_hour) || 652 conflict (t->tm.tm_mday, u->tm.tm_mday) || 653 conflict (t->tm.tm_mon, u->tm.tm_mon) || 654 conflict (t->tm.tm_year, u->tm.tm_year) || 655 conflict (t->tm.tm_wday, u->tm.tm_yday) || 656 conflict (t->ymodulus, u->ymodulus) | 665 # undef conflict macro [all...] |
| /src/usr.sbin/timed/timed/ |
| timed.c | 448 struct tsp resp, conflict, *answer; local 468 * Various conditions can cause conflict: races between 525 * checking also not to send CONFLICT to ack'ed master 530 conflict.tsp_type = TSP_CONFLICT; 531 set_tsp_name(&conflict, hostname); 532 if (!acksend(&conflict, &masteraddr, mastername,
|
| timed.c | 448 struct tsp resp, conflict, *answer; local 468 * Various conditions can cause conflict: races between 525 * checking also not to send CONFLICT to ack'ed master 530 conflict.tsp_type = TSP_CONFLICT; 531 set_tsp_name(&conflict, hostname); 532 if (!acksend(&conflict, &masteraddr, mastername,
|
| timed.c | 448 struct tsp resp, conflict, *answer; local 468 * Various conditions can cause conflict: races between 525 * checking also not to send CONFLICT to ack'ed master 530 conflict.tsp_type = TSP_CONFLICT; 531 set_tsp_name(&conflict, hostname); 532 if (!acksend(&conflict, &masteraddr, mastername,
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssectool.c | 488 bool conflict = false; local 531 while (!ISC_LIST_EMPTY(matchkeys) && !conflict) { 541 conflict = true; 573 if (!conflict && !keykey) { 577 return conflict;
|
| dnssectool.c | 488 bool conflict = false; local 531 while (!ISC_LIST_EMPTY(matchkeys) && !conflict) { 541 conflict = true; 573 if (!conflict && !keykey) { 577 return conflict;
|