Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh96 if (*actual == 0) {
98 if (*actual != 0) {
102 (*actual)[n].nte_name = strings + len;
103 (*actual)[n].nte_type = source[n].nte_type;
104 (*actual)[n].nte_index = source[n].nte_index;
105 (*actual)[n].nte_link = source[n].nte_link;
110 return *actual;
119 _nc_build_alias(struct alias **actual,
124 if (*actual == 0) {
126 if (*actual != 0) {
[all …]
H A Dwrite_entry.c76 size_t actual; in write_file() local
83 actual = fwrite(buffer, sizeof(char), (size_t) offset, fp); in write_file()
84 if (actual != offset) { in write_file()
96 (unsigned long) actual); in write_file()
216 char actual[PATH_MAX]; in _nc_set_writedir() local
245 make_db_path(actual, destination, sizeof(actual)); in _nc_set_writedir()
248 || getcwd(actual, sizeof(actual)) == 0) in _nc_set_writedir()
251 _nc_keep_tic_dir(strdup(actual)); in _nc_set_writedir()
H A Dparse_entry.c72 unsigned actual; in _nc_extend_names() local
97 actual = NUM_EXT_NAMES(tp); in _nc_extend_names()
98 for (n = 0; n < actual; n++) { in _nc_extend_names()
168 actual = NUM_EXT_NAMES(tp); in _nc_extend_names()
169 TYPE_REALLOC(char *, actual, tp->ext_Names); in _nc_extend_names()
170 while (--actual > offset) in _nc_extend_names()
171 tp->ext_Names[actual] = tp->ext_Names[actual - 1]; in _nc_extend_names()
/dragonfly/contrib/lvm2/dist/test/
H A Dlvm-utils.sh95 local actual;
97 actual=$(vgs --noheadings -o $field $vg)
100 echo "check_vg_field_ VG=$vg, field=$field, actual=$actual, expected=$expected"
102 test $actual = $expected
110 local actual;
112 actual=$(pvs --noheadings -o $field $pv)
115 echo "check_pv_field_ PV=$pv, field=$field, actual=$actual, expected=$expected"
117 test $actual = $expected
125 local actual;
127 actual=$(lvs --noheadings -o $field $lv)
[all …]
H A Dt-000-basic.sh18 lvm pvmove --version|sed -n "1s/.*: *\([0-9][^ ]*\) .*/\1/p" > actual
21 diff -u actual expected
/dragonfly/lib/libncurses/include/
H A Dcomp_userdefs.c1137 _nc_build_names(struct user_table_entry **actual, in _nc_build_names() argument
1141 if (*actual == 0) { in _nc_build_names()
1142 *actual = typeCalloc(struct user_table_entry, USERTABSIZE); in _nc_build_names()
1143 if (*actual != 0) { in _nc_build_names()
1147 (*actual)[n].ute_name = strings + len; in _nc_build_names()
1148 (*actual)[n].ute_type = (int) source[n].ute_type; in _nc_build_names()
1149 (*actual)[n].ute_argc = source[n].ute_argc; in _nc_build_names()
1150 (*actual)[n].ute_args = source[n].ute_args; in _nc_build_names()
1151 (*actual)[n].ute_index = source[n].ute_index; in _nc_build_names()
1152 (*actual)[n].ute_link = source[n].ute_link; in _nc_build_names()
[all …]
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dwidechars.c70 wchar_t actual[2]; in _nc_mbtowc() local
71 memset(&actual, 0, sizeof(actual)); in _nc_mbtowc()
76 actual, in _nc_mbtowc()
78 TR(TRACE_BITS, ("\twin32 ->%#x, %#x", actual[0], actual[1])); in _nc_mbtowc()
79 *pwc = actual[0]; in _nc_mbtowc()
80 if (actual[1] != 0) in _nc_mbtowc()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dselftest-rtl.c44 rtx expected, rtx actual) in assert_rtx_eq_at() argument
46 if (rtx_equal_p (expected, actual)) in assert_rtx_eq_at()
55 print_rtl (stderr, actual); in assert_rtx_eq_at()
67 rtx expected, rtx actual) in assert_rtx_ptr_eq_at() argument
69 if (expected == actual) in assert_rtx_ptr_eq_at()
77 fprintf (stderr, "\n actual (at %p): ", (void *)actual); in assert_rtx_ptr_eq_at()
78 print_rtl (stderr, actual); in assert_rtx_ptr_eq_at()
H A Dlto-streamer.h998 lto_tag_check (enum LTO_tags actual, enum LTO_tags expected) in lto_tag_check() argument
1000 if (actual != expected) in lto_tag_check()
1002 lto_tag_name (expected), lto_tag_name (actual)); in lto_tag_check()
1007 lto_tag_check_range (enum LTO_tags actual, enum LTO_tags tag1, in lto_tag_check_range() argument
1010 if (actual < tag1 || actual > tag2) in lto_tag_check_range()
1013 lto_tag_name (actual), in lto_tag_check_range()
/dragonfly/tools/regression/bin/sh/expansion/
H A Dpathname4.09 actual="$*"
10 if [ "$actual" != "$expect" ]; then
12 printf '%s\n' "For $testcase, expected $expect actual $actual"
H A Dpathname6.013 actual="$*"
14 if [ "$actual" != "$expect" ]; then
16 printf '%s\n' "For $testcase, expected $expect actual $actual"
H A Dpathname2.013 actual="$*"
14 if [ "$actual" != "$expect" ]; then
16 printf '%s\n' "For $testcase, expected $expect actual $actual"
H A Dpathname1.013 actual="$*"
14 if [ "$actual" != "$expect" ]; then
16 printf '%s\n' "For $testcase, expected $expect actual $actual"
/dragonfly/contrib/binutils-2.34/gas/
H A Dmacro.c477 sb_new (&formal->actual); in new_formal()
488 sb_kill (&formal->actual); in del_formal()
760 if (ptr->actual.len) in sub_actual()
986 if (ptr->actual.len) in macro_expand_body()
1038 sb_reset (&f->actual); in macro_expand()
1110 if (ptr->actual.len) in macro_expand()
1115 sb_reset (&ptr->actual); in macro_expand()
1160 if (f->actual.len > 0) in macro_expand()
1327 sb_new (&f.actual); in expand_irp()
1380 sb_reset (&f.actual); in expand_irp()
[all …]
/dragonfly/contrib/binutils-2.27/gas/
H A Dmacro.c478 sb_new (&formal->actual); in new_formal()
489 sb_kill (&formal->actual); in del_formal()
761 if (ptr->actual.len) in sub_actual()
987 if (ptr->actual.len) in macro_expand_body()
1039 sb_reset (&f->actual); in macro_expand()
1111 if (ptr->actual.len) in macro_expand()
1116 sb_reset (&ptr->actual); in macro_expand()
1161 if (f->actual.len > 0) in macro_expand()
1328 sb_new (&f.actual); in expand_irp()
1381 sb_reset (&f.actual); in expand_irp()
[all …]
/dragonfly/sys/dev/acpica/
H A Dacpi_quirk.c71 static int aq_strcmp(char *actual, char *possible);
101 aq_strcmp(char *actual, char *possible) in aq_strcmp() argument
103 if (actual == NULL || possible == NULL) in aq_strcmp()
105 return (strncmp(actual, possible, strlen(possible)) == 0); in aq_strcmp()
/dragonfly/contrib/dialog/
H A Ddlg_keys.c593 #define MAP2(letter,actual) { letter, actual } argument
597 int actual; member
748 result = escaped_letters[n].actual; in decode_escaped()
763 if (value == escaped_letters[n].actual) { in encode_escaped()
944 int actual; in dump_one_binding() local
951 actual = dlg_lookup_key(win, actual_curses_key(binding), &fkey); in dump_one_binding()
953 if (is_DLGK_MOUSE(actual_curses_key(binding)) && is_DLGK_MOUSE(actual)) { in dump_one_binding()
957 if (actual != binding->dialog_key) { in dump_one_binding()
959 dump_dialog_key(fp, actual); in dump_one_binding()
H A Dtextbox.c82 long actual = lseek_obj(obj, offset, SEEK_SET); in lseek_set() local
84 if (actual != offset) { in lseek_set()
86 offset, actual); in lseek_set()
93 long actual = lseek_obj(obj, offset, SEEK_END); in lseek_end() local
95 if (offset == 0L && actual > offset) { in lseek_end()
96 obj->file_size = actual; in lseek_end()
103 long actual = lseek_obj(obj, offset, SEEK_CUR); in lseek_cur() local
105 if (actual != offset) { in lseek_cur()
106 DLG_TRACE(("# Lseek returned %ld, expected %ld\n", actual, offset)); in lseek_cur()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dlto-streamer.h972 lto_tag_check (enum LTO_tags actual, enum LTO_tags expected) in lto_tag_check() argument
974 if (actual != expected) in lto_tag_check()
976 lto_tag_name (expected), lto_tag_name (actual)); in lto_tag_check()
981 lto_tag_check_range (enum LTO_tags actual, enum LTO_tags tag1, in lto_tag_check_range() argument
984 if (actual < tag1 || actual > tag2) in lto_tag_check_range()
987 lto_tag_name (actual), in lto_tag_check_range()
/dragonfly/tools/regression/lib/libm/
H A Dtest-next.c231 _testl(const char *exp, int line, long double actual, long double expected, in _testl() argument
237 if (actual != expected && !(isnan(actual) && isnan(expected))) { in _testl()
239 line, exp, actual, expected); in _testl()
/dragonfly/contrib/gdb-7/gdb/
H A Dobserver.sh106 ' $texi | while read event formal actual
142 notify_args=`echo ${actual} | sed -e 's/\([a-z0-9_][a-z0-9_]*\)/args->\1/g'`
174 `echo ${actual} | sed -e 's/\([a-z0-9_][a-z0-9_]*\)/args.\1 = \1/g'`;
/dragonfly/usr.bin/dfregress/
H A DNOTES37 the actual result value (TIMEOUT, SIGNALLED, FAIL)
47 4) run actual testcase, depending on type
52 user (depending on the runas option), set the result to the actual
/dragonfly/contrib/ncurses/progs/
H A Dtic.c1911 int actual = 0; in check_params() local
1936 if (n > actual) in check_params()
1937 actual = n; in check_params()
1948 if (check != actual && (check >= 0 && actual >= 0)) { in check_params()
1950 name, actual, check); in check_params()
1953 name, actual); in check_params()
1955 expected = actual; in check_params()
1968 actual, expected); in check_params()
1980 if (actual >= 0) { in check_params()
2878 name_of_type(actual), in check_user_capability_type()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Dintel_cdclk.c1866 intel_state->cdclk.actual.cdclk = cdclk; in vlv_modeset_calc_cdclk()
1868 intel_state->cdclk.actual = in vlv_modeset_calc_cdclk()
1895 intel_state->cdclk.actual.cdclk = cdclk; in bdw_modeset_calc_cdclk()
1897 intel_state->cdclk.actual = in bdw_modeset_calc_cdclk()
1930 intel_state->cdclk.actual.vco = vco; in skl_modeset_calc_cdclk()
1931 intel_state->cdclk.actual.cdclk = cdclk; in skl_modeset_calc_cdclk()
1933 intel_state->cdclk.actual = in skl_modeset_calc_cdclk()
1970 intel_state->cdclk.actual.vco = vco; in bxt_modeset_calc_cdclk()
1973 intel_state->cdclk.actual = in bxt_modeset_calc_cdclk()
2000 intel_state->cdclk.actual.vco = vco; in cnl_modeset_calc_cdclk()
[all …]
/dragonfly/contrib/tcsh-6/nls/spanish/
H A Dset312 10 Borra la pantalla y coloca la línea actual al comienzo
39 37 Busca hacia atrás en el historial una línea que comience igual que la actual
40 38 Busca hacia delante una línea que comience igual que la actual
62 60 Busca ayuda sobre el comando actual
115 113 Ejecutar `which' para el comando actual

1234567891011