Home
last modified time | relevance | path

Searched refs:rest (Results 101 – 116 of 116) sorted by last modified time

12345

/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME2398 and the rest as above. If quotes need to be used
3063 connected to the rest of the world via UUCP). However, there is
/illumos-gate/usr/src/cmd/powertop/common/
H A DCOPYING227 be a consequence of the rest of this License.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t149 my ($parent, @rest) = @parents;
H A DLgrp_api.t107 my ($parent, @rest) = @parents;
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c726 char *rest; in tlm_build_snapshot_name() local
750 rest = name + strlen(mountpoint); in tlm_build_snapshot_name()
752 TLM_SNAPSHOT_DIR, jname, rest); in tlm_build_snapshot_name()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h511 extern int ishost(char *sys, char *rest);
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_standard_foomatic672 # stops sending the rest of the initialization sequence at that
H A Dstandard629 # stops sending the rest of the initialization sequence at that
/illumos-gate/usr/src/cmd/look/
H A Dwords19067 rest
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1156 char *rbuf, *sptr, *rest; local
1186 sptr = strtok_r(rbuf, DOORLINESEP, &rest);
1189 sptr = strtok_r(NULL, DOORLINESEP, &rest);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE321 be a consequence of the rest of this License.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd134 local($num, $item, @rest) = @_;
135 print "No ", $item, "s", @rest if $num == 0;
136 print "1 ", $item, @rest if $num == 1;
137 print $num, " ", $item, "s", @rest if $num > 1;
1552 local ($tomake, $rest) = ($1, $2);
/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/
H A Dpppd81 while read intf rest; do
/illumos-gate/usr/src/cmd/bnu/
H A Dgrades.c338 char rest[SMBUF]; local
344 lcase(climit, rest, SMBUF);
346 if (!(p = strchr(rest, 'k')) && (!(p = strchr(rest, 'm')))) {
368 *nlimit = (long) (atof(rest) * ONE_K);
372 *nlimit = (long) (atof(rest) * ONE_MEG);
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl1050 my ($line, $filters, $neededs, $rest);
1078 $rest = trim($1);
1080 if ($rest =~ /^filtered by /) {
1083 } elsif ($rest =~ /^needed by /) {
H A DAppcertUtil.pm1257 $rest = $';
1258 if ($rest =~ /^(\d+)-bit\s+/) {
1260 $rest = $';
1262 if ($rest =~ /^(LSB|MSB)\s+/) {
1264 $rest = $';
1266 if ($rest =~ /SPARC/) {
1267 if ($rest =~ /\bSPARC\b/) {
1278 if ($rest =~ /\bAMD64\b/ ||
1901 my ($lib, $sym, $rest);
1909 ($lib, $sym, $rest) =
[all …]

12345