Searched refs:winner (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/usr.bin/caesar/
H A Dcaesar.c83 int obs[26], try, winner; local
118 for (try = winner = 0; try < 26; ++try) { /* += 13) { */
126 /* got a new winner! */
127 winner = try;
135 putchar(ROTATE(ch, winner));
/freebsd-11-stable/usr.sbin/ypbind/
H A Dyp_ping.c221 int winner = -1; local
288 /* Got a winner -- look him up. */
292 winner = i;
307 return(winner);
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c253 ng_hci_unit_con_p con = NULL, winner = NULL; local
260 winner = NULL;
277 winner = con;
282 if (winner == NULL)
286 * OK, we have a winner now send as much packets as we can
288 * winner connection queue.
292 NG_BT_ITEMQ_DEQUEUE(&winner->conq, item);
299 winner->con_handle, NGI_M(item)->m_pkthdr.len);
327 winner->con_handle, error);
331 winner
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dcvt.c1088 tree winner = NULL_TREE;
1155 if (winner && winner == cand)
1195 if (winner)
1202 winner, cand);
1207 winner = cand;
1211 if (winner)
1213 tree type = non_reference (TREE_TYPE (TREE_TYPE (winner)));
1086 tree winner = NULL_TREE; local
H A Dcall.c6082 add_warning (struct z_candidate *winner, struct z_candidate *loser) argument
6087 cw->next = winner->warnings;
6088 winner->warnings = cw;
6101 int winner = 0; local
6189 if (winner && comp != winner)
6191 winner = 0;
6194 winner = comp;
6201 if (winner && warn_conversion && cand1->second_conv
6203 && winner !
[all...]
H A Dpt.c11257 int winner = 0;
11271 --winner;
11277 ++winner;
11280 return winner;
11255 int winner = 0; local
/freebsd-11-stable/contrib/one-true-awk/
H A Dawk.h142 extern Node *winner;
H A Dmain.c183 run(winner);
H A Dawkgram.y99 winner = (Node *)stat3(PROGRAM, beginloc, $1, endloc); }
H A Drun.c74 Node *winner = NULL; /* root of parse tree */ variable
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_micro.c386 zap_t *winner; local
404 winner = NULL; /* No actual winner here... */
417 winner = dmu_buf_set_user(db, &zap->zap_dbu);
419 if (winner != NULL)
478 return (winner);
H A Dzap.c455 zap_leaf_t *winner = dmu_buf_set_user(db, &l->l_dbu); local
458 if (winner != NULL) {
461 l = winner;
H A Dsa.c1375 sa_handle_t *winner = NULL; local
1392 winner = dmu_buf_set_user_ie(db, &handle->sa_dbu);
1395 if (winner != NULL) {
1397 handle = winner;
H A Ddsl_dir.c189 dsl_dir_t *winner; local
251 winner = dmu_buf_set_user_ie(dbuf, &dd->dd_dbu);
252 if (winner != NULL) {
258 dd = winner;
H A Ddnode.c1140 dnode_children_t *winner; local
1150 winner = dmu_buf_set_user(&db->db, &children_dnodes->dnc_dbu);
1151 if (winner != NULL) {
1159 children_dnodes = winner;
H A Ddsl_dataset.c467 dsl_dataset_t *winner = NULL; local
566 winner = dmu_buf_set_user_ie(dbuf, &ds->ds_dbu);
568 if (err != 0 || winner != NULL) {
585 ds = winner;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c4130 endpt * winner; local
4135 winner = NULL;
4144 if (NULL == winner ||
4147 winner = ep;
4150 if (NULL == winner)
4155 stoa(addr), stoa(&winner->sin)));
4157 return winner;
4328 * ...it is the winner unless we're looking for
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c2664 static const bfd_target *winner;
2687 /* If we have not found a potential winner yet, then record this one. */
2688 if (winner == NULL)
2690 winner = target;
2697 > name_compare (winner->name, original->name))
2698 winner = target;
2803 if (winner == NULL)
2807 output_target = winner->name;
2662 static const bfd_target *winner; variable
/freebsd-11-stable/contrib/gcc/
H A Dreorg.c2636 goto winner;
2663 winner:
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S649 je ff.match # We have a winner!

Completed in 333 milliseconds