HomeSort by: relevance | last modified time | path
    Searched refs:show (Results 1 - 25 of 457) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/sbin/gpt/
Makefile 10 FILES= gpt.empty.show.normal gpt.backup gpt.removepart.show.normal
11 FILES+= gpt.2part.show.uuid gpt.2part.show.normal gpt.2part.show.label
12 FILES+= gpt.resizedisk.show.normal gpt.resizepart.show.normal
13 FILES+= gpt.disklabel gpt.disklabel.show.normal gpt.empty.show.clean
15 FILES+= gpt.2part.show.label-p gpt.2part.show.normal-
    [all...]
t_gpt.sh 92 file "$src/gpt.2part.show.normal" gpt show "$disk"
93 file "$src/gpt.2part.show.normal-p" gpt show -p "$disk"
94 file "$src/gpt.2part.show.uuid" gpt show -u "$disk"
95 file "$src/gpt.2part.show.uuid-p" gpt show -p -u "$disk"
142 file "$src/gpt.empty.show.clean" gpt show "$disk
    [all...]
  /src/games/sail/
display.h 34 void display_set_obp(int which, bool show);
35 void display_set_dbp(int which, bool show);
  /src/external/gpl3/gdb.old/dist/gdb/
go-typeprint.c 34 SHOW+1 is the maximum number of levels of internal type structure
35 to show (this applies to record types, enumerated types, and
37 SHOW is the number of levels of internal type structure to show
40 When SHOW<0, no inner structure is shown.
45 struct ui_file *stream, int show, int level,
49 if (show > 0)
61 c_print_type (type, varstring, stream, show, level, la_language, flags);
m2-typeprint.c 35 struct ui_file *stream, int show, int level,
54 int show, int level);
56 int show, int level, const struct type_print_options *flags);
58 int show, int level,
61 int show, int level, const struct type_print_options *flags);
63 struct ui_file *stream, int show, int level);
73 int show, int level,
90 m2_short_set(type, stream, show, level);
94 if (m2_long_set (type, stream, show, level, flags)
95 || m2_unbounded_array (type, stream, show, level, flags)
    [all...]
f-typeprint.c 48 struct ui_file *stream, int show, int level,
53 f_type_print_base (type, stream, show, level);
58 || ((show > 0
71 f_type_print_varspec_prefix (type, stream, show, 0);
84 f_type_print_varspec_suffix (type, stream, show, 0, demangled_args, 0, false);
93 int show, int passed_a_ptr) const
98 if (type->name () && show <= 0)
148 int show, int passed_a_ptr,
159 if (type->name () && show <= 0)
300 int show, int level) cons
    [all...]
p-typeprint.c 40 struct ui_file *stream, int show, int level,
48 if (show > 0)
54 type_print_varspec_prefix (type, stream, show, 0, flags);
70 type_print_varspec_prefix (type, stream, show, 0, flags);
73 type_print_base (type, stream, show, level, flags);
78 type_print_varspec_suffix (type, stream, show, 0, demangled_args,
172 int show, int passed_a_ptr,
178 if (type->name () && show <= 0)
289 int show, int passed_a_ptr,
303 type_print_base (type->target_type (), stream, show, 0
    [all...]
c-typeprint.c 53 int show, int level, enum language language,
96 int show, int level,
106 if (show > 0)
120 c_type_print_base_1 (type, stream, show, level, language, flags, podata);
124 || ((show > 0 || type->name () == 0)
134 c_type_print_varspec_prefix (type, stream, show, 0, need_post_space,
150 c_type_print_varspec_suffix (type, stream, show,
163 int show, int level,
169 c_print_type_1 (type, varstring, stream, show, level, language, flags,
339 On outermost call, SHOW > 0 means should ignor
1240 "", stream, show, level + 4, local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
go-typeprint.c 34 SHOW+1 is the maximum number of levels of internal type structure
35 to show (this applies to record types, enumerated types, and
37 SHOW is the number of levels of internal type structure to show
40 When SHOW<0, no inner structure is shown.
45 struct ui_file *stream, int show, int level,
49 if (show > 0)
61 c_print_type (type, varstring, stream, show, level, la_language, flags);
m2-typeprint.c 35 struct ui_file *stream, int show, int level,
54 int show, int level);
56 int show, int level, const struct type_print_options *flags);
58 int show, int level,
61 int show, int level, const struct type_print_options *flags);
63 struct ui_file *stream, int show, int level);
73 int show, int level,
90 m2_short_set(type, stream, show, level);
94 if (m2_long_set (type, stream, show, level, flags)
95 || m2_unbounded_array (type, stream, show, level, flags)
    [all...]
f-typeprint.c 48 struct ui_file *stream, int show, int level,
53 f_type_print_base (type, stream, show, level);
58 || ((show > 0
71 f_type_print_varspec_prefix (type, stream, show, 0);
84 f_type_print_varspec_suffix (type, stream, show, 0, demangled_args, 0, false);
93 int show, int passed_a_ptr) const
98 if (type->name () && show <= 0)
148 int show, int passed_a_ptr,
159 if (type->name () && show <= 0)
300 int show, int level) cons
    [all...]
p-typeprint.c 40 struct ui_file *stream, int show, int level,
48 if (show > 0)
54 type_print_varspec_prefix (type, stream, show, 0, flags);
70 type_print_varspec_prefix (type, stream, show, 0, flags);
73 type_print_base (type, stream, show, level, flags);
78 type_print_varspec_suffix (type, stream, show, 0, demangled_args,
172 int show, int passed_a_ptr,
178 if (type->name () && show <= 0)
289 int show, int passed_a_ptr,
303 type_print_base (type->target_type (), stream, show, 0
    [all...]
c-typeprint.c 53 int show, int level, enum language language,
96 int show, int level,
106 if (show > 0)
120 c_type_print_base_1 (type, stream, show, level, language, flags, podata);
124 || ((show > 0 || type->name () == 0)
134 c_type_print_varspec_prefix (type, stream, show, 0, need_post_space,
150 c_type_print_varspec_suffix (type, stream, show,
163 int show, int level,
169 c_print_type_1 (type, varstring, stream, show, level, language, flags,
339 On outermost call, SHOW > 0 means should ignor
1239 "", stream, show, level + 4, local
    [all...]
  /src/sbin/route/
extern.h 32 /* show.c */
33 void show(int, char * const *, int);
  /src/usr.sbin/iopctl/
iopctl.c 58 static int show(const char *, const char *, ...) __printflike(2, 3);
166 show(const char *hdr, const char *fmt, ...) function
261 show("flags", "0x%x", le16toh(lct->flags));
262 show("iop flags", "0x%x", le32toh(lct->iopflags));
263 show("lct change indicator", "%d", le32toh(lct->changeindicator));
270 show("lct entry", "%d", i);
271 show("entry size", "%d bytes", le16toh(ent->entrysize) << 2);
272 show("local tid", "%d", le16toh(ent->localtid) & 4095);
273 show("change indicator", "%d", le32toh(ent->changeindicator));
274 show("flags", "%x", le32toh(ent->deviceflags))
    [all...]
  /src/tests/share/mk/
t_own.sh 34 .PHONY: show-config-var
35 show-config-var:
46 make MAKECONF="$(pwd)/empty.conf" show-config-var
48 make MAKECONF="$(pwd)/custom.conf" show-config-var
  /src/usr.bin/make/unit-tests/
cmdline.exp 2 show-objdir: <tmpdir>/cmdline/6a8899d2-d227-4b55-9b6b-f3c8eeb83fd5
4 show-objdir: <tmpdir>/cmdline/a7b41170-53f8-4cc2-bc5c-e4c3dd93ec45/
varcmd.mk 29 show:
32 one: show
35 two: show
38 three: show
58 four: show
67 show-v:
70 five: show show-v
73 six: show-v
74 @${.MAKE} -f ${MAKEFILE} V=override show-
    [all...]
opt-x-reduce-exported.mk 17 @${MAKE} -r -f ${MAKEFILE} show-env
19 show-env: .PHONY
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/
hello.m 75 [label1 show];
76 [label1aligned show];
77 [label2 show];
78 [label2aligned show];
79 [button show];
80 [buttonbar show];
81 [panel show];
82 [window show];
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
hello.cc 76 label1->show ();
77 label1aligned->show ();
78 label2->show ();
79 label2aligned->show ();
80 button->show ();
81 buttonbar->show ();
82 panel->show ();
83 window->show ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
array-slices-repeat.f90 16 subroutine show (array_1d, array_1d9, array_2d, array_2d9, array_3d, array_3d9) subroutine
31 end subroutine show
38 subroutine show (array_1d, array_1d9, array_2d, array_2d9, &
46 end subroutine show
88 call show (array_1d (::3), array_1d9 (::3), &
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
array-slices-repeat.f90 16 subroutine show (array_1d, array_1d9, array_2d, array_2d9, array_3d, array_3d9) subroutine
31 end subroutine show
38 subroutine show (array_1d, array_1d9, array_2d, array_2d9, &
46 end subroutine show
88 call show (array_1d (::3), array_1d9 (::3), &
  /src/external/bsd/pkg_install/sbin/pkg_info/
Makefile 5 SRCS= main.c perform.c show.c
  /src/distrib/utils/x_route/
Makefile 11 SRCS= keywords.c route.c rtutil.c show.c

Completed in 53 milliseconds

1 2 3 4 5 6 7 8 91011>>