Home
last modified time | relevance | path

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

12345678910>>...18

/titanic_52/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 _,_
[all...]
/titanic_52/usr/src/cmd/ast/libshell/common/scripts/
H A Dfilemutexdemo1.sh74 _.name="$1"
75 _.lock_dirname="/tmp/filemutex_t_${_.name}.lock"
77 mkdir "${_.lock_dirname}"
80 (( _.subshell=.sh.subshell ))
93 _.name="$1"
94 _.lock_dirname="/tmp/filemutex_t_${_.name}.lock"
97 (( _.subshell=.sh.subshell ))
103 (( _
[all...]
H A Drssread.sh139 _.protocol="${1%://*}"
140 _.path1="${1#*://}" # "http://foo.bat.net/x/y.html" ----> "foo.bat.net/x/y.html"
142 if [[ "${_.protocol}" == ~(Elr)http(|s) ]] ; then
143 _.host="${_.path1%%/*}"
144 _.path="${_.path1#*/}"
145 _.port="${_.host##*:}"
156 if (( _
[all...]
H A Dshircbot.sh72 _.server.name=$1
73 _.server.port=$2
74 _.nick=$3
76 redirect {_.fd}<> "/dev/tcp/${_.server.name}/${_.server.port}"
79 printf "fd=%d\n" _.fd
87 printf "USER %s %s %s %s\n" "${_.nick}" "${_.nick}" "${_
[all...]
/titanic_52/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(_("invali
[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: _("datase
[all...]
H A Duserspace.py40 _ = zfs.util._ variable
157 u = _("%s [-niHp] [-o field[,...]] [-sS field] ... \n") % sys.argv[1]
158 u += _(" [-t type[,...]] <filesystem|snapshot>")
162 help=_("Print numeric ID instead of user/group name"))
164 help=_("translate SID to posix (possibly ephemeral) ID"))
166 help=_("no headers, tab delimited output"))
168 help=_("exact (parsable) numeric output"))
171 help=_("print only these fields (eg type,name,used,quota)"))
175 help=_("sor
[all...]
/titanic_52/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 @_ >
[all...]
/titanic_52/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 @_
[all...]
/titanic_52/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) = @_;
142 $ereport_name =~ tr/[a-z]./[A-Z]_/;
158 my $name = $_[0];
159 my @bits = @_[
[all...]
/titanic_52/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 ## _ ## bi
[all...]
/titanic_52/usr/src/cmd/beadm/
H A Dbeadm.c51 #define _(x) gettext(x) macro
53 #define _(x) (x) macro
126 (void) fprintf(stderr, _("usage:\n" in usage()
158 (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()
220 col[0].col_name = _("B in init_hdr_cols()
[all...]
/titanic_52/usr/src/boot/sys/boot/forth/
H A Dbrand-titanic.4th37 s" _____ _ _ _ " brand+
38 s" |_ _|(_)| |_ __ _ _ __ (_) __
[all...]
H A Dbrand-illumos.4th37 s" _ _ _ " brand+
38 s" (_)| || | _ _ _ __ ___ ___ ___ " brand+
39 s" | || || || | | || '_ ` _ \ / _ \ / _
[all...]
/titanic_52/usr/src/cmd/psrinfo/
H A Dpsrinfo.c37 #define _(x) gettext(x) macro
40 _("on-line")
41 _("off-line")
42 _("faulted")
43 _("powered-off")
44 _("no-intr")
45 _("spare")
46 _("unknown")
116 (void) fprintf(stderr, _("usage: \n" \ in usage()
136 die(_("strdu in mystrdup()
[all...]
/titanic_52/usr/src/tools/scripts/
H A Dcstyle.pl48 # \w any "word" character [a-zA-Z0-9_]
195 my ($error) = @_;
207 my ($prevline, $error) = @_;
220 my ($error) = @_;
233 my ($fn, $filehandle) = @_;
265 $line = $_;
275 $_ = '"' . $_ if ($in_string && !$nocheck && !$in_comment);
614 my $s = $_;
626 $_
[all...]
H A Dgenoffsets.pl67 print STDERR "$PROGNAME: ", join(" ", @_), "\n";
74 my ($arg, $name, $default) = @_;
86 my (@argv) = @_;
95 $_ = WEXITSTATUS($rc);
96 if ($_ == 0) {
99 bail("$argv[0] failed with status $_");
102 $_ = WTERMSIG($rc);
105 bail("$argv[0] failed with signal $_ (core dumped)");
107 bail("$argv[0] failed with signal $_");
147 print $cfile $_;
[all...]
/titanic_52/usr/src/grub/grub-0.97/docs/
H A Dhelp2man83 BEGIN { eval q(sub qr { '' =~ $_[0]; $_[0] }) if $] < 5.005 }
98 my ($inc, $required) = @$_;
142 $hash->{$key} .= $_;
154 for (keys %$hash) { $hash->{$_} =~ s/\n+$/\n/ }
165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
166 or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
195 ($_, $version_text) = split /\n+/, $version_text, 2;
212 $version = $_;
[all...]
/titanic_52/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 _\03
[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 _\
[all...]
/titanic_52/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 _("N in find_num_devices()
[all...]
/titanic_52/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 _("RC in net_passthru()
[all...]
/titanic_52/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, $_) }
[all...]
/titanic_52/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 = $_;
[all...]
/titanic_52/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 + _
[all...]

12345678910>>...18