Searched refs:choice (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c450 const char *choice;
466 choice = dbconfig_options[i].active;
468 choice = dbconfig_options[i].inactive;
470 SVN_ERR(svn_io_file_write_full(dbconfig_file, choice, strlen(choice),
446 const char *choice; local
/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.c1944 struct datalink *dl, *choice, *otherlinkup; local
1946 choice = otherlinkup = NULL;
1951 if (choice)
1952 otherlinkup = choice;
1953 choice = dl;
1957 choice = dl;
1962 choice = NULL;
1968 if (choice) {
1971 percent, choice->name);
1972 datalink_Up(choice,
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c1173 * If the callback responds with a choice of 'base', 'theirs', 'mine',
1356 switch (result->choice)
1606 svn_wc_conflict_choice_t choice,
1642 if (choice == svn_wc_conflict_choose_postpone)
1645 switch (choice)
1675 = choice == svn_wc_conflict_choose_theirs_conflict
1721 SVN_ERR_ASSERT(choice == svn_wc_conflict_choose_postpone);
2031 conflict_skel, result->choice,
2038 if (result->choice != svn_wc_conflict_choose_postpone)
2076 if (result->choice !
1600 build_text_conflict_resolve_items(svn_skel_t **work_items, svn_boolean_t *found_artifact, svn_wc__db_t *db, const char *local_abspath, const svn_skel_t *conflict, svn_wc_conflict_choice_t choice, const char *merged_file, svn_boolean_t save_merged, const apr_array_header_t *merge_options, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3380 svn_wc_create_conflict_result(svn_wc_conflict_choice_t choice, const char *merged_file, apr_pool_t *pool) argument
3396 svn_wc__conflict_text_mark_resolved(svn_wc_context_t *wc_ctx, const char *local_abspath, svn_wc_conflict_choice_t choice, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
3442 svn_wc__conflict_prop_mark_resolved(svn_wc_context_t *wc_ctx, const char *local_abspath, const char *propname, svn_wc_conflict_choice_t choice, const svn_string_t *merged_value, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_et.c262 SYSCTL_PROC(_kern_eventtimer, OID_AUTO, choice,
H A Dkern_tc.c1565 SYSCTL_PROC(_kern_timecounter, OID_AUTO, choice, CTLTYPE_STRING | CTLFLAG_RD,
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h1813 svn_wc_conflict_choice_t choice,
1833 svn_wc_conflict_choice_t choice,
/freebsd-11-stable/contrib/ipfilter/
H A Dradix_ipf.c1472 int choice; local
1484 choice = rand() % (nitems - 1);
1486 if (order[j] == choice)
1489 order[i] = choice;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c1472 int choice; local
1484 choice = rand() % (nitems - 1);
1486 if (order[j] == choice)
1489 order[i] = choice;
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c117 uint16_t choice; member in struct:lzma_len_dec
625 if (!rc_bit(&s->rc, &l->choice)) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c2669 "overload-choice");
2688 + A choice of 0 means to cancel the selection, throwing an error.
2689 + If IS_ALL_CHOICE, a choice of 1 selects the entire set 0 .. N_CHOICES-1.
2717 error_no_arg ("one or more choice numbers");
2726 int choice, j;
2731 error_no_arg ("one or more choice numbers");
2735 choice = strtol (args, &args2, 10);
2736 if (args == args2 || choice < 0
2737 || choice > n_choices + first_choice - 1)
2738 error ("Argument must be choice numbe
2721 int choice, j; local
[all...]
H A Dgdbarch.sh1386 choice). */
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1919 int choice; local
1959 if( Tcl_GetIndexFromObj(interp, objv[1], DB_strs, "option", 0, &choice) ){
1963 switch( (enum DB_enum)choice ){
2730 if( choice==DB_ONECOLUMN ){
3586 if( choice==DB_WAL_HOOK ) ppHook = &pDb->pWalHook;
3587 if( choice==DB_UPDATE_HOOK ) ppHook = &pDb->pUpdateHook;
3588 if( choice==DB_ROLLBACK_HOOK ) ppHook = &pDb->pRollbackHook;
/freebsd-11-stable/crypto/openssl/
H A Dconfig36 -d Add a debug- prefix to machine choice.
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1384 uint32_t choice = (exceptionTableData & 0x0f000000) >> 24; local
1386 switch (choice) {
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h1609 * returning a choice of #svn_wc_conflict_choose_merged. To return
2172 choice is made yet.
2210 /** A choice to either delay the conflict resolution or select a
2212 svn_wc_conflict_choice_t choice;
2216 conflict. libsvn_wc accepts this file if (and only if) @c choice
2240 * Set the @c choice field of the structure to @a choice, @c merged_file
2248 svn_wc_create_conflict_result(svn_wc_conflict_choice_t choice,
2209 svn_wc_conflict_choice_t choice; member in struct:svn_wc_conflict_result_t
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c3853 /* force choice to be the non-NaN operand */
3892 const decNumber *choice; local
3933 choice = (result > 0 ? lhs : rhs); /* choose */
3935 decCopyFit (res, choice, set, &residue, status);

Completed in 457 milliseconds

12