Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 1223) sorted by path

12345678910>>...49

/freebsd/
H A DRELNOTES59 from usb.ids when available, similarly to what pciconf(8) does.
H A DUPDATING6 basically know what you are doing. If not, then please consult the FreeBSD
/freebsd/bin/freebsd-version/
H A Dfreebsd-version.sh.in69 what -qs "$kernfile" | sed -n "s/$KERNEL_RE/\\1/p"
/freebsd/bin/ps/
H A Dps.c174 int prtheader, wflag, what, xkeep, xkeep_implied; in main() local
499 what = showthreads != 0 ? KERN_PROC_ALL : KERN_PROC_PROC; in main()
503 what = KERN_PROC_RGID | showthreads; in main()
507 what = KERN_PROC_PGRP | showthreads; in main()
511 what = KERN_PROC_PID | showthreads; in main()
515 what = KERN_PROC_RUID | showthreads; in main()
519 what = KERN_PROC_SESSION | showthreads; in main()
523 what = KERN_PROC_TTY | showthreads; in main()
527 what = KERN_PROC_UID | showthreads; in main()
537 kp = kvm_getprocs(kd, what, flag, &nentries); in main()
/freebsd/bin/sh/
H A DTOUR264 signal figures out what action should be taken when a signal is
H A Dmiscbltin.c518 int optc, what; in ulimitcmd() local
521 what = 'f'; in ulimitcmd()
534 what = optc; in ulimitcmd()
537 for (l = limits; l->name && l->option != what; l++) in ulimitcmd()
540 error("internal error (%c)", what); in ulimitcmd()
/freebsd/bin/sh/tests/builtins/
H A Dcase20.02 # Shells do not agree about what this pattern should match, but it is
/freebsd/bin/sh/tests/expansion/
H A Dtrim9.03 # This just serves to keep working what currently works.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c81 args->what.name = "giant-skunk"; in lookup_arginit()
82 args->what.dir.data.data_len = rootfh->fhandle3_len; in lookup_arginit()
83 args->what.dir.data.data_val = rootfh->fhandle3_val; in lookup_arginit()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh44 trace(what->field); printf("\n"); }
47 BEGIN { errmsg = ""; trace(what->field); \
51 BEGIN { errmsg = ""; printf("field: "); trace(what->field); printf("\n"); }
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c590 predicate_add(char **pred, char *what, char *cmp, uintptr_t value) in predicate_add() argument
595 if (what == NULL) in predicate_add()
604 newlen = len + strlen(what) + 32 + strlen("( && )"); in predicate_add()
610 *pred, what, cmp, (void *)value); in predicate_add()
612 (void) sprintf(new, "(%s) && (%s)", *pred, what); in predicate_add()
617 what, cmp, (void *)value); in predicate_add()
619 (void) sprintf(new, "%s", what); in predicate_add()
635 filter_add(char **filt, char *what, uintptr_t base, size_t size) in filter_add() argument
647 " || " : "", what, (void *)base, what, (void *)(base + size)); in filter_add()
650 " || " : "", what, (void *)base, what, (void *)(base + size)); in filter_add()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c314 dtrace_dropkind_t what, uint64_t howmany) in dt_handle_cpudrop() argument
321 assert(what == DTRACEDROP_PRINCIPAL || what == DTRACEDROP_AGGREGATION); in dt_handle_cpudrop()
326 drop.dtdda_kind = what; in dt_handle_cpudrop()
331 (void) snprintf(str, sizeof (str), "[%s] ", dt_droptag(what)); in dt_handle_cpudrop()
341 what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ", in dt_handle_cpudrop()
/freebsd/contrib/atf/
H A DNEWS102 backwards compatibility between the ATF libraries and what the old tools
171 providing a mechanism to pre-specify what the results should be.
344 the first place to impose more control on what test cases can do, it
/freebsd/contrib/atf/atf-c++/detail/
H A Dapplication.cpp78 impl::usage_error::what(void) in what() function in impl::usage_error
233 std::cerr << m_prog_name << ": ERROR: " << e.what() << "\n"; in run()
238 std::cerr << m_prog_name << ": ERROR: " << e.what() << "\n"; in run()
242 << e.what() << "\n"; in run()
H A Dapplication.hpp48 const char* what(void) const throw();
H A Dexceptions.cpp69 atf::system_error::what(void) in what() function in atf::system_error
75 m_message = std::string(std::runtime_error::what()) + ": "; in what()
H A Dexceptions.hpp47 const char* what(void) const throw();
H A Dexceptions_test.cpp94 ATF_REQUIRE(std::string(e.what()).find("System error 1") != in ATF_TEST_CASE_BODY()
97 ATF_FAIL(std::string("Got unexpected exception: ") + e.what()); in ATF_TEST_CASE_BODY()
113 ATF_FAIL(std::string("Got unexpected exception: ") + e.what()); in ATF_TEST_CASE_BODY()
128 const std::string msg = e.what(); in ATF_TEST_CASE_BODY()
131 ATF_FAIL(std::string("Got unexpected exception: ") + e.what()); in ATF_TEST_CASE_BODY()
/freebsd/contrib/atf/atf-c++/
H A Dmacros.hpp149 << atfu_e.what(); \
169 if (!atf::tests::detail::match(regexp, e.what())) { \
173 << e.what() << "), but does not match '" << regexp \
181 << atfu_e.what(); \
H A Dmacros_test.cpp565 const char *what; in ATF_TEST_CASE_BODY() member
578 for (t = &tests[0]; t->what != NULL; t++) { in ATF_TEST_CASE_BODY()
580 config["what"] = t->what; in ATF_TEST_CASE_BODY()
614 const char *what; in ATF_TEST_CASE_BODY() member
630 for (t = &tests[0]; t->what != NULL; t++) { in ATF_TEST_CASE_BODY()
632 config["what"] = t->what; in ATF_TEST_CASE_BODY()
666 const char *what; in ATF_TEST_CASE_BODY() member
681 for (t = &tests[0]; t->what != NULL; t++) { in ATF_TEST_CASE_BODY()
683 config["what"] = t->what; in ATF_TEST_CASE_BODY()
714 const char *what; in ATF_TEST_CASE_BODY() member
[all …]
H A Dtests.cpp654 << Program_Name << ": ERROR: " << e.what() << '\n' in run_tp()
/freebsd/contrib/bc/
H A DMEMORY_BUGS.md6 I made this list for two reasons: first, so users can know what versions of
H A DNEWS.md977 exactly what guarantees the PRNG provides. The underlying implementation is not
1189 wrong simply because that's not what my `bc` did. I saw it again later and had a
H A DREADME.md324 * It has a much less buggy parser. The GNU `bc` will give parse errors for what
399 To see what algorithms this `bc` uses, see the [algorithms manual][7].
/freebsd/contrib/bc/gen/
H A Ddc_help.txt49 1) When printing a byte stream (command "P"), this bc follows what the FreeBSD

12345678910>>...49