| /mirbsd/src/sbin/iopctl/ |
| D | iopctl.c | 66 int show(const char *, const char *, ...); 174 show(const char *hdr, const char *fmt, ...) in show() function 273 show("lct entry", "%d", i); in showlct() 274 show("entry size", "%d bytes", letoh16(ent->entrysize) << 2); in showlct() 275 show("local tid", "%d", letoh16(ent->localtid) & 4095); in showlct() 276 show("change indicator", "%d", letoh32(ent->changeindicator)); in showlct() 277 show("flags", "%x", letoh32(ent->deviceflags)); in showlct() 278 show("class id", "%x (%s)", classid & 4095, in showlct() 280 show("version", "%x", (classid >> 12) & 15); in showlct() 281 show("organisation id", "%x", classid >> 16); in showlct() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/I18N/LangTags/t/ |
| D | 80_all_env.t | 22 sub show { 45 ok show( scalar I18N::LangTags::Detect::detect()), "eu-mt"; 46 ok show( j I18N::LangTags::Detect::detect()), q{["eu-mt"]}; 56 ok show( scalar I18N::LangTags::Detect::detect()), "eu-mt"; 57 ok show( j I18N::LangTags::Detect::detect()), q{["eu-mt"]}; 66 ok show( scalar I18N::LangTags::Detect::detect()), "eu-mt"; 67 ok show( j I18N::LangTags::Detect::detect()), q{["eu-mt"]}; 77 ok show( scalar I18N::LangTags::Detect::detect()), "eu-mt"; 78 ok show( j I18N::LangTags::Detect::detect()), q{["eu-mt"]}; 89 ok show( scalar I18N::LangTags::Detect::detect()), "eu-mt"; [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ada-typeprint.c | 364 print_array_type (struct type *type, struct ui_file *stream, int show, in print_array_type() argument 374 if (show < 0) in print_array_type() 432 show == 0 ? 0 : show - 1, level + 1); in print_array_type() 519 int show, int level) in print_variant_clauses() argument 545 outer_type, stream, show, level + 4) <= 0) in print_variant_clauses() 560 struct ui_file *stream, int show, int level) in print_variant_part() argument 565 print_variant_clauses (type, field_num, outer_type, stream, show, in print_variant_part() 581 struct ui_file *stream, int show, int level) in print_record_field_types() argument 599 stream, show, level); in print_record_field_types() 602 print_variant_part (type, i, outer_type, stream, show, level); in print_record_field_types() [all …]
|
| D | c-typeprint.c | 63 int show, int level) in c_print_type() argument 69 if (show > 0) in c_print_type() 72 c_type_print_base (type, stream, show, level); in c_print_type() 78 ((show > 0 || TYPE_NAME (type) == 0) in c_print_type() 87 c_type_print_varspec_prefix (type, stream, show, 0, need_post_space); in c_print_type() 97 c_type_print_varspec_suffix (type, stream, show, 0, demangled_args); in c_print_type() 202 int show, int passed_a_ptr, int need_post_space) in c_type_print_varspec_prefix() argument 208 if (TYPE_NAME (type) && show <= 0) in c_type_print_varspec_prefix() 216 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 1, 1); in c_type_print_varspec_prefix() 224 c_type_print_varspec_prefix (TYPE_TARGET_TYPE (type), stream, show, 0, 0); in c_type_print_varspec_prefix() [all …]
|
| D | jv-typeprint.c | 36 struct ui_file *stream, int show, 86 java_type_print_base (struct type *type, struct ui_file *stream, int show, in java_type_print_base() argument 106 if (show <= 0 in java_type_print_base() 118 java_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level); in java_type_print_base() 130 if (show >= 0) in java_type_print_base() 136 if (show > 0) in java_type_print_base() 142 if (show < 0) in java_type_print_base() 148 else if (show > 0 || TYPE_TAG_NAME (type) == NULL) in java_type_print_base() 194 stream, show - 1, level + 4); in java_type_print_base() 315 c_type_print_base (type, stream, show, level); in java_type_print_base() [all …]
|
| D | p-typeprint.c | 51 int show, int level) in pascal_print_type() argument 58 if (show > 0) in pascal_print_type() 64 pascal_type_print_varspec_prefix (type, stream, show, 0); in pascal_print_type() 79 pascal_type_print_varspec_prefix (type, stream, show, 0); in pascal_print_type() 82 pascal_type_print_base (type, stream, show, level); in pascal_print_type() 87 pascal_type_print_varspec_suffix (type, stream, show, 0, demangled_args); in pascal_print_type() 192 int show, int passed_a_ptr) in pascal_type_print_varspec_prefix() argument 198 if (TYPE_NAME (type) && show <= 0) in pascal_type_print_varspec_prefix() 337 int show, int passed_a_ptr, in pascal_type_print_varspec_suffix() argument 343 if (TYPE_NAME (type) && show <= 0) in pascal_type_print_varspec_suffix() [all …]
|
| D | f-typeprint.c | 60 int show, int level) in f_print_type() argument 65 f_type_print_base (type, stream, show, level); in f_print_type() 71 ((show > 0 || TYPE_NAME (type) == 0) in f_print_type() 79 f_type_print_varspec_prefix (type, stream, show, 0); in f_print_type() 87 f_type_print_varspec_suffix (type, stream, show, 0, demangled_args); in f_print_type() 100 int show, int passed_a_ptr) in f_type_print_varspec_prefix() argument 105 if (TYPE_NAME (type) && show <= 0) in f_type_print_varspec_prefix() 158 int show, int passed_a_ptr, int demangled_args) in f_type_print_varspec_suffix() argument 168 if (TYPE_NAME (type) && show <= 0) in f_type_print_varspec_suffix() 288 f_type_print_base (struct type *type, struct ui_file *stream, int show, in f_type_print_base() argument [all …]
|
| D | m2-typeprint.c | 35 int show, int level) in m2_print_type() argument 40 c_print_type (type, varstring, stream, show, level); /* FIXME */ in m2_print_type()
|
| D | typeprint.c | 107 int show) in type_print() argument 109 LA_PRINT_TYPE (type, varstring, stream, show, 0); in type_print() 116 whatis_exp (char *exp, int show) in whatis_exp() argument 169 type_print (type, "", gdb_stdout, show); in whatis_exp()
|
| D | language.h | 349 #define LA_PRINT_TYPE(type,varstring,stream,show,level) \ argument 350 (current_language->la_print_type(type,varstring,stream,show,level))
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | utf8.t | 117 my $show = q( 118 sub show { 126 eval $show or die $@; # We don't expect this sub definition to fail. 157 qq{\$a = "$_->[1]"; \$b = show \$a}, qr/^>$_->[2]<$/], 159 qq(no utf8; \$a = "$_->[1]"; \$b = show \$a), qr/^>$_->[2]<$/], 161 qq(use utf8; \$a = "$_->[1]"; \$b = show \$a), qr/^>$_->[0]<$/], 178 print P $show, $prog, '; print $b' 211 my \$b = show keys %h; \$b .= 'F' unless \$h{$_->[3]}; \$b), 215 my \$b = show keys %h; \$b .= 'F' unless \$h{$_->[3]}; \$b), 219 my \$b = show keys %h; \$b .= 'F' unless \$h{chr $_->[0]}; \$b), [all …]
|
| /mirbsd/src/lib/libncurses/src/ncurses/tinfo/ |
| D | lib_acs.c | 154 char show[ACS_LEN + 1]; in _nc_init_acs() local 157 show[m++] = (char) n; in _nc_init_acs() 158 show[m++] = ChCharOf(real_map[n]); in _nc_init_acs() 161 show[m] = 0; in _nc_init_acs() 162 if (acs_chars == NULL || strcmp(acs_chars, show)) in _nc_init_acs() 169 : (strcmp(acs_chars, show) in _nc_init_acs() 172 _nc_visbuf(show)); in _nc_init_acs()
|
| /mirbsd/src/gnu/usr.bin/perl/t/io/ |
| D | nargv.t | 25 show(); 37 show(); 40 sub show { 54 show();
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | README.changes | 67 with the appropriate `show' command. 82 values can be seen using the relevant show commands. 84 o `show auto', `show loopback' and `show mtu' are all part of `show bundle'. 85 o `show mru' is part of `show lcp' 86 o `show msext' and `show vj' are part of `show ipcp' 87 o `show reconnect' and `show redial' are part of `show link' 113 o The ``show modem'' command is deprecated and has been changed to 114 ``show physical''.
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | refcard.tex | 289 show args&display argument list\cr 291 show env&show all environment variables\cr 292 show env {\it var}&show value of environment variable {\it var}\cr 305 \line{\smrm \opt{ } surround optional arguments \hfill $\ldots$ show 329 info break&show defined breakpoints\cr 330 info watch&show defined watchpoints\cr 412 p \opt{\tt/{\it f}\/} \opt{\it expr}&show value of {\it expr} \opt{or 439 display \opt{\tt/\it f\/} {\it expr}&show value of {\it expr} each time 469 show values \opt{{\it n}}&show last 10 values \opt{or surrounding 471 show conv&display all convenience variables\cr [all …]
|
| D | gdb.texinfo | 539 of it under certain conditions; type "show copying" to see 541 There is absolutely no warranty for @value{GDBN}; type "show warranty" 1317 @kindex show logging 1318 @item show logging 1329 show you the alternatives available, if there is more than one possibility). 1394 only one possibility; it can also show you what the valid possibilities 1560 @c Line break in "show" line falsifies real output, but needed 1564 show -- Generic command for showing things 1594 show symbol-reloading -- Show dynamic symbol table reloading 1624 and @code{show} to inquire about the state of your program, or the state [all …]
|
| /mirbsd/src/usr.bin/comm/ |
| D | comm.c | 55 void show(FILE *, char *, char *); 125 show(fp2, col2, line2); in main() 130 show(fp1, col1, line1); in main() 166 show(FILE *fp, char *offset, char *buf) in show() function
|
| /mirbsd/src/lib/libncurses/src/progs/ |
| D | tic.c | 913 char show[80]; in check_keypad() local 958 show[0] = '\0'; in check_keypad() 971 strcat(show, " ka1"); in check_keypad() 974 strcat(show, " ka3"); in check_keypad() 977 strcat(show, " kb2"); in check_keypad() 980 strcat(show, " kc1"); in check_keypad() 983 strcat(show, " kc3"); in check_keypad() 988 _nc_warning("vt100 keypad order inconsistent: %s", show); in check_keypad() 996 show[0] = '\0'; in check_keypad() 998 strcat(show, " ka1"); in check_keypad() [all …]
|
| /mirbsd/src/gnu/share/ |
| D | ltmain.sh | 154 show="$echo" 323 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)" 344 $show "${rm}r $my_gentop" 346 $show "$mkdir $my_gentop" 372 $show "${rm}r $my_xdir" 374 $show "$mkdir $my_xdir" 382 $show "Extracting $my_xabs" 394 $show "$darwin_base_archive has multiple architectures $darwin_arches" 559 show=: 909 $show "Waiting for $lockfile to be removed" [all …]
|
| /mirbsd/src/usr.bin/uniq/ |
| D | uniq.c | 61 void show(FILE *, char *); 156 show(ofp, prevline); in main() 164 show(ofp, prevline); in main() 174 show(FILE *ofp, char *str) in show() function
|
| /mirbsd/src/lib/libc/time/ |
| D | zdump.c | 184 static void show P((char * zone, time_t t, int v)); 362 show(argv[i], now, FALSE); 367 show(argv[i], t, TRUE); 369 show(argv[i], t, TRUE); 406 show(argv[i], t, TRUE); 408 show(argv[i], t, TRUE); 531 show(name, lot, TRUE); 532 show(name, hit, TRUE); 564 show(zone, t, v) in show() function
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | magic.t | 209 $script = "$wd/show-shebang"; 214 $script = "$wd/show-shebang.bat"; 229 $script = "./show-shebang"; 232 $script = ":show-shebang"; 235 $script = "[]show-shebang";
|
| /mirbsd/src/usr.bin/file/magdir/ |
| D | jpeg | 27 # Next, show thumbnail info, if it exists: 35 # At least we can show a comment if no other segments got inserted before: 41 # Or, we can show the encoding type (I've included only the three most common)
|
| /mirbsd/src/usr.sbin/ac/ |
| D | ac.c | 91 void show(char *, time_t); 281 show(char *name, time_t secs) in show() function 293 show(lp->name, lp->secs); in show_users() 525 show("total", Total); in ac()
|
| /mirbsd/src/gnu/usr.bin/perl/os2/OS2/REXX/t/ |
| D | rx_tievar.t | 41 sub show { 42 # show all REXX vars
|