| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| getopt.pl | 22 local($_,$first,$rest); 26 ($first,$rest) = ($1,$2); 28 if ($rest ne '') { 33 $rest = shift(@ARGV); 35 ${"opt_$first"} = $rest; 39 if ($rest ne '') { 40 $ARGV[0] = "-$rest";
|
| getopts.pl | 17 local(@args,$_,$first,$rest); 23 ($first,$rest) = ($1,$2); 28 if($rest eq '') { 30 $rest = shift(@ARGV); 33 push(\@opt_$first, \$rest); 35 \$opt_$first = \$rest; 38 \$opt_$first .= ' ' . \$rest; 44 if($rest eq '') { 48 $ARGV[0] = "-$rest"; 55 if($rest ne '') [all...] |
| /onnv/onnv-gate/usr/src/pkgdefs/common_files/ |
| i.logadmconf | 37 grep '^[^#]' $src | while read entry rest 40 echo "$entry $rest" >> $dest
|
| i.kclasses_sparc | 53 $dest > /tmp/rest.$$ 2>/dev/null 54 cp /tmp/rest.$$ $dest 105 rm -f /tmp/rest.$$
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/ |
| GetOptsOO.pm | 48 my($first,$rest) = ($1,$2); 55 if($rest eq '') { # like -f bar 58 $rest = shift @$args; 63 DEBUG > 3 and print " $method => $rest\n"; 64 $target->$method( $rest ); 88 if($rest eq '') { # like -f 91 DEBUG > 2 and print " Setting args->[0] to \"-$rest\"\n"; 92 $args->[0] = "-$rest";
|
| /onnv/onnv-gate/usr/src/stand/ |
| README | 27 If you are looking for the rest of what used to be in /usr/src/stand, it's over
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWos86r/ |
| i.mach | 58 cat $src > /tmp/rest.$$ 68 $dest >> /tmp/rest.$$ 69 cp /tmp/rest.$$ $dest 72 rm -f /tmp/m.$$ /tmp/rest.$$
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/ |
| sdn.c | 144 char * rest; local 171 sdn.val = strtod(str, &rest); 178 while (*rest && *rest == ' ') 179 rest++; 181 switch (*rest) { 185 *p_after = rest; 189 sdn.sc = *rest++; 191 *p_after = rest;
|
| set_charset.c | 75 char *rest, local 96 && 0 <= (cs = strtol(char_set + 2, &rest, 10)) && cs <= 63 97 && !*rest
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWcnetr/ |
| postinstall | 51 echo $line | while read aggr_index rest 53 policy=`echo $rest | /usr/bin/awk '{print $1}'` 54 nports=`echo $rest | /usr/bin/awk '{print $2}'` 55 ports=`echo $rest | /usr/bin/awk '{print $3}'` 56 mac=`echo $rest | /usr/bin/awk '{print $4}'` 57 lacp_mode=`echo $rest | /usr/bin/awk '{print $5}'` 58 lacp_timer=`echo $rest | /usr/bin/awk '{print $6}'` 96 echo $line | while read link rest 98 while [ -n "${rest}" ]; do 99 linkprop=`echo $rest | cut -d";" -f1 [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/ |
| Std.pm | 90 my ($first,$rest); 95 ($first,$rest) = ($1,$2); 101 if ($rest ne '') { 106 $rest = shift(@ARGV); 109 $$hash{$first} = $rest; 112 ${"opt_$first"} = $rest; 124 if ($rest ne '') { 125 $ARGV[0] = "-$rest"; 179 my (@rest) = ($args =~ /([^\s:])(?!\s*:)/g); 185 if (@rest) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| IdentityCodingSystem.cxx | 16 const char **rest); 49 const char **rest) 52 *rest = from + fromLen; 57 *rest = from;
|
| Win32CodingSystem.cxx | 27 const char **rest); 38 const char **rest); 102 size_t fromLen, const char **rest) 106 *rest = from; 132 size_t fromLen, const char **rest) 145 *rest = from + fromLen; 160 *rest = from;
|
| UnicodeCodingSystem.cxx | 32 const char **rest); 83 const char **rest) 91 return subDecoder_->decode(to, from, fromLen, rest); 94 *rest = from; 116 return subDecoder_->decode(to, from, fromLen, rest); 120 *rest = from + fromLen;
|
| Fixed2CodingSystem.cxx | 23 const char **rest); 60 const char **rest) 64 *rest = from + (fromLen & ~1); 69 *rest = from + fromLen;
|
| XMLCodingSystem.cxx | 57 const char **rest); 65 const char **rest); 125 const char **rest) 128 return subDecoder_->decode(to, from, fromLen, rest); 131 *rest = from; 140 *rest = from; 181 return subDecoder_->decode(to, from, fromLen, rest); 191 return (p - to) + subDecoder_->decode(p, from, fromLen, rest); 227 n += subDecoder_->decode(p, from, fromLen, rest); 356 const char **rest) [all...] |
| Big5CodingSystem.cxx | 43 size_t slen, const char **rest) 61 *rest = (const char *)us;
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| uux.c | 96 char syspart[MAXFULLNAME], rest[BUFSIZ]; local 338 (void) split(prm, xsys, CNULL, rest); 548 ret = split(prm, syspart, CNULL, rest); 550 DEBUG(4, "rest -> %s, ", rest); 557 APPCMD(rest); 589 if (rest[0] != '~') 590 if (ckexpf(rest)) 592 ASSERT(fprintf(fprx, "%c %s %s\n", redir, rest, 607 APPCMD(rest); [all...] |
| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| alias.c | 152 alias_to_path(s, rest) 154 char *rest; 166 if (rest) { 168 strcat(path, rest); 174 if (rest) { 176 strcat(path, rest);
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| fsys_ffs.c | 185 char *rest, ch; local 228 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++); 230 *rest = 0; 247 *rest = ch; 261 *rest = ch; 286 *(dirname = rest) = ch;
|
| fsys_ufs2.c | 209 char *rest, ch; local 253 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++); 255 *rest = 0; 268 *rest = ch; 282 *rest = ch; 307 *(dirname = rest) = ch;
|
| fsys_minix.c | 311 char * rest; local 442 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; 443 rest++); 446 /* invariant: rest points to slash after the next filename component */ 447 *rest = 0; 453 printf ("dirname=`%s', rest=`%s', loc=%d\n", dirname, rest, loc); 469 *rest = ch; 488 *rest = ch [all...] |
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| word.c | 89 /* Pick up rest of multibyte character */ 338 int rest; local 339 if ((rest = f->fend - f->fnxt) < i) { 347 (f->fsiz == 1) ? 1 : (f->fsiz - rest), 348 rest); 394 readb(struct fileblk *f, int toread, int rest) 399 if (rest) { 401 * copies the remaining 'rest' bytes from f->fnxt 404 (void) memcpy(f->fbuf, f->fnxt, rest); 406 f->fend = f->fnxt + rest; [all...] |
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| cstyle.pl | 698 # The rest of this file contains the code for the continuation checking 738 my ($pre_tabs, $label, $rest) = ($1, $2, $3); 743 $_ .= ("\t" x (length($label) / 8)).$rest; 826 my $rest = $_; # keeps the remainder of the line 840 # rest contains the remainder of the line 842 $rest =~ s/^$rxp//; 867 if ($rest =~ /^\s*{?$/) { 871 if ($rest =~ /^\s*;$/) { 890 if ($rest =~ /^$/) { 908 if ($rest =~ /^$/) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/ |
| options.c | 156 *rest, local 232 (void)strtol(optarg, &rest, 10); 233 if (!rest || !*rest) 441 Q = strtol(optarg, &rest, 10); 446 if (rest && *rest) { 504 t = strtol(optarg, &rest, 10); 509 if (rest && *rest) { [all...] |