HomeSort by: relevance | last modified time | path
    Searched refs:expert (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/mmcformat/
mmcformat.c 680 "-X format expert format selector form 'fmt:blks:param' with -c\n"
700 int expert; local
724 expert = 0;
771 /* TODO parse expert mode string */
773 expert = 1;
795 !expert && !inquiry && !display_usage) {
801 if (format + grow_session + grow_spare + expert > 1) {
893 /* expert format section */
894 if (expert) {
  /src/
build.sh 1172 -E Set "expert" mode; disables various safety checks.
1173 Should not be used without expert knowledge of the build
1638 # if expert mode is not in effect.
2104 bomb "DESTDIR must != / for non -E (expert) builds"
2106 statusmsg "WARNING: Building to /, in expert mode."
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
add_n.asm 51 C This code was written in cooperation with ev6 pipeline expert Steve Root.
aorsmul_1.asm 44 dnl This code was written in cooperation with ev6 pipeline expert Steve Root.
sub_n.asm 51 C This code was written in cooperation with ev6 pipeline expert Steve Root.
mul_1.asm 42 C This code was written in close cooperation with ev6 pipeline expert
  /src/external/public-domain/sqlite/dist/
shell.c 6 ** ext/expert/sqlite3expert.c
7 ** ext/expert/sqlite3expert.h
14557 /************************* Begin ext/expert/sqlite3expert.h ******************/
14727 /************************* End ext/expert/sqlite3expert.h ********************/
14728 /************************* Begin ext/expert/sqlite3expert.c ******************/
15396 return sqlite3_create_module(p->dbv, "expert", &expertModule, (void*)p);
16240 "CREATE VIRTUAL TABLE %Q USING expert(%Q)", zName, zInner
16633 ** This pretense allows expert to accept SQL using custom collations.
16653 ** dummy functions for no-op implementation of UDFs during expert's work
16966 /************************* End ext/expert/sqlite3expert.c ********************
23700 ExpertInfo expert; \/* Valid if previous command was ".expert OPT..." *\/ member in struct:ShellState
    [all...]

Completed in 49 milliseconds