/osnet-11/usr/src/lib/libcmd/common/ |
H A D | head.c | 77 register off_t keep = 10; local 97 if ((keep = opt_info.number) <=0) 98 error(2, "%s: %I*d: positive numeric option argument expected", opt_info.name, sizeof(keep), keep); 142 if (sfmove(fp, sfstdout, keep, delim) < 0 && errno != EPIPE)
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 43 int keep; member in struct:Cache_s 67 if (matchstate.cache[i] && matchstate.cache[i]->keep) 69 matchstate.cache[i]->keep = 0; 143 else if (!matchstate.cache[i]->keep) 164 if (cp->keep) 166 cp->keep = 0; 189 cp->keep = 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | ParseWords.pm | 23 my($delim, $keep, @lines) = @_; 28 @words = parse_line($delim, $keep, $line); 38 my($delim, $keep, @lines) = @_; 42 @{$allwords[$i]} = parse_line($delim, $keep, $lines[$i]); 55 my($delimiter, $keep, $line) = @_; 75 if ($keep) { 89 push(@pieces, $delim) if ($keep eq 'delimiters'); 156 @lists = &nested_quotewords($delim, $keep, @lines); 157 @words = "ewords($delim, $keep, @lines); 159 @words = &parse_line($delim, $keep, [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | hashsum.c | 36 {"keep-going", 'k', 0, N_("Don't stop after first error."), 0, 0}, 88 const char *prefix, int keep, int uncompress) 145 if (!keep) 159 if (!keep) 187 int keep = state[3].set; local 212 return check_list (hash, state[1].arg, prefix, keep, uncompress); 226 if (!keep) 237 if (!keep) 87 check_list(const gcry_md_spec_t *hash, const char *hashfilename, const char *prefix, int keep, int uncompress) argument
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 167 int keep[MAXNEST]; /* ckmagic nest stack */ \ 497 mp->keep[0] = 0; 507 mp->keep[0] = 0; 512 mp->keep[level] = mp->keep[level - 1] != 0; 519 if (mp->keep[level] && b > cur) 538 if (mp->keep[level] && call < (MAXNEST - 1)) 551 if (mp->keep[level] > 1) 555 if (!mp->keep[level]) 703 if (mp->keep[leve [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | AutoSplit.pm | 25 autosplit($file, $dir, $keep, $check, $modtime); 46 =item $keep 48 If the third argument, I<$keep>, is false, then any 51 $keep defaults to 0. 161 my($file, $autodir, $keep, $ckal, $ckmt) = @_; 165 $keep = $Keep unless defined $keep; 168 autosplit_file($file, $autodir, $keep, $ckal, $ckmt); 207 my($filename, $autodir, $keep, $check_for_autoloader, $check_mod_time) 381 if (!$keep){ # do [all...] |
H A D | FileCache.pm | 7 FileCache - keep more files open than the system permits
|
H A D | lib_pm.PL | 228 In order to keep lib.pm small and simple, it only works with Unix
|
H A D | AutoSplit.t | 352 Check whether obsolete files remain when keep is 1
|
H A D | SelfLoader.pm | 231 at installation, and a runtime gain in not needing to keep opening and
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | cache.c | 312 int err, keep; local 365 keep = 0; /* pessimistic */ 372 keep = 1; 377 keep = 1; 381 keep = 1; 390 if ( !keep ) {
|
/osnet-11/usr/src/grub/grub2/util/grub.d/ |
H A D | 10_linux.in | 88 set gfxpayload=keep
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | FirstTime.pm | 96 important index files and maybe keep a temporary mirror of CPAN files. 145 If you want, I can keep the source files after a build in the cpan 147 files from there. If you don\'t want to keep them, answer 0 to the 176 is performed to keep the cache size in sync. To prevent from this, 624 each, separated by spaces, or none if you just want to keep your 627 selected URLs. Select some of those URLs, or just keep the old list. 674 $prompt .= "\n(or just hit RETURN to keep your previous picks)";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Bytecode.pm | 823 keep the syntax tree - it is stripped by default. 832 expressions. When gotos are found keep the syntax tree.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | Encoding.pm | 311 keep the original string intact.
|
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/ |
H A D | memset.s | 232 ! Continue with advance stores to keep store pipeline moving
|
H A D | memcpy.s | 197 bgu,pt %ncc, 1b ! if not done keep copying 853 ! Initial stores using MRU version of BIS to keep cache line in
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Storable.pm | 628 Well, you could keep them in sync, but there's no guarantee it will always 630 doing so: a serializing hook could keep only one attribute of an object, 667 in order to keep reasonable dclone() semantics.
|
/osnet-11/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 204 // Manifest values: keep them in sync with generated <bsm/adt_event.h>.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/ |
H A D | Call.pm | 304 Useful, but it is the first example and I wanted to keep it simple.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Handle.pm | 229 inherit from C<IO::Handle> may want to keep object related variables
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/ |
H A D | HiRes.pm | 196 and more signals may keep arriving at certain intervals. To disable a
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Carp.pm | 50 to keep private error logs, distinct from the server's error log, or
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2man.PL | 486 Programs derived from other sources sometimes have this, or you might keep
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Complex.pm | 1524 keep track of the real and the imaginary parts, but otherwise the 1576 they keep their natural meaning when there is no imaginary part, provided
|