Searched refs:exp (Results 1 - 25 of 575) sorted by path

1234567891011>>

/freebsd-11-stable/bin/csh/
H A DMakefile24 sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
/freebsd-11-stable/bin/ps/
H A Dprint.c636 (1.0 - exp(k->ki_p->ki_swtime * log(fxtofl(ccpu)))));
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc769 } catch (const ParseException &exp) {
771 exp.Log();
H A Dvdev.cc139 } catch (const ZfsdException &exp) {
H A Dzfsd.cc144 } catch (const DevdCtl::Exception &exp) {
145 exp.Log();
H A Dzfsd_event.cc211 } catch (ZfsdException &exp) {
217 exp.GetString().insert(0, context);
218 exp.Log();
243 } catch (ZfsdException &exp) {
246 exp.GetString().insert(0, context);
247 exp.Log();
/freebsd-11-stable/contrib/amd/fixmount/
H A Dfixmount.c266 exports exp; local
425 exp = mntexports;
426 while (exp) {
427 printf("%-35s", exp->ex_dir);
428 grp = exp->ex_groups;
438 exp = exp->ex_next;
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests_test.cpp65 const std::string& exp)
67 if (str != exp) {
73 print_indented(exp);
64 check_equal(const atf::tests::tc& tc, const std::string& str, const std::string& exp) argument
/freebsd-11-stable/contrib/atf/atf-c/
H A Dbuild_test.c114 const char *const exp[] = { NULL }; local
117 ATF_CHECK(equal_arrays(exp, actual));
121 const char *const exp[] = { NULL }; local
124 ATF_CHECK(!equal_arrays(exp, actual));
129 const char *const exp[] = { "foo", NULL }; local
132 ATF_CHECK(!equal_arrays(exp, actual));
136 const char *const exp[] = { "foo", NULL }; local
139 ATF_CHECK(equal_arrays(exp, actual));
H A Dcheck_test.c86 check_line(int fd, const char *exp) argument
90 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dprocess_test.c878 check_line(int fd, const char *exp) argument
882 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp);
H A Dtext_test.c41 #define REQUIRE_ERROR(exp) \
43 atf_error_t err = exp; \
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check_test.sh239 echo foo >exp
240 cmp -s out exp || atf_fail "Saved output does not match expected results"
336 echo foo >exp
337 cmp -s out exp || atf_fail "Saved output does not match expected results"
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure6837 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
6839 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
6959 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7159 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7161 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7207 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7209 if diff conftest.exp conftest.er2 >/dev/null; then
7265 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7267 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7320 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.am171 check-DEJAGNU: site.exp
365 DISTCLEANFILES = sysroff.c sysroff.h site.exp site.bak
H A DMakefile.in516 DISTCLEANFILES = sysroff.c sysroff.h site.exp site.bak
835 site.exp: Makefile
836 @echo 'Making a new site.exp file...'
849 @test ! -f site.exp || \
850 sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
852 @test ! -f site.exp || mv site.exp site.bak
853 @mv site.tmp site.exp
856 -rm -f site.exp site.bak
1010 check-DEJAGNU: site.exp
[all...]
H A Dconfigure6668 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
6670 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
6790 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
6990 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
6992 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7038 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7040 if diff conftest.exp conftest.er2 >/dev/null; then
7096 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7098 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7151 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
[all...]
H A Ddlltool.c66 Puts <string> into output .exp file in the .rdata section
91 The .exp.s file contains the information necessary to export
165 dlltool --def thedll.def --output-exp thedll.o --output-lib thedll.a
193 dlltool --def thedll.def --base-file themain.base --output-exp thedll.exp
197 ld -o thedll.dll thedll.exp file1.o file2.o */
1562 export_type *exp; local
1567 for (i = 0, exp = d_exports; exp; i++, exp
1624 export_type *exp; local
1809 export_type *exp; local
2222 make_one_lib_file(export_type *exp, int i) argument
2797 export_type *exp; local
3090 export_type *exp; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am528 check-DEJAGNU: site.exp
534 rm -f testsuite/site.exp
535 cp site.exp testsuite/site.exp
689 testsuite/site.exp site.bak site.exp stage stage1 stage2
H A DMakefile.in762 testsuite/site.exp site.bak site.exp stage stage1 stage2
2370 site.exp: Makefile
2371 @echo 'Making a new site.exp file...'
2384 @test ! -f site.exp || \
2385 sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
2387 @test ! -f site.exp || mv site.exp site.bak
2388 @mv site.tmp site.exp
2391 -rm -f site.exp sit
[all...]
H A Dcgen.c86 expressionS exp; member in struct:fixup
114 fixups[num_fixups].exp = *expP;
292 gas_cgen_record_fixup_exp (frag, where, insn, length, operand, opinfo, exp)
299 expressionS * exp;
305 fixP = fix_new_exp (frag, where, length / 8, exp,
373 expressionS exp; local
404 expression (&exp);
412 opinfo_1 = TC_CGEN_PARSE_FIX_EXP (opinfo_1, & exp);
417 switch (exp.X_op)
430 *valueP = exp
594 expressionS *exp; local
783 weak_operand_overflow_check(const expressionS * exp, const CGEN_OPERAND * operand) argument
829 make_right_shifted_expr(expressionS * exp, const int amount, const int signed_p) argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c978 expressionS exp;
980 exp.X_op = O_symbol;
981 exp.X_add_symbol = symbol_find_or_make (symbol_name);
982 exp.X_op_symbol = NULL;
983 exp.X_add_number = 0;
984 symbol_set_value_expression (def_symbol_in_progress, &exp);
1496 unsigned int exp;
1518 exp = 0;
1526 exp = get_absolute_expression ();
1608 sec = subseg_new (name, (subsegT) exp);
974 expressionS exp; local
1492 unsigned int exp; local
[all...]
H A Dobj-elf.c1482 expressionS exp; local
1497 expression (&exp);
1498 if (exp.X_op == O_absent)
1501 exp.X_op = O_constant;
1502 exp.X_add_number = 0;
1507 if (exp.X_op == O_constant)
1509 S_SET_SIZE (sym, exp.X_add_number);
1519 *symbol_get_obj (sym)->size = exp;
H A Dtc-alpha.c76 expressionS exp;
1184 const expressionS *exp,
1189 offsetT addend = exp->X_add_number;
1194 switch (exp->X_op)
1207 lit = add_to_literal_pool (exp->X_add_symbol, addend,
1212 lit = add_to_literal_pool (exp->X_add_symbol, 0,
1263 newtok[1] = *exp;
1267 set_tok_sym (newtok[1], exp->X_add_symbol, 0);
1282 if (exp->X_add_symbol == alpha_evax_proc.symbol)
1305 exp
75 expressionS exp; member in struct:alpha_fixup
1176 load_expression(int targreg, const expressionS *exp, int *pbasereg, expressionS *poffset) argument
3508 expressionS *exp = xmalloc (sizeof (expressionS)); local
3987 expressionS exp; local
4131 expressionS exp; local
4165 expressionS exp; local
4190 expressionS exp; local
4602 alpha_print_token(FILE *f, const expressionS *exp) argument
[all...]
H A Dtc-arc.c79 /* Chars that can be used to separate mant from exp in floating point nums. */
321 expressionS exp;
352 expressionS *exp,
360 if (exp->X_op == O_right_shift
361 && exp->X_op_symbol != NULL
362 && exp->X_op_symbol->sy_value.X_op == O_constant
363 && exp->X_op_symbol->sy_value.X_add_number == 2
364 && exp->X_add_number == 0)
366 if (exp->X_add_symbol != NULL
367 && (exp
319 expressionS exp; member in struct:arc_fixup
348 get_arc_exp_reloc_type(int data_p, int default_type, expressionS *exp, expressionS *expnew) argument
1204 arc_parse_cons_expression(expressionS *exp, unsigned int nbytes ATTRIBUTE_UNUSED) argument
1227 arc_cons_fix_new(fragS *frag, int where, int nbytes, expressionS *exp) argument
1683 expressionS exp; local
[all...]

Completed in 245 milliseconds

1234567891011>>