Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.key22 asm GROUP _,__,__.__ common
26 fortran . _ ancient
28 int8 . _,__,__.__ common
29 int16 . _,__,__.__ common
30 int32 . _,__,__.__ common
31 int64 . _,__,__.__ common
66 wchar_t . _,__ C++ ughlee and strange
72 based GROUP _,__ microsoft
73 cdecl . _,__ microsoft
74 declspec GROUP _,__ microsoft
[all …]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dallow.py38 _ = zfs.util._ variable
124 s = self.__ldstr(self.sets, _("Permission sets:\n"))
127 s += _("Create time permissions:\n")
130 s += self.__ldstr(self.local, _("Local permissions:\n"))
131 s += self.__ldstr(self.descend, _("Descendent permissions:\n"))
132 s += self.__ldstr(self.ld, _("Local+Descendent permissions:\n"))
180 _("invalid user %s"))
184 _("invalid group %s"))
198 parser.error(_("invalid user/group %s") % w)
206 create=_("Must also have the 'mount' ability"),
[all …]
H A Dutil.py42 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale", variable
45 _ = solaris.misc.gettext variable
90 errno.EPERM: _("permission denied"),
92 _("delegated administration is disabled on pool"),
93 errno.EINTR: _("signal received"),
94 errno.EIO: _("I/O error"),
95 errno.ENOENT: _("dataset does not exist"),
96 errno.ENOSPC: _("out of space"),
97 errno.EEXIST: _("dataset already exists"),
98 errno.EBUSY: _("dataset is busy"),
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm99 scalar @_ == 2 or _usage "lgrp_isleaf(cookie, lgrp)";
110 scalar @_ > 0 or _usage("lgrp_lgrps(cookie, [lgrp])");
124 ($root, map {lgrp_lgrps($cookie, $_)} @children) :
137 scalar @_ > 0 or _usage("lgrp_leaves(cookie, [lgrp])");
143 lgrp_isleaf($cookie, $_)
191 scalar @_ == 1 or _usage("stale(class)");
197 scalar @_ == 1 or _usage("view(class)");
203 scalar @_ == 1 or _usage("root(class)");
209 scalar @_ == 1 or _usage("nlgrps(class)");
215 scalar @_ > 0 or _usage("lgrps(class, [lgrp])");
[all …]
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/regress.multitest.out/
H A D8.61 (l)(1)(_)(1)
2 (l)(1)(_)(2)
3 (l)(1)(_)(3)
4 (l)(1)(_)(4)
5 (l)(1)(_)(5)
6 (l)(1)(_)(6)
7 (l)(1)(_)(7)
8 (l)(1)(_)(8)
9 (l)(1)(_)(9)
10 (l)(1)(_)(1)(0)
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm104 my %args = @_;
108 my $self = _init(@_);
117 $self = _init(@_);
143 scalar @_ == 1 or _usage("root(cookie)");
157 scalar @_ == 1 or _usage("all(cookie)");
170 scalar @_ == 1 or _usage("all_depth_first(cookie)");
181 scalar @_ == 1 or _usage("all_breadth_first(cookie)");
194 scalar @_ == 2 or _usage("cpus(cookie, pg)");
207 scalar @_ == 2 or _usage("parent(cookie, pg)");
220 scalar @_ == 2 or _usage("children(cookie, pg)");
[all …]
/illumos-gate/usr/src/uts/i86pc/cpu/scripts/
H A Dao_gendisp.pl50 print STDERR "$PROGNAME: ", join(" ", @_), "\n";
55 print STDERR "$PROGNAME: $::infile: $.: ", join(" ", @_), "\n";
67 my ($drop) = @_;
93 my ($line) = @_;
101 my ($instance, $line) = @_;
129 my $arrnm = "ao_error_disp_" . $_[0];
140 my ($ereport_name) = @_;
158 my $name = $_[0];
159 my @bits = @_[1..$#_];
177 my ($field, $valuesref, $name, $prefix) = @_;
[all …]
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c45 #define _(x) gettext(x) macro
48 _("on-line")
49 _("off-line")
50 _("faulted")
51 _("powered-off")
52 _("no-intr")
53 _("spare")
54 _("unknown")
55 _("disabled")
129 (void) fprintf(stderr, _("usage: \n" in usage()
[all …]
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c53 #define _(x) gettext(x) macro
55 #define _(x) (x) macro
128 (void) fprintf(stderr, _("usage:\n" in usage()
160 (void) fprintf(stderr, _("Invalid command: %s\n"), cmdname); in run_be_cmd()
211 col[1].col_name = _("Active"); in init_hdr_cols()
212 col[2].col_name = _("Mountpoint"); in init_hdr_cols()
213 col[3].col_name = _("Space"); in init_hdr_cols()
214 col[4].col_name = _("Policy"); in init_hdr_cols()
215 col[5].col_name = _("Created"); in init_hdr_cols()
219 col[0].col_name = _("BE/Dataset/Snapshot"); in init_hdr_cols()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_csr.h52 (off ## _ ## bit)) & (off ## _ ## bit ## _MASK))
56 (off ## _ ## bit)) & (off ## _ ## bit ## _MASK))
61 ~(((uint64_t)(off ## _ ## bit ## _MASK)) << \
62 (off ## _ ## bit))) | (((uint64_t)(val)) << (off ## _ ## bit))))
67 ~(((uint64_t)(off ## _ ## bit ## _MASK)) << \
68 (off ## _ ## bit))) | (((uint64_t)(val)) << (off ## _ ## bit))))
73 ~(((uint64_t)(off ## _ ## bit ## _MASK)) << (off ## _ ## bit))))
78 ~(((uint64_t)(off ## _ ## bit ## _MASK)) << (off ## _ ## bit))))
83 (off ## _ ## bit)) & 0x1)
87 (off ## _ ## bit)) & 0x1)
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl211 my ($error) = @_;
223 my ($prevline, $error) = @_;
236 my ($error) = @_;
249 my ($fn, $filehandle) = @_;
281 $line = $_;
291 $_ = '"' . $_ if ($in_string && !$nocheck && !$in_comment);
630 my $s = $_;
642 $_ = $s;
713 process_indent($_);
807 local $_ = $_[0];
[all …]
H A Dgenoffsets.pl67 print STDERR "$PROGNAME: ", join(" ", @_), "\n";
74 my ($arg, $name, $default) = @_;
86 my (@argv) = @_;
95 $_ = WEXITSTATUS($rc);
96 if ($_ == 0) {
102 $_ = WTERMSIG($rc);
147 print $cfile $_;
149 print $cfile $_;
150 print $genfile $_;
152 print $genfile $_;
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man98 my ($inc, $required) = @$_;
142 $hash->{$key} .= $_;
154 for (keys %$hash) { $hash->{$_} =~ s/\n+$/\n/ }
165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
195 ($_, $version_text) = split /\n+/, $version_text, 2;
212 $version = $_;
234 if ($_ = $4)
237 for (split /\n/) { s/^ *(or: +)?//; push @syn, $_ }
250 $_ .= '\fR';
265 $_ = "$help_text\n\n$version_text";
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dnfloop.ok1 aaa _ _ _ _ _ _ _ _ _
/illumos-gate/usr/src/boot/forth/
H A Dbrand-illumos.4th47 s" _ _ _ " brand+
48 s" (_)| || | _ _ _ __ ___ ___ ___ " brand+
49 s" | || || || | | || '_ ` _ \ / _ \ / __|" brand+
50 s" | || || || |_| || | | | | || (_) |\__ \" brand+
51 s" |_||_||_| \__,_||_| |_| |_| \___/ |___/" brand+
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A Dab.851034 ru 1 _
56 ul 1 _
85 *D 2 _\033[\b\033]/_\033[\b\033]\\
95 *C 1 _\033[\b\033]-\033[\b\033]~
99 *S 1 ~\033[\b\033]_\033[\b\033]>
105 *W 2 _\033[\b\033](_\033[\b\033])
108 rn 1 \0337_\n
109 >= 1 _\033[\b\033]>
110 <= 1 _\033[\b\033]<
111 == 1 =\033[\b\033]_
[all …]
H A Db.lp7 ru 1 _
29 ul 1 _
58 *D 2 _\b/_\b\\
68 *C 1 _\b-\b~
78 *W 2 _\b(_\b)
81 rn 1 \0337_\n
82 >= 1 _\b>
83 <= 1 _\b<
84 == 1 _\b=
97 sb 2 (_\b~
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcgcc23 $_ = shift(@ARGV);
35 $do_check = 1 if $_ eq '-';
46 if ($_ eq '-x') {
63 if ($_ eq '-no-compile') {
81 $do_compile = 0 if $_ eq '-E';
83 $verbose = 1 if $_ eq '-v';
86 my $this_arg = ' ' . &quote_arg ($_);
87 $cc .= $this_arg unless &check_only_option ($_);
129 my ($arg) = @_;
141 my ($arg) = @_;
[all …]
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c52 #define _(s) gettext(s) macro
253 (void) printf(_("Device doesn't support native 16-bit PCM\n")); in testdsp()
264 (void) printf(_("The device doesn't support %d channels\n"), in testdsp()
280 (void) printf(_("The device doesn't support %d Hz\n"), in testdsp()
299 (void) fputs(_(ccfg->name), stdout); in testdsp()
302 (void) printf(_("SKIPPED\n")); in testdsp()
307 (void) printf(_("ERROR: %s\n"), in testdsp()
311 (void) printf(_("OK\n")); in testdsp()
336 (void) printf(_("\t<measured sample rate %8.2f Hz (%4.2f%%)>\n"), in testdsp()
356 _("No supported sound hardware detected.\n")); in find_num_devices()
[all …]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dnetwork_rcm.c49 #define _(x) gettext(x) macro
51 #define _(x) x macro
205 _("NET: failed to register %s\n"), in net_register()
209 rcm_log_message(RCM_DEBUG, _("NET: registered %s \n"), in net_register()
251 _("NET: failed to unregister %s\n"), in net_unregister()
255 rcm_log_message(RCM_DEBUG, _("NET: unregistered %s\n"), in net_unregister()
287 _("NET: unrecognized resource %s\n"), rsrc); in net_passthru()
330 _("NET: mark link %d as removed\n"), linkid); in net_passthru()
347 _("NET: bad RCM operation %1$d for %2$s\n"), op, exported); in net_passthru()
355 _("RCM operation on dependent %s did not succeed"), in net_passthru()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd134 local($num, $item, @rest) = @_;
143 local ($query, $default) = @_;
163 local($_) = @_;
173 "\"" . $_ . "\"";
175 "'" . $_ . "'";
177 "\"" . $_ . "\"";
179 $_;
191 local($input, $file, $triplet) = @_;
215 $snippet = $_;
222 $_ = $maytrail . $1;
[all …]
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl223 @args = map { $_ eq 'all' ? @all : $_ } @ARGV;
241 my @cpus = $p->cpus($_);
262 @pgs = grep { list_match($p->sh_name($_), @sharing_filter) } @pgs if
266 @pgs = grep { !list_match($p->sh_name($_), @sharing_filter_neg) } @pgs if
284 list_match($p->sh_name($_), @sharing_filter_neg)
310 my @cpu_list = $p->uniqsort(map { $p->cpus($_) } @pgs);
328 my @levels = map { $p->level($_) } @pgs;
357 my @pg_rel = grep { $p->sh_name($_) eq $rel }
389 map { pg_print ($p, $_) } @pgs;
396 map { pg_remove_from_tree($pg_tree, $_) } @exclude_pgs;
[all …]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c674 _("multiple commands specified: -%c\n"), c); in parse_args_internal()
683 _("duplicate options specified: -%c\n"), c); in parse_args_internal()
694 _("multiple formats specified: -%c\n"), c); in parse_args_internal()
705 _("unknown format specified: -%c %s\n"), in parse_args_internal()
719 _("multiple commands specified: -%c\n"), c); in parse_args_internal()
728 _("multiple commands specified: -%c\n"), c); in parse_args_internal()
756 _("duplicate options specified: -%c\n"), c); in parse_args_internal()
770 _("duplicate options specified: -%c\n"), c); in parse_args_internal()
778 _("duplicate options specified: -%c\n"), c); in parse_args_internal()
782 bam_error(_("cannot resolve path %s: %s\n"), in parse_args_internal()
[all …]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm210 my ($filename) = @_;
238 my ($dirname) = @_;
307 my ($filename) = @_;
351 my ($filename) = @_;
368 $str .= $_;
400 my ($filename) = @_;
421 $output .= $_;
471 my ($filename) = @_;
488 my ($filename) = @_;
509 ($app, $caller, $lib, $sym) = split(/\|/, $_, 4);
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dpointtype.sh36 print -r $((sqrt(_.x*_.x + _.y*_.y)))
53 print -r $((abs(_.x)+abs(_.y) ))
84 Pt_t _=(x=3 y=6)
88 print -r $((sqrt(_.x*_.x + _.y*_.y + _.z*_.z)))

12345678910>>...20